/*!
Theme Name: brainfoster
Theme URI: http://underscores.me/
Author: Vipan Baghel
Author URI: http://underscores.me/
Description: Description
Tags: Brainfoster is a foremost and reliable company and we aim to please our clients by satisfying all their needs.


/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:"Poppins";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	/* background: #fff; */
    background: url(images/about-back.webp);
    background-size: 100%;
    font-family: "Open Sans";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.01px;
    color: #5b5d68;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
        justify-content: space-between;
	}
}


/* ***********************************************Custom************************************************ */



input::-webkit-input-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-moz-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input::-moz-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-ms-input-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-webkit-input-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-moz-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-moz-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-ms-input-placeholder {color: #676767; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}

input, a, button, select, textarea{
	outline: none;
	transition: 0.5s;
}
input:focus, a:focus, button:focus, select:focus, textarea:focus{
	outline: none;
}
/* ============================================================================================= */
.container {
    width: 100%;
    max-width: 1650px;
    margin: auto;
}
header#masthead.scrolled {
    transform: translateY(-10px);
}
header#masthead {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 5px #0e776e;
    background: #fff;
    transition: all 0.3s ease;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{padding: 0 6px 0 0;}
.site-header.scrolled .hdr-logo img {
    width: 180px;
    margin: 4px 0;
}
.top-solial a img {
    width: 25px;
}
.footer-solial img {
    width: 30px;
}
.contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.top-bar {
    background-color: #3ba1dd;
    padding: 10px 0;
}
.scrolling-wrapper span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin: 0 25px 0 0;
}
.contact-info a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 0 10px;
    text-decoration: none;
}
.top-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.hdr-logo {
    width: 18%;
}
.static-menu {
    width: 68%;
}
.hdr-buton a {
    border: 1px solid #ee763c;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.9px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #ee763c;
}
.contact-info a:hover, .main-navigation a:hover{
    color: #ee763c;
    transition: 0.5s;
}
.hdr-buton a:hover, .all-btn a:hover{
    background: #3ba1dd;
    transition: 0.5s;
}
.about-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0;
    
}
.about-content {
    width: 49%;
}
.about-image {
    width: 49%;
    text-align: center;
}
.about-image.our-story img {
    width: 100%;
    max-width: 55%;
}
.about-image.our-story .heading h3{
    text-align: center;
}
.about-image img {
    /* border-radius: 0 198px 0 0; */
    width: 100%;
}
.heading h3 {
    margin: 10px 0 20px;
    color: #ee763c;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}
.about-content p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.about-section .heading h3{
    text-align: left;
}
.heading strong {
    color: #3ba1dd;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.all-btn a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.9px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #ee763c;
    display: inline-block;
}
.hero-bnr-item {
    overflow: hidden;
}
.banner-sec img {
    width: 100%;
    -webkit-animation: zoom 3s;
    animation: zoom 3s;
    overflow: hidden;
}

@keyframes zoom {
   from {
        transform: scale(1.5);
   }
   to {
        transform: scale(1);
   }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{color:#084b72}
.page-template-home .hero-caps {
    position: absolute;
    z-index: 2;
    top: 40%;
    transform: translate(0px, -50%);
    width: 50%;
    left: 0%;
}
.hero-caps {
    display: flex;
    width: 50%;
}
.hero-bnr-item{
    background: #98DAF0;
}
.slider-button a {
    border: 1px solid #ee763c;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.9px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #ee763c;
    display: inline-block;
}
.heading p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
/* SERVICE COUNTER */
 
.service-counter {
    padding: 10px 0px;
    background: #3ba1dd;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -53px;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 130px 128px;
}
.service-counter-card{
    border-right:1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 10px 14px;
    width: 20%;
}
.service-counter-card h5 {
    color: #ffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.service-counter-card h4{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.service-counter-card:nth-child(4){
    border: none;
}
.hdr-logo img {
    width: 250px;
}
.hero-caps .heading h3, .hero-caps .heading p {
    color: rgb(50 61 91 / 1);
}
.main-navigation li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 600;
}
.main-navigation ul ul {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    float: left;
    position: absolute;
    top: 100%;
    padding: 0;
    left: -999em;
    z-index: 99999;
    background: #fff;
}
.main-navigation ul > li ul.sub-menu > li > a {
    width: 290px;
    text-align: left;
    padding: 9.5px 15px;
    text-transform: capitalize;
    background: #3ba1dd;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.main-navigation ul > li ul.sub-menu > li > a:hover{
    color: #ee763c;
}
ul.sub-menu {
    display: inline-block;
}
/* .main-navigation ul ul ul {
    left: 292px !important;
    top: 0;
} */
/* *********************************Footer************************************************ */
.site-info {
    background: url(images/footer-bg.png);
    padding: 150px 0 30px;
    background-size: 100% 107%;
    background-repeat: no-repeat;
}
.ftr-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ftr-col {
    width: 30%;
}
.copy-right {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #fff;
}
.ftr-social {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.copy-text p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    color: #fff;
}
.copy-text p a {
    color: #fff;
    text-decoration: none;
}
.ftr-col p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    margin: 0px;
}
.ftr-col ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
}
.ftr-col ul li a:hover {
    padding-left: 3px;
	color: #ee763c;
    transition: 0.5s;
}
.ftr-social a {
    color: #fff;
    font-size: 15px;
}
.ftr-col ul li {
    padding: 0 0 10px;
}
.ftr-col h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 21px;
}
.ftr-col.coll-2 ul {
    column-count: 2;
}
.ftr-logo img {
    width: 89px;
    margin: 0 0 15px;
}
.ftr-col.coll-3 ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 0;
    color: #fff;
}
.ftr-col.coll-3 ul li i {
    border-right: 3px solid #fff;
    padding: 0 10px 0 0;
}
.Footer-logo img {
    width: 250px;
    margin: 0 0 12px;
}
.footer-solial {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
}
.footer-solial a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}
.footer-solial a:hover{
    color: #ee763c;
}
.hero-video {
	width: 100%;
	height: 800px;
	object-fit: cover;
	display: block;
}
.our-service.single-pagee .about-content {
    width: 100%;
}
.hero-bnr-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    margin: -1px;
}
.inr-content {
    padding-left: 8%;
}
/* .page-template-services .heading {
    text-align: center;
} */
.ban-img {
    width: 50%;
}
section.services {
    background: url(images/bacll.jpg);
    background-size: 100%;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.services-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0;
    flex-wrap: wrap;
}
.digital-marketing-img img {
    background: #fff;
    border-radius: 100%;
    padding: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-cont a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 10px 0 0;
    text-decoration: none;
}
.service-cont a:hover{
    color: #ee763c;
}
.service-cont {
    position: relative;
    width: 22%;
}
.ser-no {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    z-index: 9;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 4px solid #bcbcbc;
}
.our-project {
    text-align: center;
    margin: 80px 0;
}
.project-video video {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 5px solid #3ba1dd;
}

