*{ 
margin:0;
padding:0;
box-sizing: border-box;
  user-select: none;
	
}

body{
font-family: 'Open Sans', sans-serif !important;
font-size:13px !important;
overflow-x:hidden;
	
}

p{ 
text-align:justify;
	
}

#frmNewsletter .form-control{
font-size: 1rem;	
}

.form-control{
font-size: 0.8rem;	
}

.custom-file-upload{
border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;	
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto;
   
}

.card-text:last-child {
    margin-bottom: 0;
    text-align: justify;
}

.bg-brown_head{ 
background-color:#a23926;
color:white;
background:url(../img/header_bg.jpg);
width:100%;
height:75px;	

}

/* 
========================
      BUTTON THREE
========================
*/

.profilebg {    background-image: url(../img/profile_bg.jpg);    background-size: cover;    background-position: top;    width: 100%;    height: 350px;}


#menu .btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
#menu .btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
#menu .btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid #900;
	transform: scale(1.2,1.2);
}
#menu .btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}




.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid #900;
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.post-title{
padding: 10px;
    background-color: #ffffffde;
    color: #a23926 !important;
    font-size: 17px;
    font-weight: 700;	
}

#imghov {
    display: flex;
}

.hovers img {
    -webkit-transform: scale(1) !important;
    transform: scale(1)!important;
    -webkit-transition: .3s ease-in-out!important;
    transition: .3s ease-in-out!important;
}

#bkn h5 {
    padding-left: 10px;
    border-left: 3px solid #a23926;
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #a23926;
    text-shadow: none;
}

.covidline {
    width: 100%;
    height: 0.5px;
    background-color: #a23926;
}

.h5, h5 {
    font-size: 1rem;
    text-shadow: 1px 1px #000;
    font-weight: 600;
}

.galbg {
    background: url(../img/gal_bg.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 350px;
}

.mb-20{ margin-bottom:20px;
	
}

.bg-white {
    background-color: #fff;
    -moz-box-shadow: 0px 1px 1px 0px #000;
    -webkit-box-shadow: 0px 1px 1px 0px #000;
    box-shadow: 0px 1px 1px 0px #00000052;
    /* padding-bottom: 20px; */
   
}

.covid {
    background: url(../img/covid.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 350px;
}

.card-title {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2857em;
    text-shadow: inherit;
    color: #a23926;
    
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
	height: 150px;
    
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #000;
}


.mthead {
    margin-top: 1.1rem!important;
    
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu li {
    display: inline;
}

#menu .btn-three {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    background-color: #a23926;
    margin-right: 5px;
    box-shadow: 2px 2px #00000085;
    padding: 6px 6px;
    width: 140px;
}

.selectpicker {
    padding: 8px;
    border-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px #000;
    color: #333;
    cursor: pointer;
}
.pull-right {
    float: right;
}

a {
    color: #000;
	
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
	font-weight:700;
}



.cap h3 {
    color: #fff !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px #000;
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.carousel-caption{ 
bottom:38%;
	
}

.btn-three {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    background-color: #a23926;
    margin-right: 5px;
    /*box-shadow: 2px 2px #00000085;*/
    padding: 6px 6px;
}

.carousel-captionss{
	
	
    right: 15%;	
    top: 70%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
	padding:20px;
	font-weight:700;
	
}


.h6, h6 {
    font-size: 0.8rem;
}

a:hover {
    color: #000;
	
}

.border{ 
border:1px solid #ccc !important;
margin-bottom:20px;
    padding-top: 10px;
	
}

.whiteborder{
border: solid 5px #fff;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 50%);
    display: inline-block;	
}

.bg-lgrey{ 
background-color:#f6f6f6;
box-shadow: 0px 1px 1px 0px #00000052;
	
}

.megamenu {
    position: static;
	font-size:13px;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
}

code {
    color: #745eb1;
    background: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem
}

.text-uppercase {
    letter-spacing: 0.08em
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 1.2rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
	font-size:13px;
	
}

i {
    padding-right: 10px;
    padding-left: 10px;
}

.tools {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 4%;
    bottom: auto;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1051;
}

.tools .title {
    right: 0;
}




#sidenav a{
  text-decoration:none;
  font-size:16px;
  color:white;
  position:fixed;
  right:-105px;
  transition:0.3s;
  border:1px solid #fff;  
  width:180px;
  height:45px;
  margin-left:10px;
  z-index: -1;
  top:270px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px #00000052;
}


.tools .title {
    right: 0;
}

.tools .title {
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-orientation: inherit;
    position: absolute;
    top: 235px;
    background: #a23926;
    font-weight: 700;
    right:0px;
    padding: 10px;
    height: 193px;
    color: #fff;
    text-align: center;
    border: solid 1px #fff;
	letter-spacing: 1.5px;
	box-shadow: 0px 1px 1px 0px #00000052;
}

.aboutbg {
    background-image: url(../img/bg_box_about.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 350px;
}

.about_text {
    text-shadow: 1px 1px #000;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin: 12% 0;
    color: white;
}

.line {
    width: 70px;
    height: 2px;
    background-color: #a23926;
	margin-bottom: 1rem!important;
}

.bg-brown {
    background-color: #a23926;
    color: white;
}
.h1, h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 1px 1px #000;
}

.founder-sec {
    text-align: center;
    padding: 60px 0;
    margin-bottom: 2%;
}
.profile-thumb h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: center;
}
.profile-thumb p {
    text-align: center;
}
p {
    letter-spacing: 0.5;
}
.profile-thumb figure img {
    border: solid 5px #fff;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 18%);
    display: inline-block;
}

.founder-sec figure img {
    display: inline-block;
    border: solid 10px #691e1e;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 18%);
}

img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(0.9);
}

