@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
.header-top {
    background: #083180;
    overflow: hidden;
}
.classic-logo::before {
 background: #083180;
    background: #083180;
   
}
.hd-sec {
    background: #fff;
    border-top:none;
}
.classic-logo { padding-bottom:31px;}
.home-v1 .classic-logo::before {
    right: 34px;
    transform: skew(-30deg);
}
.main-menu ul li a
{font-size:18px;
text-transform:uppercase;
font-family: 'Oswald', sans-serif;
font-weight:normal;}
.main-menu ul ul li a:hover {
color:#06a4f9;background:#fff;
}
.main-menu ul li.active > a {
    color: #06a4f9;
}
.contact-tp-title {
   color:#dedede;
    font-weight: 600;font-size:13px;
}
   
.header-left li i {
    color:  #16a2f;
    font-weight: 600;
};
    font-weight: 600;
}
.social-title ,.contact-tp-title ,.header-left li
{font-family: 'Oswald', sans-serif;
}
.applay-button a:hover {
    background: #16a2f;
    color: #fff;
    border-color: #16a2f;
}

.applay-button a{ background: #06a4f9;
border: 1px solid #083180;
   }
   .main-menu ul li.active::before {background: #06a4f9 !important;     height: 3px;}
   .main-menu ul li a:hover {

color:#06a4f9 !important;
}
.header-left li i {
    color: #dedede;
}
.main-menu ul ul
{border-top: 2px solid #06a4f9;}
 .pt-50{padding-top:50px !important;}
 .pb-50{padding-bottom:50px !important;}
 
 
 
.section-full {
    position: relative;
}
.bg-white {
    background-color: #FFF;
}
.p-tb50 {
    padding-bottom: 50px !important;
    padding-top: 176px !important;
}

.text-black {
    color: #262423;
}
.text-left {
    text-align: left;
}
.m-b30 {
    margin-bottom: 30px;
}
.site-button {
    background-color: #c19b76;
}
.btn-half {
    cursor: pointer;
    background-color: #c19b76;
    z-index: 0;
    display: inline-block;
    position: relative;
}
.button-lg {
    padding: 10px 20px;
    font-size: 16px;
}




.site-button {
    background-color: #c19b76;
    color: #262423;
}
.site-button, .site-button-secondry {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}
  /** section title */
  .section_header {
    font-size: 30px !important;
  
    text-transform: capitalize;
    line-height: 1.4;
    margin-top: 10px;
	font-family: 'Oswald', sans-serif;
}.section_header.textcenter{text-align:center}
.text-custom {
    color: #06a4f9 !important;
}
.font-300 {
    font-weight: 300;
}
.section-title .bar2 {
    height: 1px;
    width: 100px;
    margin: 20px 0px 20px 0px;
    background: #06a4f95c;
    position: relative;
}
.section-title.textcenter .bar2{margin:auto}
.section-title .bar2::before {
    content: '';
    position: absolute;
    left: 0;
    top: -9.7px;
    height: 10px;
    width: 10px;
    background: #06a4f9;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rounded-circ;
    animation-name: rounded-circ;
}
@-webkit-keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

@keyframes rounded-circ {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}

/*** button */

 .btn-outline-primary {
    padding: 9px 56px;
        background-color: transparent;
    background-image: none;
    color: #3d4461;
}
.dc-btn {
    min-width: 160px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    border: 2px solid;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--terthemecolor);
    font: 400 14px/46px 'Poppins', Arial, Helvetica, sans-serif;
    border-color: #3fabf3;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: #3fabf3 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dc-btnactive,
.dc-btn:hover,
.dc-btnactive:focus {color:#fff;}
.dc-btnactive,
.dc-btn:hover{
	border-color:#3fabf3;
	background-color:#3fabf3;
		-webkit-box-shadow: 0 9px 20px 0#3fabf380;
	box-shadow: 0 9px 20px 0 #3fabf380;
}

/** ===================bread crums ===============================*/
.page_title_section {
	float:left;
	width:100%;
	padding-top: 34px;
	position:relative;
	padding-bottom:60px;
}
.page_header {
	padding-bottom: 0;
	border-bottom: 0;
}
.sub_title_section {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    top: 0;
}
.page_header .sub_title li {
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: #111;
    font-weight: 400;
	text-transform:uppercase;
font-family: 'Oswald', sans-serif;
}
.page_header .sub_title li:last-child {
    color: #00aeef;
}
.page_header .sub_title a {
    color: #fff;
    font-size: 16px;
}
.page_header h1 {
    font-size: 35px;
    padding-top: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
   text-transform:uppercase;
font-family: 'Oswald', sans-serif;
}
.page_header h1:before {
    content: '';
    position: absolute;
    right: 1px;
    left: 0;
    margin: 0px auto;
    width: 1px;
    height: 25px;
    top: 3px;
    background: #fff;
}
.page_header h1:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 12px;
    border-radius: 50px;
    height: 12px;
    top: 26px;
    background: #fff;
}

.iner_header_bg{
	background: url('../img/baseline-payroll-contact-us-banner.jpg');
    float: left;
    width: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
}
.iner_overlay{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
}
.iner_page_menu a{
	color:#fff;
}


/* contact_info_section start */

	

.icon_text{
    border: 1px solid #eee;
    padding: 15px;
    position: relative;
    padding-top: 59px;
    margin-top: 52px;
    height: 225px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

}
.icon_text .icon-box{
    font-size: 24px;
    text-align: center; 
    width: 100px;
    line-height: 100px;
    height: 100px;
	position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.icon_text h4 a{
	margin-bottom:10px;
	font-size:26px;
	color:#111;
	float:left;
	width:100%;
	text-transform:capitalize;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-family: 'Oswald', sans-serif;
}
.icon_text:hover{
   box-shadow:0px 3px 15px -2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.icon_text:hover .fa{
	box-shadow:0px 3px 15px -2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* contact_info_section end */


/*** ============================about us page ============================*/


/*========== Hover box effect =============*/

.hover-box-effect{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

.hover-box-effect:hover{
	background-color:#20a0f529;
	background-image:url(../images/background/bg-5.png);
	background-repeat:repeat;
}

.wt-icon-box-wraper {
    position: relative;
height:150px;
    text-align: center;
}
.bg-gray {
    background-color: #f6f7f8;
}
.p-a20 {
    padding: 10px;
}
.wt-icon-box-wraper.left .icon-xld, .wt-icon-box-wraper.left .icon-xl, .wt-icon-box-wraper.left .icon-lg, .wt-icon-box-wraper.left .icon-md, .wt-icon-box-wraper.left .icon-sm, .wt-icon-box-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}
.icon-md {
    width: 60px;
}
.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
    display: inline-block;
    text-align: center;
}
.m-b20 {
    margin-bottom: 20px;
}
.icon-md i {
    font-size: 45px;
}
.icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
    vertical-align: middle;
}
.v-icon {
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.v-icon:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
}
.icon-content {
    overflow: hidden;
}
.wt-icon-box-wraper .wt-tilte {
    margin-top: 0;
    font-weight: normal !important;
    font-size: 20px;
    line-height: 26px;
    color: #262423;
    margin-bottom: 11px;
    font-family: 'Oswald', sans-serif;
}
.wt-box, .wt-info, .wt-tilte, .wt-tilte-inner {
    position: relative;
}
.wt-icon-box-wraper p:last-child {
    margin: 0px;
}
.text-black p {
    color: #7c7c7c;
	line-height:24px;
}
/*===================right side of about page ======================== */

.home-about-slider  {display: block;
width: 110%;
    z-index: 1;
	-webkit-tap-highlight-color: transparent;
    position: relative;}
.home-about-block-inner{
	    padding: 68px 87px 69px 8px;
	position:relative;
}
.home-about-block-inner:after{
	position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 57%;
    height: 198%;
    background-color: #083180;
}
.home-about-block-inner:before{
	position: absolute;
    content: "";
    right: 25%;
    top: 35px;
    width: 50%;
    height: 148%;
    border: 5px solid #fff;
    border-left: 0px;
    z-index: 1;
    
}

/* ================================ contact_info_section start ============================= */

.pr-lg-6 {
    padding-right: 6rem!important;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
[data-aos=fade-down] {
    transform: translate3d(0,-100px,0);
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.border-0 {
    border: 0!important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	padding-bottom: 3rem!important;
	padding-top: 3rem!important;
	    padding-left: 1.5rem!important;
		    padding-right: 1.5rem!important;
}
.gradient.gradient-primary-light {
    background-image: linear-gradient(45deg,#0d86c7 0,#70b8df 100%);
}
.icon-box {
    padding: 1rem;
}
.icon-box, .icon-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	    color: #fff!important;
		    margin-bottom: 1rem!important;
}
.icon-xl {
    width: 4.5rem;
    height: 4.5rem;
}
.gradient {
    background-color: transparent;
}
.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.icon {
    padding: 0;
    display: inline-block;
    text-align: center;
	margin: 0!important;
	    font-size: 3em;
}
.card-body h4 {font-size:1.5rem;
font-weight:700;
    letter-spacing: .05rem;
	font-family: Lato,sans-serif;
   margin-top: 0;
    line-height: 1.2;}
.card-body h4 {color: #6c757d!important;
font-size: 1.25rem;
    font-weight: 300;
	}	
/* contact_info_section end */



/*** ==============inquiry page===================================== */

/** ====================================== inquiry form ===============================*/
.form-wrapper {background:#f5f5f5;}
.fborder{border: 2px solid #f6f6f6;}
.form-title{background-color: #fea116;
    padding-left: 70px;
	    padding-bottom: 35px;
		padding-top: 35px;
		    font-family: 'Quicksand', sans-serif;
		}
.user-form {
	background-color: #fbfbfb;
	padding: 23px 26px;
}

.form-title h3 {
	color: #fff;
	font-size: 31px;
	line-height: 0.5;
	text-transform: capitalize;
	    font-family: 'Quicksand', sans-serif;
}


.user-form .form-group{
  position: relative;
}
.user-form .form-group  select{
padding:6px 25px !important;
height:44px;
  position: relative;
}
.user-form .form-group input, .user-form .form-group textarea , .user-form .form-group select{
	border: 1px solid #dadada;
    width: 100%;
    padding: 21px 25px;
    color: #5f5f5f;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 0;
    resize: none;
    box-shadow: none;
}
#register-form .form-group input{
  padding-left: 50px;
}
.user-form .form-group input::-webkit-input-placeholder{
   color: #5f5f5f;
}
.user-form .form-group input:-ms-input-placeholder{
   color: #5f5f5f;
}
.user-form .form-group input::-ms-input-placeholder{
   color: #5f5f5f;
}
.user-form .form-group input::placeholder{
   color: #5f5f5f;
}
textarea::-webkit-input-placeholder{
  color: #5f5f5f;
}
textarea:-ms-input-placeholder{
  color: #5f5f5f;
}
textarea::-ms-input-placeholder{
  color: #5f5f5f;
}
textarea::placeholder{
  color: #5f5f5f;
}


.user-form .form-group i {
	position: absolute;
	color: #06a4f9;
	top: 19px;
}
.user-form select>i { top: 11px;}
#message-form .form-group i {
    right: 19px;
}
.user-form .applay-button {text-align:left; padding:0;}
.applay-button button {
    padding: 8px 26px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 4px;
    border: 1px solid #083180;
    text-align: center;
    color: #fff;
    background: #06a4f9;
    border-radius: 4px;
}
.applay-button  button:hover {
    background: #071c34;
    color: #fff;
    border-color: #071c34;
}


/** why choose section */
.choose-us-wrapper {
  
  padding: 0;
  position: relative;
  z-index: 2;
}
.choose-us-wrapper:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff73;
    left: 20px;
    top: 20px;
    z-index: -1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.choose-us-wrapper .section-title h3 {
  margin-bottom: 12px;
  font-size: 52px;
    text-transform: capitalize;
    letter-spacing: -2px;
	    font-family: 'Quicksand', sans-serif;
		text-align: center;
}

.single-choose-us h4 {
 font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.single-choose-us p{font-size:14px;}
.single-choose-us {
  padding-left: 53px;
  position: relative;
  margin-bottom: 3px;
}

.single-choose-us:before {
  position: absolute;
  content: '\ec4b';
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 900;
  font-family:IcoFont;
  left: 0;
  background: #083180;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.choose-us-wrapper:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff73;
  left: 20px;
  top: 20px;
  z-index: -1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/** ========================================quality page ====================================== */

.dc-workholder {
    padding-bottom: 140px;
}

.dc-main-section {
   padding: 10px 0 50px;
}
.dc-workdetails-holder {
    padding-top: 0;
    margin-top: -96px;
    position: relative;
}
.dc-workdetails-holder:after{
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	content: '';
	height: 1px;
	position: absolute;
	background-size: 15px 40%;
	background-image: linear-gradient(to right, transparent 50%, #ddd 50%);
  }
.dc-workdetails{
	float: left;
	width: 100%;
	text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.dc-workdetails-bordertwo,
.dc-workdetails-border{position: relative;}
.dc-workdetails-border:after,
.dc-workdetails-bordertwo:before{
	position: absolute;
	top: 0;
	top: 72px;
	content: '';
	left: -127px;
	width: 235px;
	height: 148px;
	background: url(../img/quality/line-01.png);
	background-repeat:no-repeat;
	background-size:100% 100%;  
}
.dc-workdetails-bordertwo:before{
	background: url(../img/quality/line-02.png);
	left: -138px;
}
.dc-workdetail{
	float: left;
	width: auto;
	padding: 20px;
	margin-top:60px; 
	margin-bottom:30px; 
	text-align: center;
	border-radius: 100%;
	background: url(../img/quality/border-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.dc-workdetail figure{
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
	background: #fff;
	border-radius: 100%;
		-webkit-box-shadow: 0 0 20px 0 rgba(153,153,153,0.3);
	box-shadow: 0 0 20px 0 rgba(153,153,153,0.3);
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.dc-workdetail figure img{
	width: 70px;
	margin:0 auto; 
	display: block;
}
.dc-workdetails .dc-title span{
	font-size: 16px;
	display: block;
	margin-bottom:5px; 
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}
.dc-workdetails .dc-title h3{
	margin: 0;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
.dc-workdetails .dc-title h3 a{
	display: inline-block;
	vertical-align: middle;
	color: #3d4461;
}
  /** ============================ product page =================================*/
  .post {
    text-align: left;
}
.post-modern-figure {
	position: relative;
	overflow: hidden;
	display: block;    border: #e1e1e1 solid 1px;
}
.post-modern-figure img {
	width: 100%;
	height: 250px;
	transition: all .3s ease;
	webkit-transform: scale(1.1);
    transform: scale(1.1);
    will-change: transform;
}
.post-modern:hover .post-modern-figure img {
	-webkit-transform: none;
	transform: none;
}
.post-modern-time {
	padding-top: 17px;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0 1px;
    color: #a58838;
    font-size: 20px;
    line-height: .5;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background:#07307f;
}
.post-modern-time::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: inherit;
    -webkit-transform: translate3d(0, -100%, 0) skewX(30deg);
    transform: translate3d(0, -100%, 0) skewX(30deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    will-change: transform;
}
.post-modern-time .post-modern-time-number  {
    font-size: 2em;color: #fff;
}
 .post-modern-title {
	 overflow:hidden;
    margin-top: 26px;
	font-size: 15px;
	line-height: 1;
    font-weight: 500;
	letter-spacing: .05em;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #151515;
	text-align: center;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 25px 0 14px 20px;
    border-bottom: 1px solid #e1e1e1;
    transition: all .3s ease;
	white-space:nowrap;background: #fbfbfb;
    margin-top: 0;
    margin-bottom: 50px;
}
.post-modern-title:before{
position: absolute;
    content: '';
    top: 54%;
    left: 1px;
    height: 40px;
    width: 1px;
    background: #e1e1e1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    transition: height .3s ease .3s, width .3s ease 0s;
}
 .post:hover .post-modern-title:before{
	height: 1px;
	width: 40px;
	
}
.post-modern-text {
    letter-spacing: .025em;
    color: #9b9b9b;
	  margin-top: 12px;
}

/**============================ product detail ======================================*/
/* .text-area {
       font-size: 15px;
    line-height: 21px;
    color: #696478;
    margin-top: 0px;
}*/
.image-block {
    position: relative;
    margin-bottom: 30px;
	   overflow: hidden;
    display: block;
	height: 215px;
}
.image-block .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
}.image-block.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.image-block img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;    border: #b0e3ff inset 3px;
    padding: 10px;
}
 .image-block .image img {
    display: block;
    width: 100%;
    height: auto;
}
.wt-img-overlay1:before {
    width: 100%;
    height: 100%;
   opacity: 0.5;
   content: "";
    background: #000;
    position: absolute;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wt-img-overlay1:after {content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;}.wt-img-overlay1:hover:before, .wt-box:hover .wt-img-overlay1:before {
    opacity: 0.5;
}
.wt-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.overlay-bx:hover, .wt-thum-bx:hover .overlay-bx, .wt-box:hover .overlay-bx, .ow-img:hover .overlay-bx, .ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}
.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility:visible;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.overlay-icon { 
	list-style:none; 
	width:160px; 
	height:40px; 
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-20px -75px;
	z-index: 1 !important;    
}
.overlay-icon a { 
	display:inline-block; 
	padding:0;
	margin:0 2px;
	border:1px solid #fff;
	color:#fff;
}
.overlay-icon .wt-icon-box-xs { 
	line-height:40px;
}
.overlay-icon a:hover { 
   color:#fff;
   background-color:#ffbc13;
   border:1px solid transparent;
}
.image-block:hover .overlay-icon a > i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.overlay-icon .wt-icon-box-xs {
    line-height: 40px;
}

.wt-icon-box-xs {
    width: 40px;
    height: 40px;
	  display: table;
	  text-align:center;
}

/*============================================================================================
                                     INDEX PAGE
==============================================================================================**/

/*================ about section========== */


.bg-gradient {
       background: #fff;
}
.p-2 {
    padding: .5rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.position-relative {
    position: relative!important;
}

.font-weight-bold {
    font-weight: 500!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.bg-white {
    background-color: #fff!important;
}
.lan_funfact{
    box-shadow: 0px 1px 52px 32px rgba(228, 228, 228, 0.35);
    border-radius: 10px;
}

.lan_funfact.active{
    margin-top: 70px !important;
}

.fun_effect{
    height: 110px;
    width: 160px;
    display: inline-block;
    background-color: #337ab71f;
    border-radius: 10%;
    position: absolute;
    top: 15px;
    left: -100px;
    transition: all 0.5s;
}

.lan_funfact:hover .fun_effect{
    top: 15px;
    left: 45px;
}

.fun_effect2{
    height: 141px;
    width: 215px;
    display: inline-block;
    background-color: #337ab71f;
    border-radius: 10%;
    position: absolute;
    top: -70px;
    left: -140px;
    transition: all 0.5s;
}

.lan_funfact:hover .fun_effect2{
    top: 15px;
    left: 20px;
}

.bg-funfact {
    background-image: url(../img/services-bg.jpg);
    background-position: center center;    
}
.p-4 {
    padding: 1.5rem!important;
}
.text-muted {
    color: #777 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

	.project_count h5 {
   color: #fff;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    text-align: center;
    background: linear-gradient(170deg, #ededed, #06a4f9);
    font-size: 40px;
    margin-left: 69px;
	
}

.project_count h1 {
	font-size:25px;
	font-family: 'Oswald', sans-serif;
}
.project_count p{font-size:14px;}

/* product area */

.animate_line{
	position:absolute;
	z-index:0;
}
.animate_line:after,
.animate_line:before{
	content: "";
	height: 4px;
	width: 0px;  
	position: absolute; 
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s; 
	z-index: -1; 	
}
.animate_line:after { 
  left: 0; 
  bottom: 0; 
}
.animate_line:before { 
  right: 0; 
  top: 0; 
}
.animate_line:hover:after,
.animate_line:hover:before{ 
	width: 50%; 
	height:50%;
	background: #06a4f9; 
}
@media only screen and ( max-width:768px){
.animate_line:after { 
  bottom: -5px; 
}
.animate_line:before { 
  top: -5px; 
}
	
}


.gallery-item {height:250px;}


/** ===========slider section =============*/



/*** ==================== index 2=========================*/
.nw_services_row {
    padding: 20px 15px 65px 15px;
	    position: relative;
}
.nw_page_services .nw_services_row {
    padding: 20px 15px 15px 15px;
}
.nw_page_services {
    margin-bottom: 75px; 
}
.nw_services_container {
    transition: all 250ms ease-in-out;
    padding: 0 15px;
    background-color: rgb(255, 255, 255);
    padding: 35px 50px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
/*SERvICES ANIMATIONS*/
.nw_services_container:hover {
    transition: all 250ms ease;
    transform: scale(1.01);
    background-color: rgb(247, 250, 253);
}
.nw_services_container:hover .nw_icon img {
    transition: all 0.2s;
    filter: saturate(100%) grayscale(0%) brightness(100%);
}
.nw_services_container:hover .nw_read_more a {
    transition: all 0.2s;
    color: rgb(116, 214, 110);
}
.nw_icon img {
    width: 60px;
    filter: saturate(0%) grayscale(100%) brightness(69%) contrast(100%);
}
.nw_container .nw_subtitle>p {
    font-weight: 500;
	font-size: 17px;
    color: rgb(130, 130, 130);
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nw_icon img {
    width: 60px;
    filter: saturate(0%) grayscale(100%) brightness(69%) contrast(100%);
}
 
.nw_read_more a {
    font-size: 17px;
    background: transparent;
    padding: 0px 48px 3px 0;
    color: rgb(37, 37, 37);
    font-weight: 500;
}
.nw_read_more a:after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 2px;
}
.nw_read_more a:hover {
    transition: all 0.2s;
    color: rgb(116, 214, 110);
}



/** ============================== index 4 =================*/

#service-section {
    padding-top: 20px ;
}

#service-section .service-item {
    border: 1px solid #dddddd;
    padding: 60px 30px 30px;
    margin: 50px 0 30px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#service-section.background-dark .service-item {
    border: 1px solid #666666;
}

#service-section .service-item .icon {
    width: 80px;
    height: 80px;
    padding: 15px;
    border: 1px solid #dddddd;
    position: absolute;
    top: -50px;
    background: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	    color: #bdbdbd;
}

#service-section.background-dark .service-item .icon {
    background: #222222;
    border: 1px solid #666666;
}

#service-section .service-item h3,
#service-section .service-item p {
    margin-bottom: 15px;
}

#service-section .service-item a {
    color: #666666;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#service-section.background-dark .service-item a {
    color: #dddddd;
}

#service-section .service-item a i {
    vertical-align: middle;
    margin-left: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#service-section .service-item a:hover {
    color: #02369b;
    text-decoration: none;
}

#service-section .service-item a:hover i {
    margin-left: 6px;
}

#service-section .service-item:hover,
#service-section .service-item:hover .icon {
    border: 1px solid #02369b;
}

/* second section */

.rs-case-result {
    position: relative;
}
.pb-170 {
    padding-bottom: 50px !important;
}
.pt-100 {
    padding-top: 30px !important;
}
.bg2 {
    background:#08318082;
    background-size: cover;
}
.rs-case-result:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/case-result-bg.png);
    background-size:cover;
    z-index: 0;
}
.rs-case-result:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #083180a8;
}
.rs-case-result .rs-left-border-title {
    margin-bottom: 36px;
}

.rs{display: block;width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;}
.rs-left-border-title {
    padding-left: 20px;
    position: relative;
}
.white-color {
       color: #d0cece !important;
    font-size: 15px;
}
.rs-left-border-title h4 {
    color: #8d6e63;
    margin-bottom: 8px;
    line-height: 16px;
}
.rs-left-border-title h4, .rs-left-border-title h2 {
    text-transform: uppercase;
}
.rs-left-border-title.white-color h2 {
    color: #333333;
}
.rs-left-border-title h4, .rs-left-border-title h2 {
    text-transform: uppercase;
}
.rs-left-border-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 67px;
    background: #8d6e63;
}

.rs-case-result .case-content {
    overflow: hidden;
}
.rs-case-result .case-content .media-left .icon{
	width: 60px;
    height: 60px;
    margin-right: 10px;
    text-align: center;
    line-height: 60px;
    background: #06a4f9;
    color: #fff;
    font-size: 28px;
    border-radius: 4px;
    position: relative;}
.rs-case-result .case-content h4 {
    color: #ffffff;
   
}
.rs-case-result .case-content h4 i{
margin-right: 10px !important;
}
.rs-case-result .case-content .des {
    overflow: hidden;
    color: #cccccc;
}
.rs-case-result .case-content p {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 24px 0;
}


/** ================== product ===========================*/
/* ------------------------------------
    10. Team Section CSS
  ---------------------------------------*/
.rs-team-slider .team-item .text-bottom {
  padding: 7px 3px 0;
  border:1px solid #d8d8d8;
  border-radius: 0 0 3px 3px;
   
 
  background:#fff;border-left: 7px solid #07307f;
    padding: 9px;
}
.rs-team-slider .team-item .text-bottom h4.person-name {
  overflow: hidden;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rs-team-slider .team-item .text-bottom h4.person-name a {
  color: #07307f;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-align: center;
    text-overflow: ellipsis;
}
.rs-team-slider .team-item .text-bottom span.designation {
  display: block;
  color: #8d6e63;
}
.rs-team-slider .team-item .text-bottom .top-bar {
  position: relative;
  margin-bottom: 10px;
}
.rs-team-slider .team-item .text-bottom p {
  margin-bottom: 22px;
}
.rs-team-slider .team-item .team-content {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 100%;
  background: rgba(27, 22, 20, 0.68);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px 3px 0 0;
}
.rs-team-slider .team-item .team-content .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
}
.rs-team-slider .team-item .team-content .text-box > a {
  color: #ffffff;
  display: block;
  margin-bottom: 52px;
}
.rs-team-slider .team-item .team-content .text-box > a i,
.rs-team-slider .team-item .team-content .text-box > a i:before {
  font-size: 40px;
}
.rs-team-slider .team-item .team-content .text-box .team-social ul li {
  display: inline-block;
  padding: 0 3px;
}
.rs-team-slider .team-item .team-content .text-box .team-social ul li a {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100px;
  display: block;
  line-height: 30px;
}
.rs-team-slider .team-item .team-image {
  position: relative;
  height:215px;
}
.rs-team-slider .team-item .team-image img {
  border-radius: 3px 3px 0 0;
   height:215px;
}
.rs-team-slider .team-item:hover .team-content {
  opacity: 1;
  visibility: visible;
}

/** ============================================ form section ==*/
.bg3 {
    background: #e8e7e782;
}
.mt-100 {
    margin-top: 30px;
}
.pb-100
{padding-bottom:40px;}

.rs-free-consultation .banner-form.banner-form-home .sec-title {
	text-align:left;
    margin-bottom: 30px;
}
.rs-free-consultation .sec-title {
    margin-top: -10px;
}
.sec-title .title {
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
	font-size: 36px;
	margin:0 !important;
}
.rs-free-consultation.long-gap-home {
   padding-bottom: 30px;
}
.rs-free-consultation {
  position: relative;
}
.rs-free-consultation.long-gap {
  padding-bottom: 290px;
}
.rs-free-consultation.long-gap .contact-form {
  padding-top: 10px;
}

.rs-free-consultation .sec-title {
  margin-top: -10px;
}
.rs-free-consultation .sec-title .title.style-gap {
  margin-bottom: 16px;
}
.rs-free-consultation .right-content h4 {
  color: #333333;
}
.rs-free-consultation .contact-form .form-field {
  margin-bottom: 30px;
  position: relative;
}
.rs-free-consultation .contact-form .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.rs-free-consultation .contact-form .form-field input,
.rs-free-consultation .contact-form .form-field select {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.rs-free-consultation .contact-form .form-field select {
  color: #8d6e63;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.rs-free-consultation .contact-form .form-field option {
  color: #333333;
}
.rs-free-consultation .contact-form .form-field input,
.rs-free-consultation .contact-form .form-field select,
.rs-free-consultation .contact-form .form-field textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  width: 100%;
  border-radius: 3px;
  outline: none;
}
.rs-free-consultation .contact-form .form-field input {
  width: 100%;
  color: #666666;
}
.rs-free-consultation .contact-form .form-field input:focus {
  border: 1px solid #c4c4c4;
  outline: none;
  box-shadow: none;
}
.rs-free-consultation .contact-form .form-field textarea {
  width: 100%;
  padding: 10px 20px;
  color: #666666;
  resize: none;
  height: 130px;
}
.rs-free-consultation .contact-form .form-field textarea:focus {
  border: 1px solid #c4c4c4;
  outline: none;
  box-shadow: none;
}
.rs-free-consultation .contact-form .select-icon {
  position: relative;
}
.rs-free-consultation .contact-form .select-icon:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #666666;
  right: 30px;
  position: absolute;
  top: 13px;
  font-size: 20px;
  z-index: 11;
}
.rs-free-consultation .contact-form .form-button {
  padding-top: 16px;
}
.rs-free-consultation .contact-form .form-button button {
  outline: none;
  text-transform: capitalize;
  background: #8d6e63;
  color: #ffffff;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}
.rs-free-consultation .contact-form .form-button.small-padding {
  padding-top: 11px;
}
.rs-free-consultation .contact-form.border-primary .form-field ::-webkit-input-placeholder {
  color: #8d6e63;
  opacity: 1;
}
.rs-free-consultation .contact-form.border-primary .form-field ::-moz-placeholder {
  color: #8d6e63;
  opacity: 1;
}
.rs-free-consultation .contact-form.border-primary .form-field :-ms-input-placeholder {
  color: #8d6e63;
  opacity: 1;
}
.rs-free-consultation .contact-form.border-primary .form-field :-moz-placeholder {
  color: #8d6e63;
  opacity: 1;
}
.rs-free-consultation .contact-form.border-primary .form-field input,
.rs-free-consultation .contact-form.border-primary .form-field select,
.rs-free-consultation .contact-form.border-primary .form-field textarea {
  border-color: #8d6e63;
}
.rs-free-consultation .contact-form.border-primary .select-icon:before {
  color: #8d6e63;
}
.rs-free-consultation .banner-form {
  background: #ffffff;
  padding: 0 40px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.rs-free-consultation .banner-form .form-field {
  margin-bottom: 30px;
}
.rs-free-consultation .banner-form .message-box {
  margin-bottom:0px;
}
.rs-free-consultation .banner-form .textarea {
  height: 124px;
}
.rs-free-consultation .banner-form.banner-form-home {
  padding-top: 35px;
  padding-bottom: 55px;
}
.rs-free-consultation .banner-form.banner-form-home .sec-title {
  margin-bottom: 30px;
}
.rs-free-consultation .nagetive-margin {
  padding: 60px 60px 40px;
  position: relative;
  z-index: 11;
}
.rs-free-consultation .nagetive-margin .sec-title {
  margin-bottom: 34px;
}
.rs-free-consultation .services-item {
  border: 1px solid #083180;
  position: relative;
  padding: 58px 10px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.rs-free-consultation .services-item h4 {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  position: relative;
  z-index: 10;
}
.rs-free-consultation .services-item h4 span {
  display: block;
  color: #8d6e63;
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.2;
}
.rs-free-consultation .services-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#083180;
  transition: all 0.3s ease 0s;
}
.rs-free-consultation .services-item:hover:before {
  background: #333333;
}
.rs-free-consultation .service-inner {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
}
.rs-free-consultation .service-inner .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.rs-free-consultation .service-inner .col-md-4 .services-item {
  margin-bottom: 20px;
}
.rs-free-consultation .service-inner.no-margin .services-item {
  margin-bottom: 0px !important;
}
.rs-free-consultation .person-image {
  position: absolute;
  bottom: 0;
}

/*========================  footer =====================*/
/* -----------------------
    29. Footer CSS
--------------------------*/
.rs-footer {
  background:url('../img/bg-pattern.png') #112751;

  color: #ffffff;
}
.rs-footer .footer-desc .sub-text {
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
.rs-footer .footer-top {
  padding: 30px 0 30px;
}
.rs-footer .footer-top .footer-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  padding-left: 18px;
}
.rs-footer .footer-top .footer-title:before {
  position: absolute;
  content: '';
  top: -5px;
  left: 0;
  width: 2px;
  height: 30px;
  background: #06a4f9;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 32px;
  margin-top: -6px;
}
.rs-footer .footer-top .about-widget .social-links {
  margin-top: 20px;
}
.rs-footer .footer-top .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .footer-top .about-widget .social-links li a {
  color: #333333;
}
.rs-footer .footer-top .about-widget .social-links li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.rs-footer .footer-top .about-widget .social-links li:last-child {
  margin-right: 0;
}
.rs-footer .footer-top .footer-menu ul li {
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.rs-footer .footer-top .footer-menu ul li i {
  color: #06a4f9;
}
.rs-footer .footer-top .footer-menu ul li a {
     color: #d0cece !important;
    font-size: 15px;
  padding-left: 10px;
}
.rs-footer .footer-top .footer-menu ul li a:hover {
  color: #8d6e63;
}
.rs-footer .footer-top .footer-menu ul li:last-child {
  margin: 0;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image {
  max-width: 70px;
  margin-right: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image img {
  border-radius: 3px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a:hover {
  color: #8d6e63;
}
.rs-footer .footer-top .footer-address li {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;    color: #d0cece !important;
    font-size: 15px;
}
.rs-footer .footer-top .footer-address li i {
  color: #06a4f9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.rs-footer .footer-top .footer-address li span {
  overflow: hidden;
}
.rs-footer .footer-top .footer-address li a {
     color: #d0cece !important;
    font-size: 15px;
}
.rs-footer .footer-top .footer-address li a:hover {
  color: #8d6e63;
}
.rs-footer .footer-top .footer-address li p {
  display: inline;
}
.rs-footer .footer-top .footer-address li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-bottom {
	background:#0e2247;
  padding: 10px 0 10px;
  
}
.rs-footer .footer-bottom .copyright p {
  margin: 5px 0 0;
  font-size: 15px;
    color: #adadad;
}
.rs-footer .footer-bottom .copyright a {
 font-size: 15px;
    color: #adadad;
}
.rs-footer .footer-bottom .copyright a:hover,
.rs-footer .footer-bottom .copyright a:focus {
  color: #afb0b2;
}
div#rs-partner {
  padding: 60px 0 63px;
}
div#rs-partner .partner-item img {
  width: inherit;
}
.about-partner {
  position: relative;
  padding-top: 235px;
}
.footer-form {
  background: #fff;
  border-radius: 30px 30px 30px 30px;
  position: relative;
  max-width: 280px;
  outline: unset;
}
.footer-form .form-input {
  border: none;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 0 10px 16px;
  background: #fff;
  color: #757575;
  outline: none;
  width: 100%;
}
.footer-form .form-input ::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
.footer-form .form-input ::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.footer-form .form-input :-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
.footer-form .form-input :-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.footer-form .form-button {
  position: absolute;
  border-radius: 30px;
  top: 2px;
  right: 3px;
  background: #8d6e63;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.footer-form .form-button i {
  padding: 0 13px;
}
.footer-form .form-button:hover {
  background: #222222;
}
.rs-defult-partner {
  background: url(images/bg/client_bg.png);
  background-repeat-x: repeat;
  position: relative;
}
.rs-defult-partner .owl-nav {
  display: none !important;
}
.rs-defult-partner .owl-carousel .owl-item img {
  width: auto;
}


/*===========sidebar of index4 product detail================*/
.contact-page-sec  .widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.ritekhela-fancy-title-two {
    float: left;
    width: 100%;
    padding: 11px 35px 0px 50px;
    border-top: 7px solid;
    background: url(../img/transparent-pattren.png);
    position: relative;
    margin-bottom: 22px;
	background-color: #083180;
	border-color: #06a4f9;
}
.ritekhela-fancy-title-two:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -7px;
    border-top: 50px solid #06a4f9;
    border-right: 50px solid transparent;
}
.ritekhela-fancy-title-two h2 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
	font-family: 'Oswald', sans-serif;
    font-style: normal;
    letter-spacing: 1.1px;
    margin: 0 0 8px;
	text-align: center;
}
.widget_categories ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 5px 1px 0px 14px;
  
    margin-bottom: 5px;
    color: #333;
	    background-color: #F5F5F5;
		white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
}
.widget_categories ul li a {
    float: left;
    color: #333;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
}
.widget_categories ul li a:before {
    content: "\ea98";
    font-family: 'IcoFont';
    font-weight: 900;
    display: inline-block;
    padding: 0px 15px 0px 0px;
    color: #333;
}.single-box {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    background-color: #ffffff;
}.single-box i {
    color: #247ffb;
    background-color: #083180;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}.single-box i::before {
    font-size: 35px;
}.single-box h3 {
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 19px;
}.single-box p {
    margin-top: 10px;
}
p:last-child {
    margin-bottom: 0;
}.single-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #247ffb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}.single-box:hover i {
    background-color: #247ffb;
    color: #ffffff;
}.single-box:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.single-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}.border-line {
   width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #b0b0b0;
    top: 7px;
    left: 7px;
    z-index: -1;
}.team-item {
    border: 2px solid rgb(221, 221, 221);
    position: relative;
    max-width: fit-content;
    padding: 4px;
}


@media screen (max-width: 767px){
   #service-section .row .col-md-4.col-sm-6{
       padding-left: 30px;
   } 
}