.project-video {
    position: relative;
    cursor: pointer;
    margin: 0 0 25px;
}
.project-video .porject-link {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    transform: translate(0px, -50%);
    display: none;
    transition: all 0.5s;
}
.project-video:hover:after{
    content: "";
    background-color: #000000a6;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 5px solid #3ba1dd;
}
.porject-link a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.9px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #ee763c;
    display: inline-block;
}
.project-video:hover .porject-link{
    z-index: 2;
    display: block;
}
div#project-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}
div#project-slider .owl-dots button {
    width: 15px;
    height: 15px;
    background: #ee763c;
    border-radius: 100%;
}
div#project-slider button.owl-dot.active{
    background: #3ba1dd;
}
.about-content ul li {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 10px 33px;
    position: relative;
}
.about-content ul li:before {
    content: "\f152";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ee763c;
    font-size: 20px;
}
.reviews-section {
    text-align: center;
}
.avout-page {
    margin: 80px 0;
}
.contact-form {
    width: 70%;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 4px 30px 0px rgba(197, 197, 197, 0.25);
    padding: 60px;
    color: #fff;
    background: url(/wp-content/uploads/2025/06/img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 0px;
    border: none;
    color: #676767;
    background: #fff;
}
.contact-form label {
    color: #3ba1dd;
    font-size: 14px;
    font-weight: 600;
}
.contact-form textarea {
    height: 100px;
}
.contact-form input.wpcf7-submit {
    background: #ee763c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-radius: 0px;
}
.discuss-section {
    margin: 80px 10%;
}
.contact-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-image {
    width: 30%;
    background: #3ba1dd85;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0px 0px 20px;
}
.col-md-12.sm-buton p {
    margin: 0;
}
.discuss-section .heading h3{
    text-align: center;
}
.our-service {
    margin: 80px 0;
/*     text-align: center; */
}
.our-services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-service {
    width: 23.5%;
    background: url(/wp-content/uploads/2025/06/img.jpg);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin: 12px 0;
    transition: 0.6s;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 6px 18px #3ba1dd;
}
.service-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.single-service:hover {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
}
.working-process .heading h3{
    text-align: center;
}
.service-content h3 {
    color: #ee763c;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}
.service-content h3 a{
    color: #ee763c;
    text-decoration: none;
}
.service-content h3 a:hover{
    color: #3ba1dd;
}
.slider-button a:hover{
    background: #3ba1dd;
}
.contact-main {
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; */
    margin: 80px 0;
}
/* .contact-main .contact-details {
    width: 32%;
} */
.contact-details ul li img {
    width: 60px;
}
.contact-details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.contact-details ul li {
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.10), 0px 2px 0px 0px #3ba1dd;
    width: 27%;
    text-align: center;
}
.contact-details ul li i {
    position: absolute;
    left: 16px;
    color: #3ba1dd;
    font-size: 25px;
    top: 20px;
}
.contact-details ul li address {
    font-size: 20px;
    color: #000;
    margin: 12px 0;
    line-height: 30px;
    font-weight: 900;
}
.contact-details .heading h3{
    text-align: center;
    margin: 0 0 40px;
}

.contact-details ul li p, .contact-details ul li a {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
}
.contact-details ul li a {
    color: #3ba1dd;
}
.contact-details ul li a:hover {
    padding-left: 3px;
    color: #3ba1dd;
}
.contact-main .contact-form{
    width: 66%;
    border-radius: 20px;
}
.contact-main .contact-form .heading h3{
    text-align: center;
}
.location-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    margin: 0 0 80px;
}
.all-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-team .team-box {
    width: 23.5%;
}
.our-team .heading h3{
    text-align: center;
}
.team-title {
    color: #ee763c;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 15px 0 0;
}
.hiring-section {
    margin: 80px 0;
}
.hiring-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hiring-content {
    width: 50%;
}
.hrirng-form {
    width: 48%;
}
.hrirng-form .contact-form {
    width: 100%;
}
.hiring-section .container > .heading h3{
    text-align: center;
}
.hiring-content table tr td {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    line-height: normal;
    color: #000;
}
.hiring-content table tr th {
    padding: 10px;
    background: #3ba1dd;
    color: #fff;
}
.banner-sec {
    position: relative;
    /* margin: -8% 0 0; */
}