img {
    transition: all 0.2s linear;
}

.carousel-item img:hover{
	transition:none;
	 -webkit-transform: none;
    transform:none;
}

i{
padding-right:10px;
 padding-left:10px
  
}
#sidenav a:hover{
 right:24px; 
 text-align:left;
}
#sidenav a:hover i{
display:;
}

#abouts{
  top:285px !important;
  background-color:#a23926;
}
#blog{
  top:236px !important;
  background-color:#a23926;
}
#projects{
  top:334px !important;
  background-color:#a23926;
}
#contact{
  top:383px !important;
  background-color:#a23926;
}


.fnt12{ 
font-size:12px;
}

.fnt13{ 
font-size:13px;
}


.pos-rel{ 
position:relative;
	
}

.count {
position: absolute;
    top: -42px;
    left: 0px;
    font-size: 16px;
    color: #fff;
    background-color: #000000c4;
    padding: 0.3rem 0.5rem;
}

.pt13 {
    padding-top: 13px;
}

.items {
	width: 70%;
	margin: 0px auto;
}

.our-webcoderskull{
  background:url(../img/bg_box.jpg) no-repeat center top / cover;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:20px 20px; 
   text-align:center;
   border-radius: 5px; 
   margin-bottom: 10px;
   
}
.our-webcoderskull .cnt-block figure{
   width:120px; 
   height:120px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}

.our-webcoderskull .cnt-block h5{ 
   color:#a23926; 
   font-size:16px; 
   font-weight:700; 
   padding:6px 0;
   text-transform:uppercase;
   text-shadow: inherit;
}
.our-webcoderskull .cnt-block h5 a{
  text-decoration:none;
	color:#a23926;
}
.our-webcoderskull .cnt-block h5 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 10px 20px 10px rgb(0 0 0 / 80%);
    border: 0;
	-webkit-transform: scale(1.1);
    transform: scale(0.9);
	transition: all 0.5s ease;
	
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}

.carousel-captions {
    color: #842121;
    position: relative;
    top: 66%;
    font-weight: 500;
    background-color: #ffffffde;
    padding: 10px;
    left: 1%;
    width: 160%;
    font-size: 13px;
    width: 88%;
}
h3 {
    color: #a23926 !important;
    font-weight: 600 !important;
	text-transform:uppercase;
}

.badge-brown {
    background-color: #a23926;
    color: #fff;
    box-shadow: 1px 1px #000;
    border-radius: 5px !important;
    margin-bottom: 10px;
}
.b-0 {
    bottom: 0;
}

#footer {
    background: #0e2837 !important;
    text-transform: uppercase;
    font-size: 11px;
    border-top: #92bbb7 solid 10px;
}

#footer p{
	text-align:right !important;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a, #footer ul.quick-links li a {
    color: #ffffff;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
    text-decoration: underline;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.slick-slide {
    margin: 10px;
    background-color: #a23926;
    border-radius: 5px;
	height:282px !important;
	padding:0;
}

.slick-slide img {
    width: 100%;
    border: 0px solid #fff;
    height: 180px;
	 border-radius: 5px;
	
}

/*latestnews*/

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

<!--contact us-->

.header-title {
	text-align: center;
	color: #00bfff;
}
#tip {
	display: none;
}
.fadeIn {
	animation-duration: 3s;
}
.form-control {
	border-radius: 0px;
	border: 1px solid #EDEDED;
}
.form-control:focus {
	border: 1px solid #00bfff;
}
.textarea-contact {
	resize: none;
}
.btn-send {
	border-radius: 0px;
	border: 1px solid #00bfff;
	background: #00bfff;
	color: #fff;
}
.btn-send:hover {
	border: 1px solid #00bfff;
	background: #fff;
	color: #00bfff;
	transition: background 0.5s;
}


