/*

  Theme Name: ArkBuilders

*/
/* 1. Theme default css */
body {
  font-family: 'Roboto', sans-serif;
}
#content_wrapper {
  overflow: hidden;
  position: relative;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html {
  scroll-behavior: smooth;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left
}
.f-right {
  float: right
}
.fix {
  overflow: hidden
}
a, .button, button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}
button {
  cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
  color: #f31c00;
  text-decoration: none;
}
a, button {
  color: #f31c00;
  outline: medium none;
}
input:focus, textarea:focus, :focus {
  outline: 0
}
button:focus {
  outline: 0 none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
ul {
  margin: 0px;
  padding: 0px;
}
#homepagecontent ol {
  padding-left: 15px;
}
#homepagecontent ol li {
  list-style: inherit;
  padding-bottom: 10px;
}
#homepagecontent ul li {
  list-style: disc;
  margin-left: 15px;
  padding-bottom: 10px;
}
#pagecontent ol {
  padding-left: 15px;
}
#pagecontent ol li {
  list-style: inherit;
  padding-bottom: 10px;
}
#pagecontent ul li {
  list-style: disc;
  margin-left: 15px;
  padding-bottom: 10px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn:hover {
  color: #fbba42
}
.btn:hover:before {
  width: 100%;
  color: #444
}
.btn.brand-btn {
  background: #fbba42;
  color: #222
}
.btn.brand-btn:hover {
  background: #2f3440;
  color: #fbba42
}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover {
  border-color: #2f3440
}
.btn i {
  margin-right: 10px;
}
/* scrollUp */
#scrollUp::before {
  content: "\f106";
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
}
#scrollUp {
  background: #1072bb;
  height: 40px;
  width: 40px;
  right: 50px;
  bottom: 65px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 0 !important;
  line-height: 40px;
  border-radius: 50%;
}
#scrollUp:hover {
  background: #999;
}
/* 



  2. header 



*/
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  opacity: .9;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.logo {
  margin-left: 0;
}
#navarea {
  background-color: #1072bb;
  position: relative;
}
#navarea::before {
  content: "";
  position: absolute;
  left: -100%;
  background-color: #1072bb;
  height: 54px;
  width: 180%;
}
.main-menu-area {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 0px;
}
.main-menu ul {}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li:hover {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-menu ul li > a {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 25px;
  text-transform: uppercase;
}
.main-menu ul li:hover > a {
  color: #fff;
}
.main-menu ul li ul.sub-menu {
  background: #000;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9;
}
.main-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 102%;
}
.main-menu ul li ul.sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: block;
  margin: 0;
}
.main-menu ul li ul.sub-menu li:last-child {
  border: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}