.banner-sec img{
    
    min-height: 350px;
    width: 100%;
    object-fit: cover;
}
.about-section:nth-child(even)  {
    flex-direction: row-reverse;
}
.company-profile {
    text-align: center;
    margin: 50px 0;
}
.company-profile .all-btn {
    margin: 35px 0 0;
}
.review-col .imgs img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: auto;
    background: #fff;
}
.review-col .imgs {
    margin: -80px 0 0;
}
.review-col .content strong {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    margin: 12px 0;
    display: block;
}
.review-col .content p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.review-col {
    box-shadow: 0 0 5px #0e776e;
    background: #fff;
    transition: all 0.3s ease;
    padding: 38px;
    margin: 10px;
    border-radius: 20px;
    margin-top: 80px;
    height: 77%;
}
div#reviw-slider .owl-stage {
    display: flex;
}
.review-col .content img {
    width: 178px;
    margin: auto;
    padding: 8px 0;
}


/* *****************************************Responsive*********************************************** */
@media (min-width: 1441px) and (max-width: 1800px) {
 .container {width: 90%; }
}


@media (min-width: 1200px) and (max-width: 1440px) {
.container {width: 90%;}
.main-navigation a{font-size: 13px !important;}
.hdr-buton a{font-size: 15px;}
.contact-info a{font-size: 14px;}
.service-cont a{font-size: 18px;}
.ftr-col ul li a{font-size: 15px;}
.heading h3{font-size: 30px}





}