.box > .icon {
	text-align: center;
	position: relative;
}
.box > .icon > .image {
	position: relative;
	z-index: 0;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #a23926;
	vertical-align: middle;
	box-shadow: 0 14px 1px rgb(0 0 0 / 20%), 0 10px 10px rgb(0 0 0 / 20%);
}
.box > .icon:hover > .image {
	background: #333;
}
.box > .icon > .image > i {
	font-size: 36px !important;
	color: #fff !important;
	line-height: 2;
}
.box > .icon:hover > .image > i {
	color: white !important;
}
.box > .icon > .info {
	margin-top: 10px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
	min-height: 230px;
	padding: 15px;
}
.box > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
.box > .icon > .info > h3.title {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	font-weight: 700;
}
.box > .icon > .info > p {
        font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
	text-align: left;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
	color: #222;
}
.box > .icon > .info > .more a {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
	color: #fff;
	padding: 6px 8px;
	background-color: #63B76C;
}
.box .space {
	height: 30px;
}

.contact-form{
    background: #fff;
    margin-top: 2%;
    
    width: 70%;
}

.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.mt10{ 
margin-top:10px;
	
}

.formbg{
background: no-repeat center top / cover;
padding:20px;
}

.p-lg {
  padding: 15px!important;
}


label{ 
color:grey;
	
}

.filter-button {
    font-size: 14px;
    border: 1px solid #a23926;
    border-radius: 5px;
    text-align: center;
    color: #a23926;
    margin-bottom: 30px;
}

.tab-style {
    font-size: 14px;
    width: 50%;
    background-color: #a23926;
    text-align: center;
    padding: 10px;
}
.login-shadow {
    -webkit-box-shadow: 5px -5px 6px 0px rgb(82 82 82 / 52%);
    -moz-box-shadow: 5px -5px 6px 0px rgba(82,82,82,0.52);
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 81%);
    z-index: 1;
    font-weight: 700;
    color: #fff !important;
}

.input {
    font-size: 13px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: none;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}


.btn-block {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.nav-tabs > li > a {
    margin-right: 0px;
    color: white;
}

.signup-shadow {
    -webkit-box-shadow: -5px 0px 6px 0px rgb(82 82 82 / 52%);
    -moz-box-shadow: -5px -5px 6px 0px rgba(82,82,82,0.52);
    box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 81%);
    font-weight: 700;
    color: #fff !important;
}

.group {
    position: relative;
    margin-top: 30px;
}
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

*:focus {
    outline: 0 !important;
}

@media screen and (min-width: 768px){
.modal-body {
    padding-left: 50px;
    padding-right: 50px;
}

}
@media screen and (min-width: 768px){
#myModal .modal-dialog {
    width: 500px;
}

}

@media (min-width: 992px) {
.modal-lg, .modal-xl {
    max-width: 500px;
    /* padding: 31px; */
}
}


@media (max-width: 768px) {
.bg-brown_head {
    background-color: #a23926;
    color: white;
    background: url(../img/header_bg.jpg);
    width: 100%;
    height: 286px;
}

#frmNewsletter .form-control {
    font-size: 0.8rem;
}
.tools {display:none !important;}

#menu .btn-three {
   
    width: 100%;
    margin-bottom: 10px;
}

.selectpicker {
    
    width: 100%;
}
.navbar-nav .dropdown-menu {
    position: relative;
    float: none;
}

#footer .text-center{
	text-align:left !important;
	
}

#footer{ 
padding:10px;
	
}

.col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.box > .icon > .info > p {
    font-family: "Robot", sans-serif !important;
    font-size: 11px;
    color: #666;
    line-height: 1.5em;
   margin: 0px;
    text-align: left;
}

.box > .icon > .info > h3.title{ 
font-size:13px;
margin-top: 10px;
	
}

.box > .icon > .info {
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    min-height: 150px;
    padding: 0px;
}

.contact-form {
    background: #fff;
    margin-top: 15%;
    width: 100%;
}

.contact-form form {
    padding: 0%;
}

.contact-form h3{ font-size:16px;
	
}

.btn-block{ 
font-size:13px;
	
}

.form-control{ font-size:0.8rem;
}

.newsletter .btn {
    background-color: #004058;
    color: #fff;
    font-size: 13px;
}
.about_text{
margin: 52% 0;
font-size: 1.5rem;	
}

.aboutbg{
width: 100%;
    height: 150px;	
}
.about_text {
    
    font-size: 1.2rem;
	letter-spacing: 0.5px;    
    margin: 20% 0;
    
}

.h3, h3 {
    font-size: 1rem;
}

.h1, h1{
font-size:2rem;	
}

.form-check-inline{ display:block;
	
}

.image-wrapper img{
width: 96%;	
}

img.w-100 {
    width: 100% !important;
	height: 200px;
}

.w-100 {
    width: auto !important;
}

.h6, h6 {
    font-size: 0.7rem;
}

.col{
	flex-basis: auto;
}

.carousel-caption {
    bottom: 20px;
    font-size: 4px;
}

.carousel-caption {
    bottom: 20px;
    font-size: 4px;
}

.d-none {
    display: block!important;
}
	
}

.ahwalbg {
    background-image: url(../img/ahwal_cover.png);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: auto;
}
.overlay-secondary-light:before, .overlay-secondary-middle:before, .overlay-secondary-dark:before {
    background: #5a7468;
}