/* Design By Rizwan Khan from Bonwic Technologies */
body h1,.date_tx,.hmbrd__tx_rt p,.hmbrd__tx_lt h4,
.home_brad_st_div2 .hmbrd__tx_rt p,section.home_service p,
.home_portfolio .lead,.insghits_hd h1,.overlay-box-div-left ul li a,.ftr2 ul li a:hover{
    color: #FFF;
}
header .logo1 {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    width: 161px;
}
.menu a img,.menu1 a img,.bgr_mn_cl{
    filter: grayscale(2) saturate(2) brightness(5);
}

.btn_border:before,.themes-bg{
    background: #ffffff;
}
.insghits_slider h4{
    opacity: 1 !important;
}
.text-dark {
    color: #363636!important;
}
.ftr2_bx2 {
    margin-right: auto;
    margin-left: 17%;
}
.ftr2_bx2 ul li a {
    border: 1px solid #ffffff;
    color: #070707;
    background: #ffffff;
}
body p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}
.home_brad_rt {
    width: 74%;
}
footer{
    z-index: 9999;
}
footer h4 {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'FuturaLT';
}

footer ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}













.check-box {
    display: block;
    position: relative !important;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
  }
  
  /* Hide the browser's default checkbox */
  .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
    cursor: pointer;
  }

  .check-box .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #b4b4b4;
  }
  
  .check-box:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .check-box input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
  }
  

  .check-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .check-box input:checked ~ .checkmark:after {
    display: block;
  }
  
  .check-box .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.popup-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-50%,-100%);
}
.main-btn-rect{
    margin: 0;
    /* color: #3c3a3a; */
    /* background-color: rgb(255 255 255); */
    /* text-transform: uppercase; */
    /* font-size: 25px; */
    color: #000;
    font-size:20px;
    font-weight: 300;
    border: none;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 9999;
    transform: rotate(-90deg);
    right: -92px;
    width: auto;
    top: 50%;
    white-space: nowrap;
}
.main-btn-rect:hover{
    color:  #FFF !important;
}
.main-btn-circle{
	position: relative;
	margin: 0;
	color: #FFFFF0;
	background-color: rgb(21 19 19);
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
    z-index: 999999;
}
.main-btn-rect {
    padding: 10px 20px;
    line-height: 1.1;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent;
  overflow-y: scroll;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.98); 
  transition: background-color .6s ,opacity .6s;
  z-index: 9999;
}
.popup .main-btn-rect{
  padding: 12px 15px;
}
.popup .popup-content{
    position: absolute;
    top: 0;
    right: 0%;
    opacity: 0;
    width: 50%;
    margin-top: 0;
    border-radius: 3px;
    padding: 50px;
    background-color: #FFFFF0;
    color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;grid-template: 137px;
}
.popup.active .popup-content{
    margin-top: 0px;
    opacity: 1;
    z-index: 99999;
    /* right: -384px; */
    position: fixed;
    /* height: 100vh; */
    top: 50%;
    overflow-x: hidden;
}
.popup-content .event-header{
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.popup-content h3{
    display: table;
    text-align: left;
    /* margin: 10px auto; */
    font-weight: 400;
    color: #333;
}
.form-group{
	position: relative;
	width: 100%;
	margin: 0px auto;
}
form#send input, form#send textarea,form#send select{
	position: relative;
	margin-bottom: 18px;
	width: 100%;
	height: 44px;
	font-family: 'Futura Lt BT';
	/* text-indent: 20px; */
    background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #dcdcdc;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
form#send textarea{
    height: auto !important;
}
form#send input:focus,
form#send textarea:focus{
	border-bottom: 1px solid rgb(0, 0, 0); 
}
form#send label{
	position: absolute;
	top: 0;
    right: 0;
    color: #a4a4a4;
	line-height: 1.2;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form#send label:hover,form#send label:focus{
    color: #000;
}
form#send input:focus + label,
form#send textarea:focus + label{
  color: rgb(41, 41, 41);
}
form#send .txt{
	line-height: 22px;
	right: 0px;
}
form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 14px 48px;
    margin: 0px auto;
    font-size: 24px;
    transform: none;
    overflow: hidden;
    left: 0;
    top: 0;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #333;
}
form#send .main-btn-rect:hover{
    color: #FFF !important;
}
form#send .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
    position: absolute;
    top: 17px;
    right: 10px;
    text-align: center;
    font-size: 15px;
}
.share-wrap{
	position: absolute;
  display: inline-table;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn{
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family:'Lobster', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover{
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 2px;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
 
/******************* css on 11-01-2023***************************/

form#send select{
color:#8c8585;    
}

.portfolio_item .item-box-parr .item-child img {
    max-width: 400px!important;
    margin: 0px 0px;
}

.portfolio_item p {
    font-size: 19px;
    padding: 25px 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.portfolio_item .item-box-parr {
    border: 1px dashed #d9c4c4;
    padding: 10px;
}

span.left {
    width: 42px;
    height: 2px;
    margin-right: 11px;
    display: inline-block;
    background: #b19c9c;
    
}

span.right {
    width: 42px;
    height: 2px;
    margin-left: 11px;
    display: inline-block;
    background: #b19c9c;
}










@media only screen and (max-width: 768px){
  h1 {font-size: 25px;}
  h2 {font-size: 14px;}
  .ftr2_bx2 {
    margin-right: auto;
    margin-left: auto;
}
  .main-btn-rect{
    right: -66px;
    display: none;
  }
  .popup .popup-content{
    width: 88%;
  }
  .popup.active .popup-content {
    margin-top: 0px;
    opacity: 1;
    z-index: 99999;
    left: 50%;
    position: absolute;
}
  form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 7px 60px; font-size: 14px;}
  footer {
    z-index: 9999;
  }
  footer{position: relative;}
 .main-btn-rect.mobile{
    display: block;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    top: auto;
    padding: 11px 1px;
    width: 190px;}
}
}
  