@media (min-width: 992px) and (max-width: 1199px) {
.contact-info a{font-size: 13px;}
.hdr-buton a{padding: 10px 12px;font-size: 12px;}
.static-menu {width: 67%;}
.main-navigation a{font-size: 12px !important;}
.heading h3{font-size: 30px;}
.slider-button a{padding: 8px 18px;font-size: 14px;}
.service-counter-card h4{font-size: 30px;}
.service-counter-card h5{font-size: 16px;}
.about-content p{font-size: 14px;}
.service-cont a{font-size: 16px;}
.discuss-section {margin: 80px 0%}
.ftr-col ul li a{font-size: 14px;}
.ftr-col p{font-size: 15px;}
.copy-text p{font-size: 15px;}


}


@media (min-width: 768px) and (max-width: 991px) {
.contact-info a{font-size: 11px;}
.hdr-buton a{padding: 10px 12px;font-size: 10px;}
.static-menu {width: 67%;}
.main-navigation a{font-size: 10px !important;}
.heading h3{font-size: 30px;}
.slider-button a{padding: 8px 18px;font-size: 14px;}
.service-counter-card h4{font-size: 25px;}
.service-counter-card h5{font-size: 13px;}
.about-content p{font-size: 14px;}
.service-cont a{font-size: 15px;}
.mission-stats{grid-template-columns: repeat(1, 1fr);}
.discuss-section {margin: 80px 0%}
.ftr-col ul li a{font-size: 11px;}
.ftr-col p{font-size: 13px;}
.copy-text p{font-size: 13px;}
.service-content h3{font-size: 16px;}
.contact-details ul li p, .contact-details ul li a{font-size: 10px;}



}







@media only screen and (max-width: 768px) {

html body div.wprm-wrapper{width: inherit!important;}
html body div#wprmenu_bar {top: 83px;z-index: 999; margin: 0; left: auto; right: 0; background:transparent;width: 60px;position: fixed;}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu, #wprmenu_bar .menu_title a {color: #000; font-size: 0px;}
#wprmenu_bar div.hamburger {  margin-top: 0;}
body {position: inherit !important ;}
html.wprmenu-body-fixed body { position: relative !important;}
#mg-wprm-wrap.cbp-spmenu-left {top:73px !important;}
#mg-wprm-wrap.cbp-spmenu-left, .cbp-spmenu-vertical{max-width: 80%;width: 80%;height: auto;position: fixed;}
html {padding-top: 0px !important;}
.wprmenu_bar .hamburger { float: inherit!important; }
#wprmenu_menu_ul{padding: 0 0 0px; height: auto;} 
#mg-wprm-wrap ul li {border-bottom: 1px solid #ffffff3d;padding: 6px 10px; margin: 0;}


.hero-caps{width: 100%;min-height: 300px;}
.ban-img{width: 100%;}
.static-menu{display: none;}
.hdr-buton {display: none;}
.contact-info a{font-size: 12px;}
.top-solial {display: none;}
.scrolling-wrapper {display: flex; justify-content: space-between; flex-wrap: wrap;}
.hdr-logo {width: 150px;}
.heading h3{font-size: 25px;}
.slider-button a{font-size: 14px;}
.service-counter{flex-wrap: wrap;}
.service-counter-card{width: 49%;}
.service-counter-card h4{font-size: 25px;}
.service-counter-card h5{font-size: 15px;}
.about-content {width: 100%;}
.about-content p{font-size: 15px;line-height: 26px;}
.about-image{width: 100%;margin: 20px 0 0;}
.service-cont{width: 46%;margin: 15px 0;}
.service-cont a{font-size: 15px;}
.stat-card h4{font-size: 20px;}
.discuss-section {margin: 80px 0%;}
.contact-image{width: 100%;}
.contact-form{width: 100%;padding: 26px}
.ftr-col {width: 100%;margin: 15px 0;}
.ftr-col p{font-size: 14px;}
.ftr-col ul li a{font-size: 14px;}
.copy-right{flex-direction: column;justify-content: center;text-align: center;}
.site-info{padding: 70px 0 30px;background-size: cover;}
.mission-stats{grid-template-columns: repeat(1, 1fr);}
.working-img img {max-width: 851px;}
.working-img {overflow: scroll;}
.service-counter{border-radius: 0;}
.hiring-content {width: 100%;}
.hrirng-form {width: 100%;}
.heading p{font-size: 15px;}
.single-service{width: 47.5%;}
.service-content h3{font-size: 15px;}

.contact-main .contact-details {width: 100%;}
.contact-main .contact-form{width: 100%;margin: 30px 0 0;}
.page-template-home .hero-caps{width: 90%;}
.contact-details ul li{width: 100%;}
}