@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Commomn styles */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
a {
  color: #000000;
  font-size: 14px;
  transition-duration: 0.4s;
}
a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition-duration: 0.4s;
  font-size: inherit;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.col-1by5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.pad-none {
  padding-left: 0px;
  padding-right: 0px;
}
.pad-left-none {
  padding-left: 0;
}
.pad-right-none {
  padding-right: 0;
}
.pad-5-row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.pad-5-row > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.white-bg {
  background: #fff;
}
p {
  font-weight: 300;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 23.61px;
  margin-bottom: 25px;
}
p.alt {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
}
/*  Commomn styles end */
.footer-whatsapp-icon {
  background-color: #36b549;
  position: fixed;
  right: 19px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 50px;
  line-height: 44px;
  z-index: 999;
  top: 3px;
}
/* header styles start */
header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}
.header-top {
  background-color: rgba(0, 162, 234, 0.7);
  padding: 9px 0px;
}
.header-top ul {
  list-style: none;
  padding-left: 0px;
}
.header-top img {
  width: 40px;
  padding-right: 10px;
}
.header-top ul li {
  float: left;
  padding-right: 15px;
}
.header-top ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.nav-menu {
  border-bottom: 1px solid #fff;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand > img {
  display: block;
  width: 160px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #0ca6ea;
  background-color: transparent;
}
.navbar-right {
  margin-top: 23px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #00a2ea;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #00a2ea;
  background-color: transparent;
}
.request-hd-btn {
  border: 1px solid #fff;
  padding: 9px 16px;
  border-radius: 42px;
  background-color: transparent !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.request-hd-btn:hover {
  background-color: #fff;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  margin-top: 2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: none;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #243771;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #03a3ea;
}
/*  header styles end  */
/* banner style start */
.carousel-caption {
  right: auto;
  left: 50%;
  padding-bottom: 30px;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.carousel-caption h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: none;
  margin-bottom: 0px;
}
.carousel-caption h3 {
  font-size: 54px;
  font-weight: 800;
  text-shadow: none;
  margin-top: 0px;
  margin-bottom: 15px;
}
.carousel-caption .banner-btn {
  background-color: #0ca6ea;
  padding: 10px 40px;
  border-radius: 25px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.carousel-caption .banner-btn:hover {
  background-color: #243771;
}
.carousel-indicators .active {
  width: 24px;
  height: 9px;
  margin: 0;
  background-color: #0ca6ea;
  border: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 24px;
  height: 9px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
/* banner style end */
/* banner-bottom-main-service style start*/
.banner-bottom-main-service {
  text-align: center;
  padding: 40px 0px 40px 0px;
  background-image: url("../img/white-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-bottom-main-service h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0d2b3e;
  margin-bottom: 30px;
}
.banner-bottom-main-service span {
  color: #0ca6ea;
}
.main-service-box {
  background-color: #fff;
  padding: 50px 25px;
  transition-duration: 0.4s;
  border-radius: 21px;
  border: 1px solid #cfcfcf;
  margin-bottom: 30px;
}
.main-service-box:hover {
  transition-duration: 0.4s;
  background-color: #0ca6ea;
}
.main-service-box:hover h2 {
  color: #fff;
}
.main-service-box img {
  width: 150px;
}
.main-service-box h2 {
  color: #0d2b3e;
  font-size: 20px !important;
  margin-bottom: 0px !important;
}
/* banner-bottom-main-service style end*/
/* home-about-secton style start */
.home-about-secton {
  background-color: #183650;
  padding: 40px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
.home-about-secton h1 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
}
.home-about-secton p {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 25px;
  text-align: justify;
}
.home-about-secton .hm-abt-btn {
  color: #fff;
  padding: 10px 36px;
  border: 1px solid #fff;
  border-radius: 27px;
  font-size: 15px;
  font-weight: 500;
}
.home-about-secton .hm-abt-btn:hover {
  color: #fff;
  border: 1px solid #0ca6ea;
  background-color: #0ca6ea;
}
/* home-about-secton style end */
/* home-service-section style start */
.home-service-section {
  background-image: url("../img/white-bg-large.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px 50px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
.home-service-section h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0d2b3e;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0px;
}
.home-service-section span {
  color: #0ca6ea;
}
.service-box {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 110px;
  height:260px;
}
.service-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.detail-box-section {
  position: absolute;
  top: 160px;
  left: 27px;
  right: 27px;
}
.title-box {
  background-color: #fff;
  padding: 15px 22px;
  margin-bottom: 0px;
}
.title-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #183650;
  margin-top: 12px;
}
.title-box p {
  font-weight: 400;
  font-size: 17px;
  color: #0d2b3e;
  line-height: 22px;
  margin-bottom: 7px;
}
.title-box .service-rd-btn {
  padding: 0px;
  color: #0ca6ea;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.services-btn {
  color: #0d2b3e;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #0d2b3e;
  border-radius: 25px;
  padding: 10px 30px;
  margin-top: 20px;
}
.services-btn:hover {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500;
  border: 1px solid #0ca6ea;
  border-radius: 25px;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: #0ca6ea;
}
/* home-service-section style end */
/* get-quote-section style start */
.get-quote-section {
  background-image: url("../img/quote-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  float: left;
  width: 100%;
}
.quote-box {
  background-color: rgba(0, 162, 234, 0.9);
  padding: 90px 70px;
  float: right;
}
.quote-box h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 17px;
}
.quote-box p {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 25px;
  text-align: justify;
}
.quote-box .quot-btn {
  color: #fff;
  background-color: #0d2b3e;
  padding: 10px 35px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
}
.quote-box .quot-btn:hover {
  color: #0ca6ea;
  background-color: #fff;
}





/*======================
    404 page
=======================*/


.page_404{
    padding:40px 0; background:#fff; font-family: 'Arvo', serif;
    width:100%;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background-image:url(../img/not_found.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
    background-position: center;
    padding-bottom: 19px;
 }
 .four_zero_four_bg h1{
     font-size:80px;
     font-family: 'Roboto', sans-serif;
 }
 
  .four_zero_four_bg h3{
	 font-size:80px;
	 font-family: 'Roboto', sans-serif;
	 }
			 
.link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #008ac6;
    margin: 20px 0;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius:20px;
    border-radius:20px;
    border:solid 2px #008ac6;
    transition-duration:0.2s;
 }
 .link_404:hover{
     border:solid 2px #008ac6;
    transition-duration:0.2s;
    background:#fff;
    color:#000 !important;
 }
	.contant_box_404{ margin-top:-50px;}



/* get-quote-section style end */
/* news-event-section style start */
.news-event-section {
  margin: 40px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
.news-event-section h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0d2b3e;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0px;
}
.news-event-section span {
  color: #0ca6ea;
}
.news-event-box {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.news-event-img {
  position: relative;
}
.news-event-img img {
  width: 100%;
}
.news-event-date {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #0d2b3e;
  text-align: center;
  padding: 20px 13px;
}
.news-event-date h3 {
  color: #fff;
  font-size: 23px;
  margin: 0px;
  line-height: 21px;
}
.news-event-content {
  padding: 55px 20px;
}
.news-event-content h2 {
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-event-content p {
  font-weight: 400;
  font-size: 17px;
  color: #0d2b3e;
  line-height: 22px;
  margin-bottom: 7px;
  text-align: justify;
}
.news-event-content .news-event-btn {
  padding: 0px;
  color: #0ca6ea;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
/* news-event-section style start */
/* network-section style start */
.network-section {
  background-color: #f7f7f7;
  padding: 40px 0px;
  text-align: center;
}
.network-section h2 {
  font-size: 35px;
  font-weight: 600;
  color: #0d2b3e;
  margin-bottom: 0px;
  margin-top: 0px;
}
.network-section p {
  font-weight: 500;
  font-size: 18px;
  color: #183650;
  line-height: 23.61px;
  margin-bottom: 25px;
}
.network-section img {
  margin-bottom: 30px;
}
/* news-event-section style start */
/* footer styles start */
footer {
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
}
.footer-section p {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 21px;
  text-align: justify;
  margin-bottom: 15px;
  margin-top: 15px;
}
.footer-logo {
  width: 170px;
}
.footer-abt-btn {
  color: #0ca6ea !important;
  font-size: 16px;
  font-weight: 500;
}
.footer-section h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.footer-section ul {
  list-style: none;
  padding-left: 0px;
}
.footer-section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.footer-section ul li a:hover {
  color: #0ca6ea;
}
.footer-contact img {
  width: 41px;
  margin-right: 13px;
}
.footer-contact ul li {
  margin-bottom: 10px;
}
.footer-bottom {
  border-top: 1px solid #05538c;
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 30px 0px;
}
.copy {
  float: left;
}
.footer-section .footer-bottom p {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 21px;
  text-align: justify;
  margin-bottom: 0px;
  margin-top: 10px;
}
.social {
  float: right;
}
.social ul li {
  float: left;
  padding-right: 7px;
}
.social ul li a {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 38px;
  text-align: center;
  border-radius: 29px;
  background-color: #104871;
  color: #fff !important;
  border: 2px solid #104871;
  font-size: 15px !important;
}
.social ul li a:hover {
  background-color: #fff;
  color: #0ca6ea !important;
  border: 2px solid #fff;
}
/*  footer styles end  */
/**** inner pages style start ****/
.inner-page {
  position: relative;
}
.inner-banner-text {
  position: absolute;
  bottom: 25px;
  right: 100px;
}
.inner-banner-text ul {
  list-style: none;
  padding-left: 0px;
}
.inner-banner-text ul li {
  float: left;
}
.inner-banner-text ul li a {
  color: #fff;
  font-size: 13px;
}
.inner-banner-text ul li > strong {
  font-weight: 400;
  color: #fff;
  padding: 0px 5px;
}
.inner-banner-text h2 {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 3px;
}
.inner-page-common-style {
  margin: 40px 0px;
}
/* about page style start */
.intro-section h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  color: #0d2b3e;
  margin-bottom: 15px;
}
.intro-section ul {
    font-weight: 300;
    font-size: 17px;
    color: #151515;
    line-height: 26px;
}
.intro-section p {
  font-weight: 300;
  font-size: 17px;
  color: #151515;
  line-height: 26px;
  margin-bottom: 19px;
  text-align: justify;
}
/* about page style end */
/* service page style start */
.service-left-menu {
  background-color: #183650;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
.service-left-menu h2 {
  color: #fff;
  font-size: 23px;
  padding-left: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #0092d2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}
.service-left-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.service-left-menu ul li {
  padding: 14px 12px;
  border-bottom: 1px solid #fff;
  border-left: 4px solid #183650;
}
.service-left-menu ul li:hover {
  border-left: 4px solid #0092d2;
}
.service-left-menu ul li a {
  color: #fff;
  font-size: 15px;
  display:block;
  width:100%;
}
.service-left-menu .fa {
  float: right;
}
.service-content {
  padding: 40px 40px;
  background-color: #f9f9f9;
  border: 1px solid rgba(98, 98, 98, 0.13);
  box-shadow: 0 .3rem 1rem rgba(113, 113, 113, 0.15) !important;
}
.service-content h3 {
  line-height: 25px;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  color: #0d2b3e;
}
.service-content img {
  margin: 20px 0px;
}
.service-content p {
  font-weight: 400;
  font-size: 17px;
  color: #151515;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: justify;
}
/* service page style end */
/* contact page style start */
.contact-page-section {
  display: inline-block;
  float: left;
  width: 100%;
}
.contact-form-section {
  background-color: #f7f7f7;
  padding: 40px 40px;
}
.contact-form-section h2 {
  text-align: left;
  color: #0d2b3e;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
}
.contact-form-section p {
  font-size: 17px;
  color: #202020;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 400;
}
.contact-form-section label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}
.contact-form-section .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form-section span {
  color: #ff0000;
}
.contact-form-section .contact-submit {
  background-color: #0ca6ea;
  padding: 10px 30px;
  font-size: 17px;
  border-radius: 25px;
  font-weight: 500;
  color: #fff;
  border: none;
  line-height: 29px;
}
.contact-form-section .contact-submit:hover {
  background-color: #183650;
  color: #fff;
}
.contact-top-section {
  background-color: #183650;
  padding: 20px 25px;
  text-align: center;
  margin-bottom: 30px;
}
.contact-top-section img {
  width: 33px;
}
.contact-top-section h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}
.contact-top-section p {
  font-weight: 400;
  font-size: 17px;
  color: #f8faff;
  line-height: 23.61px;
  margin-bottom: 0px;
}
/* contact page style end */
/* media Query */


.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
  background-color: #183650;
  text-shadow: none;
}
.modal-title {
  margin: 0;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
}
.modal-header .close {
  margin-top: -35px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 25px;
  height: 32px;
  line-height: 3px;
}
.main-body .form-group {
  margin-bottom: 19px;
}
.main-body label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
}

.main-body select{
 margin-bottom: 19px; 
}

.main-body .form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #222;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pick-adress {
  height: 88px !important;
}
.save-popup {
  color: #fff;
  background-color: #0ca6ea;
  border-color: #0ca6ea;
  border-radius: 0px;
  padding: 10px 30px;
font-size: 17px;
}




/*=========start blog style=============*/
ul.blog__list {
    width: 100%;
    position: relative;
    float: left;
}
ul.blog__list li {
    width: 33.33%;
    float: left;
    padding: 15px;
    list-style-type:none;
}
.card {
    width: 100%;
    position: relative;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    background: #f0f0f0;
    padding-bottom: 15px;
}
.card .card--box {
    width: 100%;
    position: relative;
    float: left;
    border-radius: 15px;
    background: #fff;
    margin-top: -50px;
    padding: 15px;
}
.card .card--box .date {
    font-size: 11px;
    background: #d63230;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.card .card--box h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    height: 50px;
}
.is-3line {
    display: -webkit-box;
    height: 80px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card .card--box a {
    float: left;
    margin-top: 5px;
    font-weight: 600;
    color: #000;
}


.blog__credits {
    width: 100%;
    position: relative;
    float: left;
    margin:15px 0;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog__credits li:first-child {
    padding-left: 0;
}
.blog__credits li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d63230;
}
.blog__header h1 {
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
}
.wrapper_colm{
    padding-top:40px;
}
.wrapper_colm p{
    width:100%;
    text-align:justify;
}


.flexbox {
    display: flex;
    align-items: center;
}

/*.wrapper_colm ul {*/
/*    width:100%;*/
/*    float:left;*/
/*    padding-left: 18px;*/
/*}*/
/*.wrapper_colm ul li {*/
/*    width:100%;*/
/*    float:left;*/
/*    padding:5px 0;*/
/*    list-style: circle;*/
/*}*/
.wrapper_colm h3 {
    margin:26px 0;
}
.wrapper_colm a {
    color:#008ecd;
}
ul.list__style {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom:26px;
}
ul.list__style li {
    width: 100%;
    position: relative;
    float: left;
    padding: 2px 0 2px 1.6em;
}
ul.list__style li::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: -1.6em;
    width: 1.6em;
    color: #008ecd;
    font-weight: 500;
}
.two__col ul.list__style li {
    width:50%;
}
.blog__share {
    width: 100%;
    position: relative;
    float: left;
    display:flex;
    align-items:center;
}
.blog__share i {
    float: left;
    font-size: 20px;
    margin-right: 15px;
}
.blog__share ul {
    border: #dcdcdc 1px solid;
    border-radius: 50px;
    height:45px;
    float:left;
}
.blog__share ul li {
    display: inline-block;
}
.blog__share ul li a {
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    float: left;
    border-radius: 50%;
    transition:all .5s;
}
.blog__share ul li a:hover {
    background:#008ecd;
    color:white;
    
}
.blog__share ul li a i {
    float:none;
    margin: auto;
}
/* Define mobile styles */
@media (max-width: 767px) {
  .col-1by5 {
    width: 100%;
  }
  .pad-none {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad-left-none {
    padding-left: 15px;
  }
  .pad-right-none {
    padding-right: 15px;
  }
  header {
    position: static;
  }
  .navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .navbar-default .navbar-toggle {
    border-color: #00a2ea;
    margin-top: 35px;
    border-radius: 0px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #243771;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0ca6ea;
  }
  .navbar-default .navbar-nav > li > a {
    color: #243771;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 15px;
  }
  .request-hd-btn {
    border: 1px solid #243771;
    color: #243771;
    padding: 6px 16px;
    border-radius: 42px;
    display: inline-block !important;
}
  .carousel-caption {
    right: 3%;
    left: 3%;
    padding-bottom: 10px;
    bottom: 3%;
  }
  .carousel-caption h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 0px;
  }
  .carousel-caption h3 {
    font-size: 18px;
    font-weight: 800;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .carousel-caption .banner-btn {
    padding: 5px 27px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .banner-bottom-main-service {
    text-align: center;
    padding: 20px 0px 20px 0px;
  }
  .banner-bottom-main-service h2 {
    font-size: 29px;
    font-weight: 700;
    color: #0d2b3e;
    margin-bottom: 21px;
  }
  .service-box {
    margin-bottom: 30px;
  }
  .detail-box-section {
    position: static;
  }
  .news-event-content {
    padding: 25px 20px;
  }
  .footer-contact img {
    width: 30px;
    margin-right: 7px;
  }
  .footer-bottom {
    border-top: 1px solid #05538c;
    margin-top: 35px;
    margin-bottom: 0px;
    padding: 30px 0px 0px 0px;
    text-align: center;
  }
  .copy {
    float: none;
    text-align: center;
  }
  .footer-section .footer-bottom p {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .social {
    float: none;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
  }
  .inner-banner-text {
    position: absolute;
    bottom: 4px;
    right: 30px;
  }
  .contact-top-section p {
    margin-bottom: 25px;
  }
  .service-content {
    padding: 30px 25px;
  }
  .footer-whatsapp-icon {
    right: 6px;
    z-index: 999;
    top: 4px;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 29px;
    color: #fff;
    border-radius: 50px;
    line-height: 44px;
}
.modal-title {
  margin: 0;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
}

.service-box{
    height:auto !important;
}
.flexbox {
    flex-direction: column;
}

}
/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
  .footer-whatsapp-icon {
    background-color: #36b549;
    position: fixed;
    right: 19px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
    line-height: 46px;
    z-index: 999;
    top: 2px;
  }
  .header-margin {
    padding-right: 20px !important;
    font-size: 11px !important;
  }
  .navbar-brand > img {
    display: block;
    width: 105px;
  }
  .navbar-right {
    margin-top: 16px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 8px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    bottom: 9%;
  }
  .carousel-caption h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .carousel-caption h3 {
    font-size: 27px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .service-box {
    margin-bottom: 144px;
  }
  .inner-banner-text {
    position: absolute;
    bottom: -37px;
    right: 24px;
    background-color: #018fce;
    padding: 4px 17px;
  }
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-1by5 {
    width: 20%;
  }
  .carousel-caption {
    right: 9%;
    left: 9%;
    padding-bottom: 30px;
    bottom: 10%;
  }
  .home-about-secton h1 {
    font-size: 31px;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .home-about-secton p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 18px;
    text-align: justify;
  }
  .service-box {
    width: 100%;
    margin-bottom: 234px;
  }
  .detail-box-section {
    top: 161px;
    left: 27px;
    right: 27px;
  }
  .news-event-content {
    padding: 15px 20px;
  }
  .inner-banner-text {
    position: absolute;
    bottom: -11px;
    right: 42px;
    background-color: #018fce;
    padding: 4px 17px;
  }
  .contact-form-section h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 980px) {}
/* Large screens*/
@media (min-width: 1200px) {
  .col-1by5 {
    width: 20%;
  }
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
    ul.blog__list li {
    width: 47.33%;
    float: left;
    padding: 15px;
    list-style-type: none;
}

@media screen and (min-width: 100px) and (max-width: 575px) {
    ul.blog__list{
        padding:0;
    }
    ul.blog__list li {
    width: 100%;
    float: left;
    padding: 15px;
    list-style-type: none;
   }
   

}


/*custom screen media */
@media (max-width: 359px) {}