.main-menu ul li ul.sub-menu li:hover > a {
  color: #1072bb;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
}
#reg_part {
  padding-left: 0;
  position: relative;
}
.login-menu a {
  background-color: #000;
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
/* 

toppart

*/
.adress-info ul li {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  text-align: left;
  vertical-align: top;
}
.adress-info {
  position: relative;
  padding-top: 35px;
}
.header-top {
  position: relative;
  padding: 5px 0;
}
.header-bottom {
  background-color: #07123e;
  position: relative;
}
.eml {
  padding: 0 15px;
}
.eml_img {
  width: 40px;
  float: left;
  margin-right: 10px;
  height: 50px;
}
.eml p {
  float: left;
  color: #1072bb;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.eml p span {
  clear: both;
  display: block;
  color: #000;
  font-weight: 300;
}
.eml p span:hover {
  color: #1072bb;
}
.ph {
  padding: 0 15px;
}
.ph_img {
  width: 40px;
  float: left;
  margin-right: 10px;
  height: 50px;
}
.ph p {
  float: left;
  color: #1072bb;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.ph p span {
  clear: both;
  display: block;
  color: #000;
  font-weight: 300;
}
.ph p span:hover {
  color: #1072bb;
}
.adress-info .fb a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #1072bb;
  color: #1072bb;
  font-size: 20px;
}
.adress-info .tw a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #1072bb;
  color: #1072bb;
  font-size: 20px;
}
.adress-info .ln a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #1072bb;
  color: #1072bb;
  font-size: 20px;
}
.adress-info .ins a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #f6f6f6;
  border: 1px solid #1072bb;
  color: #1072bb;
  font-size: 20px;
}
/* 





3. slider 





*/
#homes {
  position: relative;
  padding-top: 170px;
}
.single-slider {
  background-position: center center;
  background-size: cover;
  height: 80vh;
  align-items: center;
  display: flex;
}
.slider-content {
  width: 99%;
  text-align: right;
}
.slider-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 90px;
  text-transform: uppercase;
}
.slider-content p {
  color: #fff;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 30px;
  line-height: 30px;
}
.slider-content > a, .slider-content2 > a {
  background-color: #1072bb;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 12px 50px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  border-radius: 30px;
  overflow: hidden;
}
.slider-content > a:hover, .slider-content2 > a:hover {
  color: #fff;
}
.slider-content > a::before, .slider-content2 > a::before {
  background: #333333 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.slider-content > a:hover::before, .slider-content2 > a:hover::before {
  transform: scaleY(1);
}
.slider-active .slick-arrow:hover {
  color: #1072bb;
}
.slider-active .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
.slider-active .slick-dots li {
  display: inline-block;
  margin-right: 10px;
  color: #1072bb;
}
.slider-active .slick-dots li:last-child {
  margin-right: 0;
}
.slider-active .slick-dots li button {
  background: #fff;
  border: 0;
  text-indent: -99999999999px;
  padding: 0;
  width: 15px;
  height: 5px;
  border-radius: 10px;
}
.slider-active .slick-dots li.slick-active button {
  width: 40px;
  /*color:#1072bb;*/
  background-color: #1072bb;
}
.slider-active-2 .slick-dots li.slick-active button {
  border: 1px solid #1072bb;
}
.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: 0;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.slider-area:hover .slider-active .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-active .slick-arrow:hover::before {
  width: 30px;
}
.slider-active .slick-next {
  right: 40px;
  background: url(img/naro.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.slider-active .slick-prev {
  z-index: 1;
  left: 40px;
  background: url(img/paro.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.slider-active .slick-next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #1072bb;
  right: -40px;
  top: 13px;
  transition: .3s;
}
.slider-active .slick-next::before:hover {
  color: red;
}
.slider-active .slick-prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #1072bb;
  left: -40px;
  top: 13px;
  transition: .3s;
}
.slider-active-2 .slick-prev::before {
  display: none;
}
.slider-active-2 .slick-next::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 22px;
  left: -4px;
}
.slider-active-2 .slick-dots li button {
  background: 0;
  border: 1px solid #fff;
}
/*





 4. about-area 





*/
.about-me-area {
  position: relative;
  z-index: 1;
}
/*.about-me-wrapper {

 

  padding: 57px 38px 58px;

}*/
.about-me-content h1 {
  color: #222222;
  font-size: 72px;
  font-weight: 700;
  padding-bottom: 25px;
  line-height: 80px;
}
.about-me-content h1 span {
  color: #1072bb;
}
.about-me-content h4 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  /* margin-bottom: 18px;

  margin : 25px 0 50px 0;*/
  line-height: 29px;
}
.about-me-content p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 25px;
}
.about-me-content p span {
  margin: 25px 0;
  color: #1072bb;
  font-weight: 700;
}
/*



servicepart



*/
#servicepart {
  position: relative;
  padding: 60px 0;
  background-color: #000;
}
.service_box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  min-height: 330px;	
}
.service-img img {
  max-width: 80px;
  height: auto;
  margin-bottom: 25px;
}
.service-content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
.service-content h3::after {
  position: absolute;
  content: "";
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  height: 1px;
}
.service-content p {
  color: #9eb2c6;
}
.rdbtn a {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
/* 



7. testimonial-area





 */
.testimonial-area {
  position: relative;
  background-image: url(img/testibg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 80px 0;
}
.testimonial-wrapper {}
.testimonial-img {
  padding-bottom: 20px;
}
.testimonial-img img {
  border-radius: 100% !important;
}
.testimonial-text {}
.testimonial-text p {
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  padding-top: 20px;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
}
.testimonial-text h4 {
  padding: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 22px;
  color: #1072bb;
}
.testimonial-text span {
  margin: 20px 0 0;
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.testimonial-active.owl-carousel.owl-loaded {
  margin-bottom: 30px !important;
}
.testimonial-active .owl-dots {
  padding-top: 20px !important;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}
.testimonial-active .owl-dot {
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  position: relative;
  background: #000;
}
.testimonial-active .owl-dot.active {
  background: #1072bb;
  position: relative;
}
.testimonial2 .testimonial-active .owl-dot {
  background: #000;
}
.testimonial2 .testimonial-active .owl-dot.active {
  background: #1072bb;
}
.testimonial3 .testimonial-active .owl-dot {
  background: #000;
}
.testimonial3 .testimonial-active .owl-dot.active {
  background: #000;
}
.testimonial4 .testimonial-active .owl-dot {
  background: #000;
}
.testimonial4 .testimonial-active .owl-dot.active {
  background: #000;
}
.white-wrapper .testimonial-text span {
  color: #ffffff;
}
.white-wrapper {}
/*

 



      10.footer





 */
footer {
  background-color: #000000;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  margin-bottom: 30px;
}
.foot_ph {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ad_img {
  width: 40px;
  float: left;
  margin-right: 10px;
  height: 50px;
  padding-top: 5px;
}
.foot_eml {
  padding: 30px 20px;
}
.foot_eml p {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding-top: 5px;
}
.foot_eml p span {
  clear: both;
  display: block;
  color: #9eb2c6;
  font-weight: 300;
}
.foot_ph {
  padding: 30px 20px;
}
.foot_ph p {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding-top: 5px;
}
.foot_ph p span {
  clear: both;
  display: block;
  color: #9eb2c6;
  font-weight: 300;
}
.foot_ads {
  padding: 30px 20px;
}
.foot_ads p {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding-top: 5px;
}
.foot_ads p span {
  clear: both;
  display: block;
  color: #9eb2c6;
  font-weight: 300;
}
.footer-middle {
  position: relative;
  padding: 35px 5px 50px;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 10px 0;
}
.footer-middle h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.footer-middle h3::after {
  position: absolute;
  content: "";
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  height: 1px;
}
.footer-two ul li {
  width: 50%;
  float: left;
  padding-bottom: 12px;
  list-style: none;
  background: url(img/aro.png) no-repeat 0 5px;
  padding-left: 25px;
  font-size: 14px;
}
.footer-one p {
	color: #9eb2c6;
	font-size: 14px;
	line-height: 26px;
}
.footer-one a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.footer-two ul li a {
  color: #9eb2c6;
  display: block;
}
.input-box {
  white-space: nowrap;
  position: relative;
}
.txtfild {
  height: 50px;
  padding: 5px 15px;
  border: 0;
  vertical-align: top;
}
.sdbtn {
  background-color: #1072bb;
  border: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
}
.footer-three p {
  color: #9eb2c6;
  font-size: 15px;
  letter-spacing: 1px;
}

.fads {
	background: url("img/ads.png") no-repeat 0 4px;
	margin-bottom: 10px;
	padding-left: 25px;
}
.fads p {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 24px;
}
.fph {
	background: url("img/ph.png") no-repeat 0 4px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.fph p {
	font-size: 13px;
	margin-bottom: 0;
}
.fml {
	background: url("img/ml.png") no-repeat 0 5px;
	padding-left: 25px;
}
.fml a {
	color: #9eb2c6;
}

.ftsocial ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}
.ftsocial ul li a {
  color: #fff;
}
.copyright p {
  color: #9eb2c6;
  font-size: 14px;
  line-height: 35px;
  margin-top: 10px;
  letter-spacing: 0.6px;
}
#section1 {
	position: relative;
	padding-bottom: 50px;
	overflow: visible;
}
#about_left {
	position: relative;
	padding-top: 50px;
}
#about_right {
	position: relative;
}
#img_about {
	position: absolute;
	top: -35px;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #1072bb;
	z-index: 9;
}

