/*
Theme Name:Business inteligence marketing.
Version:2019 1.0.
Author:Business inteligence marketing.
Include: All pages.
*/
/***************************
      General wrap
***************************/
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700|Source+Sans+Pro:400,600,700');

.b-main{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
    position: relative;
    overflow: hidden;
    width: 100%;
}  

/**************************
        header css
**************************/
.stick {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff none repeat scroll 0 0;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    left: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}

header{
    position: relative;
    width: 100%;
}
.top{
    background-color: #0251b0;
     box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    padding: 10px 0px 10px 0px;
    position: relative;
    overflow: hidden;
}
.top .call-us,.top .call-us a{
    color: #fff;
    position: relative;
    font-weight: 600;
}
header .top .call-us span{ vertical-align: middle;
    display: inline-flex;
    color: #ee3e2f;
    font-size: 22px;
    text-align: center;
}

header .top .call-us span{ vertical-align: middle;
    display: inline-flex;
    color: red;
    font-size: 22px;
    margin-right: 10px;
    font-weight: 600;
}
.top .email-us,.top .email-us a{
    color: #fff;
    position: relative;
    text-align: right;
    font-weight: 600;
}
header .top .email-us span{ 
    vertical-align: middle;
    display: inline-flex;
    color: #ee3e2f;
    font-size: 22px;
    margin-right: 10px;
}
.btn-top.left{
    position: relative;
}
header .top .btn-enq{    
    background-color: #ee3e2f;
    padding: 17px;
    color: #fff;
    font-size: 16px;
    text-shadow: 2px 1px 5px #000;
    position: absolute;
    right: 0;
    top: -17px;
}
header .main-header{
    padding: 10px 0px 10px 0px;
}
header .main-header .brand-logo img{
    max-width: 171px;
    width: 100%;
    animation: all 1.5s ease;
}
.logo-on-scroll{
    max-width: 141px !important;
    width: 40% !important;
    animation: all 1.5s ease !important;
}


#contactform {
  width: 100%;
  left: -335px;
  max-width: 325px;
  height: auto;
  margin: 25px 0;
  position: fixed;
  box-shadow: 0 0 12px 0 #333;
}

#contact-button {
  width: 5%;
  padding: 3% 6%;
  /* background-color: red; */
  cursor: pointer;
  margin-left: 325px;
  margin-top: 40px;
  font-size: 20px;
  color: white;
  position: absolute;
}

#contactform, #contact-button {
     background-color: #ee3e2f;
     border-radius: 0px;
     border: 1px solid #000000;
     border-left: none;
     z-index: 1000;
     color: #fff;
}

#contactform .rotated-text {
    padding: 3px;
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
    -moz-transform: translate(1.1em,0) rotate(90deg);
    -o-transform: translate(1.1em,0) rotate(90deg);
    transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;*/
   /* IE9+ */
    -ms-transform: none;
    -ms-transform-origin: none;
   /* IE8+ */
    -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *
    writing-mode: tb-rl;
    /* background-color: red; */
}

#contactform .rotated-text:before {
    content: "";
    float: left;
    margin-top: 100%;
}

#contactform form {
  width: 100%;
  padding: 20px;
  background-color: #fff
}

#contactform form input {
  display: block;
  border: none;
  width: 90%;
  height: 35px; 
  margin: 15px 30px;  
}

#contactform form textarea {
  width:90%;
  margin: 22px 30px;
  height: 80px;
  resize: unset;
}

#contactform form textarea,#contactform form input { 
    border: 1px solid #000000;
    border-radius: 0px;
    background: #84848400;
}

.banner.height{
height: 500px;
max-height: 500px;
}
.ser-box{
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    box-shadow: -1px 3px 15px 1px #d2d2d2;
    transition: all .5s ease-in-out;
    height: 225px;

}
.ser-box:hover{    
    box-shadow: inset 0px 0px 0px 6px #0251b0;
    }
.ser-box .ser-head img{
    max-width: 59px;
    margin: 0px auto;
    text-align: center;
    display: table;
    margin: 34px auto;
}
.ser-box .ser-body{
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    margin-bottom: 34px;
}
.specialize h2.sub-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    /* text-shadow: 0px 4px 4px #000; */
    font-style: normal;
}

.specialize p{
    color: #fff;
    text-align: center;
    max-width: 929px;
    width: 100%;
    margin: 0px auto;
}
.how-we-content{
    position: relative;
    z-index: 12;
}
.how-we-content h2.sub-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
}