#servicetitle p {
	color: #fff;
}

#info_rightimg {
	background-color: #ededed;
	padding: 15px;
}
#info_left h2 {
	text-transform: uppercase;
}
#info_left p {
	color: #fff;
}
.no_box p {
	background-color: #ddd;
	width: 80px;
	height: 80px;
	font-size: 30px;
	text-align: center;
	line-height: 65px;
	color: #1b79be !important;
	border-radius: 100%;
	border: 8px solid #fff;
	font-weight: 700;
}
#no_text h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	padding-top: 5px;
}

/*page*/
.page_banner {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
#banner_intro {
	position: relative;
	padding-top: 170px;
}
#pagecontent {
	padding: 50px 0;
}
.pagettl {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	text-align: center;
}
.pagettl h1 {
	color: #fff;
	margin: 0;
	line-height: 40px;
	padding: 12px 25px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 300;
	background-color: rgba(1,69,142,0.8);
	display: inline-block;
}

#txtfield {
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	margin-bottom: 15px;
	border-radius: 30px;
	border: 1px solid #acacac;
}
#txtmgs {
	width: 100%;
	height: 150px;
	padding: 5px 15px;
	margin-bottom: 15px;
	border-radius: 30px;
	border: 1px solid #acacac;
}
#snd {
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: #1072bb;
	border: 0;
	font-size: 16px;
	color: #fff;
	padding: 8px 35px;
	border-radius: 30px;
	cursor: pointer;
}
.svttl h3 {
	padding-top: 12px;
	color: #1072bb;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.service-content {
	color: #9eb2c6;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.rdbtn {
	position: relative;
	padding-top: 10px;
}
#sv_box {
	background-color: #0E0E0E;
	margin-bottom: 25px;
}
.single-postblog {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.single-postblog h3 {
	font-size: 22px;
	color: #1072bb;
}
.dt {
	font-size: 14px;
	color: #A0A0A0;
	margin-bottom: 5px;
}
.rmb a {
	background-color: #1072bb;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 30px;
}