footer .footer-logo img{
    max-width: 256px;
    width: 100%;
    margin: 0px auto;
    display: table;
}
footer .footer-link p{
    text-align: center;
    color: #fff;
    font-size: 19px;
}
footer .footer-link p a:after{
    color: #eb4435;
    content: "*";
    font-size: bold;
    cursor: none;
    position: relative;
    margin: auto 10px;
    top: 6px;
}
footer .footer-link p a:last-child:after{
    content: none;  
}
.footer-tel p span{
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.footer-tel p span a{
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.footer-tel p {
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 19px;
}
.footer-copy p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.footer-copy p:first-child{
    margin-bottom: 0px;
}
.footer-copy p:nth-child(2){
    color: #d6d6d6;
    font-size: 14px;
}
footer a{
    text-decoration: none !important;
}

#toTop {
    text-align: center;
    bottom: 35px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 12px;
    z-index: 9999;
}
#toTop i {
    background-color: #7f7f7f;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#toTop i:hover {
    background-color: #0151b0;
    color: #fff;
}


/*  Breadcrumb  Common Style  */
.breadcrumbs h2.sub-title {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    text-shadow: none;
    font-style: normal;
}
.breadcrumbs h2.border-bottom:after{
    top: 0;
    content: "";
    border-bottom: 3px solid white;
    right: 0;
    bottom: -5px;
    left: 0;
    margin: 0px auto;
    width: 100%;
    position: absolute;
    max-width: 100px;
    text-align: center;
}
.breadcrumbs h2.border-bottom-big:after{
    top: 0;
    content: "";
    border-bottom: 3px solid white;
    right: 0;
    bottom: -5px;
    left: 0;
    margin: 0px auto;
    width: 100%;
    position: absolute;
    max-width: 200px;
    text-align: center;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs > ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 0;
    text-transform: capitalize;
}
.breadcrumbs > ul li a {
    color: #ee3e2f;
    padding-right: 8px;
    position: relative;
}

.breadcrumbs > ul li a {
    color: #ee3e2f;
    padding-right: 8px;
    position: relative;
}
.breadcrumbs ul li a::after {
    color: rgb(255, 255, 255);
    content: "ï„…";
    font-size:bold; 
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 11px;
}

/*  About us  */
.bg-c{
    background-image: url(../../images/background/vector-bg.png);
    background-attachment:static;
    background-repeat: no-repeat;
    background-position: right 12px;
}
/*  mission and values us  */
.bg-c{
    background-image: url(../../images/background/vector-bg.png);
    background-attachment:static;
    background-repeat: no-repeat;
    background-position: right 12px;
}

/*  contact us  */
.bg-c1{
    background-image: url(../../images/background/vector-2.png);
    background-attachment:static;
    background-repeat: no-repeat;
    background-position: left ;
    background-color: #e2e2e26e;
}
.c1-form{
    background-color: white;
    padding: 20px;
    border-radius: 0px;
    border: 1px solid #c1c1c1;
    box-shadow: 0px 1px 12px 0px #b5acac;
}
.c1-form label{
    text-transform: uppercase;
    color: #ee3e2f;
}
.c1-form h2.sub-title {
    text-align:center;
    color: #0251b0;
    font-weight: bold;
    font-size: 26px;
    text-shadow: none;
    font-style: normal;
}
.form-control{
    border: 1px solid #0201fffa;
    font-weight: 500;
    border-radius: 0px;
}
.form-control:focus{
    border-width: 0px 0px 1px 0px;
    border-bottom-color: #ee3e2f;
    box-shadow: none;
}
/*  app development  */
.app-services{
    background-color: #fff; 
    position:relative;
}
.app-ser{
    position: relative;
    padding: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
    cursor: pointer;
}
.app-ser:hover{
    box-shadow: 0px 0px 13px 5px #dadada;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}
.app-ser .header{
    text-align: center;
    margin: 0px auto;
}
.app-ser .header img{
    text-align: center;
    margin: 0px auto;
    padding: 46px 0px;
}
.app-ser-body{
    text-align: center;
    max-width: 288px;
    padding-bottom: 21px;
    margin: 0px auto;
}
.aero::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    color: red;
    border: 2px dashed red;
    width: 8%;
    
}
.aero:first-child::after{
    content: none;
}

.theme-b{
    position: relative;
    max-height:500px; 
}

.ads_wrapper
{
	position: absolute;
	bottom: 0px;
	left: 0;
	box-shadow: 0px 2px 2px 2px #ffffff;
}

.ads_wrapper img
{
	height: 127px;
}

@media screen and (max-width: 478px)
{
	.ads_wrapper
	{
		position: relative;
	}

	.ads_wrapper img
	{
		width: 100%;
	}	
}


@media screen and (max-width: 375px)
{
	.ads_wrapper
	{
		position: relative;
		box-shadow: unset;
	}

	.ads_wrapper img
	{
		width: 100%;
		box-shadow: unset;
	}		
}

.banner-text-mng{
display:flex !important;
flex-direction:row !important;
justify-content:center !important;
margin-top:130px !important;
height:500px !important;
}