﻿
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.6;
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.fi-clear:after {
  clear: both;
  content: "";
  display: block;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg-primary {
  background: #004394;
}
.bg-accent {
  background: #f5f5f5;
}
.bg-accent12 {
    background: #fbf3d8;
}
.bg-primaryText {
  background: #222222;
}
.bg-textPrimary {
  background: #ffffff;
}
.overlay-default {
  position: relative;
  z-index: 1;
}
.overlay-default:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.overlay-dark {
  position: relative;
  z-index: 1;
}
.overlay-dark:after {
  background: rgba(3, 23, 34, 0.9);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.ghost-btn {
  background: transparent;
  border: 2px solid #004394;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  background: #004394;
  color: #ffffff;
}
.btn-default {
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default:hover {
  background: #ffffff;
  color: #004394;
}
.btn-default i {
  font-size: 18px;
  padding-left: 12px;
}
.btn-default-black {
  background: #043b7c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 3px;
}
.btn-default-black:hover {
  background: #004394;
  color: #ffffff;
}
.btn-default-black i {
  font-size: 14px;
  padding-left: 10px;
}
.btn-default-big {
  background: #004394;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default12 {
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default12:hover {
  background: #ffffff;
  color: #cc0b09;
}


.btn-default12 i {
  font-size: 18px;
  padding-left: 12px;
}
.btn-default12-black {
  background: #cc0b09;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 3px;
}
.btn-default12-black:hover {
  background: #043b7c;
  color: #ffffff;
}
.btn-default12-black i {
  font-size: 14px;
  padding-left: 10px;
}

.btn-default13-black {
  background: #043b7c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 3px;
}
.btn-default13-black:hover {
  background: #cc0b09;
  color: #ffffff;
}
.btn-default13-black i {
  font-size: 14px;
  padding-left: 10px;
}
.btn-default-big:hover {
  background: #a51c2d;
  color: #ffffff;
}
.btn-default-big i {
  font-size: 16px;
  padding-left: 12px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav {
  position: inherit;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: -104px;
  right: -5px;
  margin-top: 0px;
}
.owl-theme .owl-controls .owl-nav > div {
  background: transparent;
  border: 1px solid #004394;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div i {
  color: #004394;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div:hover {
  background: #004394;
  border: 1px solid #004394;
}
.owl-theme .owl-controls .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
  background: #004394;
}
/*change*/
.sec123{margin-bottom:20px;}
.sec123 img{margin-bottom:20px;}
.capbox {
    background-color: #c6d7d9;
    border: #9f9f9f 0px solid;
    border-width: 0px 0px 0px 0px;
    display: inline-block;
    *: ;
    display: inline;
    zoom: 1;
    padding: 8px 7px 8px 8px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 1px 10px #cbcbcb;
    width: 100%;
    display: inline-block;
}
#CaptchaDiv {
    font: bold 17px verdana, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: auto 0;
}
.capbox-inner {
    font: 16px arial, sans-serif;
    color: #000000;
    background-color: #f1f0ef;
    margin: 5px auto 0px auto;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#CaptchaInput {
    margin: 8px 0px 1px 0px;
    width: 100%;
    height: 40px;
}

.linkprovide li a {color:#004394;}
.linkprovide li a:hover{color:#cf0808;}
.linkprovide ul {margin-left:-19px;}
.linkprovide h3{margin-bottom:0px; color:#cf0808;}
.linkprovide h3{margin-top:18px;}
.linkprovide li {
    font-size: 18px;
    list-style: circle;
    line-height: 30px;
    padding: 6px;
    /* border: 1px solid #000; */
    border-bottom: dashed 1px #cfcfcf;
}
.sitemapde ul {
    list-style: disc!important;
  
}
.sitemapde li{
    list-style: disc;
    font-size: 14px;
    
    color: #000;
    display: flex;
    width: 100%;
    line-height: 33px;
    font-weight: 600;
    font-family: sans-serif;}
.sitemapde li:before{
    content:"✓";
    margin-right:10px;
    font-family:sans sarif;
    
}
    
.more-tempo li {
    line-height: 30px;
    background: linear-gradient( 
110deg
 , #043b7c 80%, #cf0808 20%);
    border-bottom: 1px dashed #7a7a7a;
    color: #fff;
    margin-bottom: 14px;
    padding: 5px; list-style: none;
}
.more-tempo li:hover {
    background-color: rgb(207, 8, 8);
    content: "→";
    font-size: 15px;
    margin-right: 10px;
}
.more-tempo li::before {
    content: "→";
    font-size: 15px;
    margin-right: 8px;
}
.contentarea ul{margin-bottom: 20px;}
.contentarea li{margin-bottom: 10px;}
.contentarea h4{margin: 10px 0px 10px 0px;}
.divider{margin-top: 10px; margin-bottom: 10px;}
.imgarea img{border: 1px solid #000; margin-top: 20px;}
.rightareatempo{position: relative; }
.right11{position: sticky; top: 200px;}

.listtempo li{margin-bottom: 10px; color: #000;}
.listtempo ul{padding-left: 10px;}
.listtempo h4{    margin-bottom: 5px;
    color: #7d1414;
    font-size: 14px;}
.tempo-design{
      border: 1px solid #d5d5d5;
    display: flex;
    margin-bottom: 20px;
    background: #043b7c;
}
.tempo-design img{width:100%; height:100%;}
.part1{display: flex; width: 50%; position: relative;}
.part11{ width: 50%; position: relative;     padding: 10px;}
.part11 h3{    font-size: 19px;
    width: 100%;
    height: fit-content;
    background-color: #043b7c;
    color: #fff;
      padding: 3px 0px 5px 11px;}
.headerh3 h3 {
    margin-bottom: 0px;
    background-color: #cc0b09;
    padding: 7px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    font-size: 20px;
    margin-top: 30px;
}
.tempotravellerslist{
      background:#043b7c;
    padding: 10px;
}
.tempotravellerslist ul li {
    border-bottom: 1px dashed #a8a1a1;
    color: #fff;
    padding: 10px;
    transition: all 1s ease-out;
}
.tempotravellerslist ul li:before{
content: "\f101 ";
font-size: 15px;
margin-right: 10px;
font-family: FontAwesome;

}



.tempotravellerslist ul li:hover{
  background-color: #cc0b09;
  transition: all 1s ease-out;
}


.support-box{    margin: 20px 0px 20px 0px;
    background-color: #043b7c;
    padding: 15px;}


.support-box h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

.support-box p {
    color: #fff;
    margin-bottom: 6px;
}

.support-box h4 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 11px;
}
.contentarea p{font-size: 14px; color: #000; text-align: justify;}

.tempo-facilities li {
    list-style: none;
    font-size: 13px;
    color: #000;
    display: flex;
    width: 100%;
    line-height: 24px;
    font-weight: 600;
}
.rightli ul li:before{

  content: "✓";
  font-size: 15px;
  color: #3d8906;
  margin-right: 10px;
  font-weight: bold;
}
.wrongli ul li:before{

  content: "x";
  font-size: 15px;
  color: #b50e0e;
  margin-right: 10px;
  font-weight: bold;
}
.templearea {
    border-radius: 10px;
    border: 1px solid #e1d6d6;
    height: auto;
    position: relative;
    display: flex;
    height: auto;
    height: 100%;
    border: 1px solid #929292;
    border-radius: 0px;
    width: 100%;
    background: #fff;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.imgholder {
    width: 48%;
    /* border-radius: 9px 0 0 9px; */
    position: relative;
    overflow-y: hidden;
}
.titlearea p{margin: 0px; line-height: 24px;}
.imgholder .imgwrp {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.part2 {
    width: 65%;
    padding: 10px;
    position: relative;
}
.titlearea {
    box-sizing: border-box;
}
.titlearea h3 {
    font-size: 21px;
    /* line-height: 3rem; */
    width: 100%;
    text-transform: capitalize;
    /* height: 3rem; */
    display: flex;
    position: relative;
    /* top: -0.4rem; */
    align-items: center;
    margin-bottom: 6px;
    color: #043b7c;
}
.titlearea h3 span {
    margin-left: 6px;
    color: #cf0808;
    color: #ffffff;
    background-color: #cf0808;
    /* padding: 0px 10px 0px 10px; */
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    font-size: 13px;
}
.temple-info2 {
    width: 56%;
    position: relative;
    float: left;
    border-right: 1px solid #e3dada;
    padding-right: 6px;
    margin-right: 10px;
    margin-top: 10px;
}
.temple-info2 li p {
    margin: 0px;
    /* line-height: 24px; */
    font-size: 9px;
    text-align: left;
    color: #000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    font-size: 11px;
}
.temple-info2 li h6 {
    margin-bottom: 0px;
    color: #cf0808;
    margin-top: 10px;
}
.temple-info2 li p {font-size: 11px!important;}
.temple-info2 ul {
    padding-left: 4px;
}
.temple-info2 li {
    list-style: none;
    color: #043b7c;
    font-size: 13px;
    font-weight: bold;
}
.temple-info2 li span{color: #000;}
.temple-details {
    width: 40%;
    position: relative;
    float: right;
    margin-top: 10px;
    text-align: center;
}
.pr0{padding-right: 0px!important;}
.pl0{padding-left: 0px!important;}
.backimg{background: url(img/tempo-side-img.jpg);}
.popdesign label {
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
}
.padding-012{padding: 0px !important;}

.popform .form-control {
    display: block;
    width: 100%;
    height: 38px;
    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 rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}

.footer-logo{margin-top: 30px;}

.form-area {
    position: absolute;
    top: 148px;
    /* height: 200px; */
    width: 490px;
    margin: auto;
    z-index: 1111;
    box-shadow: 0px 1px 39px #d3cfcf63;
}
.form-desing {
    padding: 27px 15px 10px 15px;
    background-color: #043b7c
   
}

.form-desing .form-control {
    display: block;
    width: 100%;
    height: 43px;
    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 rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.form-desing textarea{height: 100px!important;}

.heading-form h3 {
    margin-bottom: 0px;
    
    color: #fff;
    padding: 10px;
    font-size: 20px;
   /* border-radius: 10px 10px 0px 0px;*/
    border-bottom: 1px dashed #fff;
    background-color: #cc0b09
}
.text-right{text-align: right !important;}
.feature-slide-content h3{
  font-size: 15px;
}
.queryimage img {
    position: fixed;
    right: 0;
    top: 330px;
    z-index: 2;
}
.route-plan ul{padding-left: 0px;}
.route-plan li {
    line-height: 30px;
    background: linear-gradient( 
110deg
 , #043b7c 80%, #cf0808 20%);
    border-bottom: 1px dashed #7a7a7a;
    color: #fff;
    margin-bottom: 14px;
    padding: 5px;
}
.route-plan li:hover{background-color: #cf0808;
  content: "→";
  font-size: 15px;
  margin-right: 10px;}

.route-plan li:before{
  content: "→";
  font-size: 15px;
  margin-right: 8px;
}
.route-plan li:before:{
  content: "→";
  font-size: 15px;
  margin-right: 8px;
}
.container12{width: 1300px; margin: auto;}

.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pt55{padding-top: 55px !important;}
.pt60{padding-top: 60px !important;}
.pt90{padding-top: 90px !important;}
.pt150{padding-top: 150px !important;}

.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pb55{padding-bottom: 55px !important;}
.pb60{padding-bottom: 60px !important;}
.pb90{padding-bottom: 90px !important;}
.forcontent p{    color: #000;
    font-size: 17px;
    text-align: justify;}


.section-title {
  margin-bottom: 30px;
}


.section-title h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #043b7c;
    text-shadow: 0px -3px #0000, 2px 4px #3a37301f;
}
.section-title h2 span{color: #cc0b09;}
.section-title h2:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}

.section-title h2 {
    position: relative;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #043b7c;
    text-shadow: 0px -3px #0000, 2px 4px #3a37301f;
}
.section-title h2 span{color: #cf0808;}
.section-title h2:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}


.section-title h3 span{color: #cf0808;}
.section-title h3:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}


.section-title h1 {
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 37px;
    color: #043b7c;
}
.section-title h1  span{
  position: relative;
color: #cc0b09;
}
.section-title h1:after {
  background: #043b7c;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}
.section-title p {
  font-weight: 600;
  margin: 0 auto;
  width: 55%;
}
.section-title-center {
  text-align: center;
}
.section-title-center h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.section-title-center h2:after {
  right: 0;
}
.title-bar {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.title-bar:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.pagination li a {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  padding: 8px 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination li a:hover {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a:hover {
  background: #222222;
}
.pagination li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
}
blockquote {
  background: #f5f5f5;
  border: none;
  color: #8f8e8e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  font-style: italic;
  margin: 30px 0;
  padding: 40px;
}
blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #004394;
  font-size: 30px;
  padding-right: 25px;
}
/*=====  End of Theme Default CSS   ======*/
/*=========================================
=             [02] Top bar css            =
==========================================*/
.header-top-bar {
      background:#043b7c;
  padding: 8px 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header-top-bar .top-address ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 25px;
}
.header-top-bar .top-address ul li a{color:#fff;}
.header-top-bar .top-address ul li a:hover{color:#fff;}
.header-top-bar .top-address ul li i {
  color: #ffffff;
  font-size: 18px;
  padding-right: 10px;
}
.header-top-bar .top-address ul li:last-child {
  margin-right: 0;
}
.header-top-bar .top-social-link ul {
  text-align: right;
}
.header-top-bar .top-social-link ul li {
  display: inline-block;
  color: #d9d9d9;
  padding-left: 10px;
}
.header-top-bar .top-social-link ul li:last-child {
  padding-left: 0;
}
.header-top-bar .top-social-link ul li a {
  color: #fff;
}
.header-top-bar .top-social-link ul li a:hover {
  color: #fff;
}
/*=======  End of Top bar css  ========*/
/*======================================
=           [03] Stick Menu css        =
======================================*/
.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.stick {
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #004394;
}
.menu-two-style.stick {
  border-bottom: none;
}
.menu-two-style.stick .container .menu-full {
  position: inherit;
  top: 0;
}
.menu-two-style.stick:before {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.menu-two-style.stick:after {
  background: #222222;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.header-three-style .header-area.stick {
  background: rgba(255, 255, 255, 0.95);
}
.header-five-style .header-area.stick {
  background: rgba(3, 23, 34, 0.9);
}
.mean-container .mean-bar {
  /*background: transparent;*/
  position: fixed;
  top: 0;
  padding: 0;
  float: none;
}
.mean-container .mean-bar a.logo-mobile-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  width: 100%;
}
.mean-container .mean-bar a {
  display: inline-block;
  padding: 14px 15px;
}
.mean-container .mean-bar .mean-nav {
  background: transparent;
}
.mean-container .mean-bar .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar a.meanmenu-reveal {
  position: absolute;
  top: 3px;
}
/*=====  End of Stick Menu css  ======*/
/*======================================
=             [04] Header css          =
=======================================*/
.header-area {
  background: #ffffff;
}
.nav-top-right {
  text-align: right;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.nav-top-right > li {
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    /* line-height: 87px; */
    margin-top: 15px;
}
.nav-top-right > li i {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
.header-search .search-input {
  position: absolute;
  top: 53px;
  right: 0px;
  z-index: 10;
  height: 40px;
  width: 400px;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  padding: 5px 15px 8px;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: none;
}
.header-search a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search a:hover i {
  color: #004394;
}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.cart-area {
  position: relative;
}
.cart-area > a {
  color: #d7d7d7;
  font-size: 24px;
}
.cart-area > a > span {
  background: #004394;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: 30px;
  width: 20px;
  font-size: 12px;
  right: -20px;
  line-height: 20px;
}
.cart-area > ul {
  padding: 15px 15px 0 15px;
  text-align: left;
  background-color: #ffffff;
  visibility: hidden;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 90px;
  -webkit-box-shadow: 0px 15px 8px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 8px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 8px 5px rgba(0, 0, 0, 0.15);
  width: 418px;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: initial;
}
.cart-area > ul > li .media {
  position: relative;
}
.cart-area > ul > li .media .cart-product-img {
  padding-right: 15px;
}
.cart-area > ul > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area > ul > li .media .cart-product-img a img {
  width: 80px;
  min-height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-content ul li {
  margin-right: 25px;
  display: inline-block;
}
.cart-area > ul > li .media .cart-content ul li h1 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.cart-area > ul > li .media .cart-content ul li h1 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-area > ul > li .media .cart-content ul li h1 a:hover {
  color: #004394;
}
.cart-area > ul > li .media .cart-content ul li h2 {
  font-size: 12px;
  color: #004394;
}
.cart-area > ul > li .media .cart-content ul li h2 span {
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li a i {
  font-size: 16px;
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li a i:hover {
  color: #004394;
}
.cart-area > ul > li .media .cart-content ul li .trash {
  font-size: 16px;
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li .trash:hover {
  color: #004394;
}
.cart-area > ul > li .media .cart-content ul li:first-child {
  width: 140px;
}
.cart-area > ul > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area > ul > li:last-child {
  border-bottom: none;
}
.cart-area > ul > li .checkout-btn-area {
  margin: 20px 0 10px;
  text-align: center;
}
.cart-area > ul > li .checkout-btn-area li {
  display: inline;
}
.cart-area > ul > li .checkout-btn-area li a {
  background: #004394;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-area > ul > li .checkout-btn-area li a:hover {
  background: #a51c2d;
}
.cart-area > ul > li > span {
  display: inline-block;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  width: 50%;
}
.cart-area > ul > li > span span {
  border-left: 1px solid #d7d7d7;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}
.cart-area:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-address {
  margin-top: 30px;
}
.header-address li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  padding: 0 20px;
}
.header-address li span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  padding-left: 27px;
}
.header-address li i {
  color: #004394;
  padding-right: 10px;
  width: 25px;
}
.header-one-style {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header-two-style .logo-area {
  height: 110px;
}
.header-two-style .nav-top-right > li {
  height: 110px;
}
.header-two-style .header-area {
  margin-bottom: 30px;
}
.header-three-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-three-style .header-area {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.header-four-style .logo-area {
  height: 110px;
}
.header-four-style .nav-top-right > li {
  height: 110px;
}
.header-five-style .header-area {
  background: transparent;
  box-shadow: none;
}
.header-six-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-six-style .main-menu-area nav {
  text-align: center;
}
/*=======  End of Header css  ========*/
/*=====================================
=          [05] Main menu css         =
======================================*/
.logo-area {
  height: 90px;
  display: table;
}
.logo-area a {
  display: table-cell;
  vertical-align: middle;
}
.main-menu-area nav {
  font-family: 'Roboto', sans-serif;
  text-align: right;
}
.main-menu-area nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav > ul > li > a {
  color: #222222;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 14px;
  line-height: 90px;
  text-transform: uppercase;
}
.main-menu-area nav > ul > li:hover ul.rt-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu {
  background: #004394;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  z-index: 9999;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #036e7e;
  position: relative;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 12px 11px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:hover,
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #004394;
  padding-left: 18px;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify {
  position: static;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner {
  background: #004394;
  padding: 20px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li {
  border-bottom: 1px solid #016a7a;
  display: block;
  position: relative;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a:hover {
  background: #a51c2d;
  padding-left: 8px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify:hover .rt-dropdown-mega {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu-area {
  display: none;
}
.menu-two-style .container {
  position: relative;
}
.menu-two-style .container > .menu-full {
  background: #004394;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 15px;
  z-index: 999;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.menu-two-style .container > .menu-full .col-xs-12 {
  padding: 0;
}
.menu-two-style .container > .menu-full > div {
  padding: 0;
}
.menu-two-style .main-menu-area nav {
  text-align: left;
}
.menu-two-style .main-menu-area nav > ul > li > a {
  color: #ffffff;
  line-height: 70px;
  padding: 0 18px;
}
.menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -15px;
}
.menu-two-style .get-quote {
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #222222 transparent;
  line-height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.menu-two-style .get-quote a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-two-style .get-quote a:hover {
  color: #004394;
}
.menu-four-style {
  background: #222222;
}
.menu-four-style .main-menu-area nav {
  text-align: left;
}
.menu-four-style .main-menu-area nav > ul > li > a {
  color: #ffffff;
  line-height: 70px;
  padding: 0 20px;
}
.menu-four-style .get-quote {
  background: #004394;
  text-align: center;
  line-height: 70px;
}
.menu-four-style .get-quote a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
.header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -26%;
}
.header-five-style .main-menu-area nav ul li a {
  color: #ffffff;
}
.header-five-style .nav-top-right > li i {
  color: #ffffff;
}

.waste-time-area {
  background: #004394;
  padding: 50px 0;
}
.waste-time-area .waste-time-content {
  color: #ffffff;
}
.waste-time-area .waste-time-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.waste-time-area .waste-time-content p {
  margin-bottom: 0;
}
.waste-time-area .waste-time-button {
  text-align: right;
}
.waste-time-area .waste-time-button .btn-default {
  display: inline-block;
  margin-top: 6px;
}
/*=====  End of Waste time quote css  ======*/
/*===========================================
=            [08] Home service css          =
============================================*/
.service-one-area {
  padding: 0px 0 0px 0;
}
.single-service-one{border: 1px solid #afafaf; margin-bottom: 20px; 
    background-color: #fff;}

.single-service-one .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.single-service-one .single-service .service-image {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.single-service-one .single-service .service-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service-one .single-service .service-content {
  margin-top: 0px;
}
.single-service-one .single-service .service-content h3 {
    margin-bottom: 20px;
    background: linear-gradient( 
110deg
 , #043b7c 80%, #043b7c 20%);
    color: #fff;
    font-size: 18px;
    padding: 5px 0px 6px 21px;
    text-align: left;
}
.service-content h3{color: #fff !important;}
.single-service-one .single-service .service-content h3 a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.button-area {
    text-align: center;
    /* padding-left: 19px; */
}
.button-area12 {
    text-align: left;
    /* padding-left: 19px; */
}
.info-tempo-area { text-align: left;}
.info-tempo-area ul{ text-align: left; padding-left: 20px; margin-bottom: 20px;}
.info-tempo-area li {
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    border-bottom: 1px dashed #e3e0e0;
    color: #000;
}
.info-tempo-area li i{margin-right: 8px;}
.service-content h3 a:hover{
  color: #fff;
}
.single-service-one .single-service .service-content p {
  margin-bottom: 0;
}
.single-service-one .single-service:hover .service-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-one .single-service:hover .service-content h3 a {
  color: #fff;
}
.service-two-area {
  padding: 110px 0 70px;
}
.service-two-area .single-service {
  margin-bottom: 30px;
}
.service-two-area .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #004394;
  padding-right: 20px;
}
.service-two-area .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-two-area .single-service .item-content h3 {
  margin-bottom: 15px;
  line-height: 1;
}
.service-two-area .single-service .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-two-area .single-service:hover h3 a {
  color: #004394;
}
.service-three-area .single-item .single-service {
  background: #f5f5f5;
  box-shadow: -2px 0px 0px -1px #d8d8d8;
  padding: 90px 90px 75px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-three-area .single-item .single-service:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #004394;
  margin-bottom: 30px;
}
.service-three-area .single-item .single-service .item-icon i {
  padding-right: 20px;
}
.service-three-area .single-item .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon h3 {
  margin-bottom: 0px;
}
.service-three-area .single-item .single-service .item-icon h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .service-content {
  display: inline;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.service-three-area .single-item .single-service:hover:after {
  opacity: 1;
}
.service-three-area .single-item .single-service:hover .item-icon {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .item-icon h3 a {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .service-content {
  color: #ffffff;
}
.service-four-area {
  padding: 110px 0 120px 0;
}
.service-four-area .single-feature-item {
  position: relative;
  overflow: hidden;
}
.service-four-area .single-feature-item .feature-content {
  background: rgba(203, 1, 27, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-four-area .single-feature-item .feature-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-four-area .single-feature-item .feature-content h3 a {
  color: #ffffff;
}
.service-four-area .single-feature-item .feature-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-four-area .single-feature-item .feature-content a.btn-flat i {
  padding-left: 10px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item:hover .feature-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-five-area {
  padding: 110px 0 90px;
}
.service-five-area .section-title-center {
  margin-bottom: 70px;
}
.service-five-area .section-title-center h2 {
  font-size: 30px;
}
.service-five-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-five-area .single-service-item .single-service .service-icon {
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #004394;
  position: relative;
  overflow: hidden;
  line-height: 130px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.service-five-area .single-service-item .single-service .service-icon i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  margin-left: 0;
}
.service-five-area .single-service-item .single-service .service-icon:after {
  background: rgba(203, 1, 27, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.service-five-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-five-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-five-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-five-area .single-service-item .single-service:hover .service-icon:after {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.service-five-area .single-service-item .single-service:hover .service-icon i {
  color: #ffffff;
}
.service-five-area .single-service-item .single-service:hover .service-content h3 a {
  color: #004394;
}
.service-six-area {
  padding: 110px 0 90px;
}
.service-six-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-six-area .single-service-item .single-service .service-icon {
  display: inline-block;
  color: #d6d6d6;
  font-size: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-six-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-six-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-six-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-six-area .single-service-item .single-service .service-content a.ghost-btn {
  margin-top: 30px;
  padding: 12px 25px;
}
.service-six-area .single-service-item .single-service:hover .service-icon {
  color: #222222;
}
.service-six-area .single-service-item .single-service:hover .service-content h3 a {
  color: #004394;
}
/*=====  End of Home service css  ======*/
/*========================================
=           [09] Home About css          =
=========================================*/
.about-one-area {
    background: url(img/section1.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-one-area .about-content-center .about-content h2 {
  position: relative;
  padding-bottom: 15px;
}
.about-one-area .about-content-center .about-content h2:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.about-one-area .about-content-center .about-content span {
    /* display: block; */
    /* font-size: 20px; */
    /* font-style: italic; */
    line-height: 28px;
    margin: 30px 0;
}
.about-one-area .about-content-center .about-content h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #043b7c;
}
.about-one-area .about-content-center .about-content h3:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.about-one-area .about-content-center .about-content span {
    /* display: block; */
    /* font-size: 20px; */
    /* font-style: italic; */
    /* line-height: 28px; */
    /* margin: 30px 0; */
    color: #cf0808;
}

.about-one-area .about-content-center .about-content h4 {
  font-weight: 400;
  margin-bottom: 0;
}
/*============  End of Home About css  ============*/
/*===================================================
=           [10] Featured Service slider css        =
===================================================*/

.service-slider-one-area .single-feature-slide {
  position: relative;
  overflow: hidden;
}
.service-slider-one-area .single-feature-slide .feature-slide-content {
  background: rgb(4 59 124);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 a {
  color: #ffffff;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat i {
  padding-left: 10px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-slider-two-area {
  padding: 110px 0 120px;
}
.service-slider-two-area .single-feature-slide {
  background: #ffffff;
  margin: 15px;
}
.service-slider-two-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-two-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.7;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #004394;
}
.service-slider-three-area {
  padding: 110px 0 120px;
}
.service-slider-three-area .single-feature-slide {
  background: #f5f5f5;
  margin: 15px;
}
.service-slider-three-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-three-area .single-feature-slide .feature-slide-img:after {
  background: rgba(3, 23, 34, 0.9);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transform: scale(1) translateY(400px);
  -webkit-transform: scale(1) translateY(400px);
  -o-transform: scale(1) translateY(400px);
  -ms-transform: scale(1) translateY(400px);
  transform: scale(1) translateY(400px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img:after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #004394;
}
.service-slider-five-area {
  padding: 110px 0 120px;
}
.service-slider-five-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-five-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content {
  padding: 25px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #004394;
}
.service-slider-six-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 120px;
}
.service-slider-six-area .section-title-center h2 {
  color: #ffffff;
}
.service-slider-six-area .section-title-center p {
  color: #ffffff;
  width: 40%;
}
.service-slider-six-area .single-feature-slide {
  position: relative;
}
.service-slider-six-area .single-feature-slide .feature-item {
  position: relative;
  overflow: hidden;
  margin: 0 2px;
}
.service-slider-six-area .single-feature-slide .feature-item img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(114%);
  /* Firefox 4+ */
  width: calc(114%);
  /* IE9+ and future browsers */
}
.service-slider-six-area .single-feature-slide .feature-item:after {
  background: rgba(3, 23, 34, 0.5);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.service-slider-six-area .single-feature-slide h3 {
  background: #f5f5f5;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 12px 0;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide h3 a {
  display: block;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide:hover .feature-item img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-six-area .single-feature-slide:hover .feature-item:after {
  opacity: 0;
}
.service-slider-six-area .single-feature-slide:hover h3 {
  background: #004394;
}
.service-slider-six-area .single-feature-slide:hover h3 a {
  color: #ffffff;
}
/*=====  End of Featured Service slider css  ======*/
/*===================================================
=           [11] Weekly financial report css        =
===================================================*/
.weekly-financial-report {
  padding: 110px 0 100px 0;
}
.financial-report-one .financial-report h2 {
  position: relative;
  padding-bottom: 15px;
}
.financial-report-one .financial-report h2:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.financial-report-one .financial-report span {
  color: #004394;
  font-size: 18px;
  font-weight: 600;
}
/*=====  End of Weekly financial report css  ======*/
/*===================================================
=                 [12] Banner area css              =
====================================================*/
.banner-one-area {
  background: url(img/section2.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.banner-one-area:after {
  background: rgb(4 59 124 / 78%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-one-area .banner-content h2 {
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 0;
  text-align: center;
}
.banner-one-area .banner-content h2 span {
  display: block;
  font-size: 30px;
}

.banner-one-area .banner-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
}
.banner-one-area .banner-content a{font-size: 25px;}
.banner-one-area .banner-content h3 span {
  display: block;
  font-size: 25px;
}
/*=======  End of Banner area css  ========*/

/*===================================
=           [37] Contact css        =
===================================*/
.contact-area {
  padding: 110px 0 120px;
}
.contact-area h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.contact-area h2:after {
  background: #004394;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.contact-area .contact-info ul {
  margin-top: 40px;
}
.contact-area .contact-info ul li {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-area .contact-info ul li:nth-child(odd) {
  width: 60%;
}
.contact-area .contact-info ul li:nth-child(even) {
  width: 39%;
}
.contact-area .contact-info ul li i {
  color: #004394;
  font-size: 20px;
  padding-right: 10px;
}
.contact-area .contact-form fieldset {
  padding-top: 5px;
}
.contact-area .contact-form .form-group {
  margin-bottom: 5px;
}
.contact-area .contact-form .form-group .form-control {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.contact-area .contact-form .form-group input {
  height: 40px;
}
.contact-area .contact-form .margin-bottom-none {
  margin-bottom: 0;
}
.contact-area .btn-default-black {
  border: none;
  font-size: 15px;
  padding: 20px 40px;
}
/*=====  End of Contact css  ======*/
/*==================================
=           [38] Faqs css          =
===================================*/
.faqs-area {
  padding: 120px 0 100px;
}
.faq-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq-accordion .panel-default .panel-heading {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 14px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-accordion .panel-default .panel-heading .panel-title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-accordion .panel-default .panel-heading .panel-title .accordion-toggle {
  display: block;
}
.faq-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.faq-accordion .panel-default .panel-heading.active,
.faq-accordion .panel-default .panel-heading:hover {
  background: #004394;
}
.faq-accordion .panel-default .panel-heading.active .panel-title,
.faq-accordion .panel-default .panel-heading:hover .panel-title {
  color: #ffffff;
}
.faq-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after,
.faq-accordion .panel-default .panel-heading:hover .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.faq-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 20px;
}
/*========  End of Faqs css  =========*/
/*=====================================
=           [39] 404 Error css        =
=====================================*/
.error-area {
  background: #004394;
  padding: 120px 0;
}
.error-top-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
.error-top-wrapper img {
  display: inline-block;
}
.error-bottom-wrapper {
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.error-bottom-wrapper h2 {
  color: #ffffff;
}
.error-bottom-wrapper a.error-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 20px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-bottom-wrapper a.error-btn:hover {
  background: #ffffff;
  color: #004394;
}
/*=====  End of 404 Error css  ======*/
/*====================================
=         [40] Shop Category css     =
======================================*/
.online-shop-area {
  padding: 120px 0 100px;
}
.online-shop-area .pagination-wrapper {
  text-align: center;
}
.online-shop-category .online-header .pager-area {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.online-shop-category .online-header .pager-area .pager-left-area h3 {
  margin-bottom: 0;
  text-align: left;
}
.online-shop-category .online-header .pager-area .pager-right-area .shor-list {
  display: inline-block;
}
.online-shop-category .online-header .pager-area .pager-right-area .shor-list select {
  border: 1px solid #d7d7d7;
  color: #222222;
  padding: 9px 20px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode {
  float: right;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li {
  display: inline-block;
  margin-left: 5px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
  border: 1px solid #d7d7d7;
  color: #444444;
  font-size: 19px;
  display: block;
  padding: 7px 14px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li.active a {
  border: 1px solid #004394;
  background: #004394;
  color: #ffffff;
}
.online-shop-category .category-product-grid {
  margin-top: 50px;
}
.online-shop-category .category-product-grid .single-item {
  margin-bottom: 30px;
}
.online-shop-category .category-product-grid .single-item .product-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info ul li {
  display: inline-block;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info ul li a {
  background: #004394;
  color: #ffffff;
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.online-shop-category .category-product-grid .single-item .product-image:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-content {
  margin-top: 20px;
}
.online-shop-category .category-product-grid .single-item .product-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.online-shop-category .category-product-grid .single-item .product-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-content h3 a:hover {
  color: #004394;
}
.online-shop-category .category-product-grid .single-item .product-content .product-price {
  color: #004394;
  font-size: 20px;
  font-weight: 600;
}
.online-shop-category .category-product-grid .single-item .product-content .add-cart {
  display: block;
  margin-top: 20px;
}
.online-shop-category .category-product-grid .single-item .product-content .add-cart a {
  margin-top: 0;
}
.online-shop-category .category-product-grid .single-item:hover .product-image .product-info {
  top: 50%;
  opacity: 1;
}
.online-shop-category .category-product-grid .single-item:hover .product-image:after {
  opacity: 1;
}
.online-shop-category .category-product-list {
  margin-top: 50px;
}
.online-shop-category .category-product-list .single-item {
  margin-bottom: 40px;
}
.online-shop-category .category-product-list .single-item .product-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.online-shop-category .category-product-list .single-item .product-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-list .single-item .product-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.online-shop-category .category-product-list .single-item .product-content h3 {
  margin-bottom: 5px;
}
.online-shop-category .category-product-list .single-item .product-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-list .single-item .product-content h3 a:hover {
  color: #004394;
}
.online-shop-category .category-product-list .single-item .product-content .product-price {
  display: block;
  color: #004394;
  font-size: 20px;
  font-weight: 600;
}
.online-shop-category .category-product-list .single-item .product-content .product-short-description {
  padding: 30px 0 10px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action {
  margin-top: 38px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li {
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin-right: 5px;
  padding: 12px 18px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li a {
  color: #004394;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart {
  background: #222222;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart a {
  color: #ffffff;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart:hover {
  background: #004394;
}
/*=====  End of Shop Category css  ======*/
/*========================================
=           [41] Shop Details css        =
=========================================*/
.single-shop-area {
  padding: 30px 0;
}
.product-details .details-image .tab-content {
  background: #f5f5f5;
  padding: 40px;
  text-align: center;
}
.product-details .details-image .single-product-tab {
  margin-top: 20px;
}
.product-details .details-image .single-product-tab ul {
  border: none;
}
.product-details .details-image .single-product-tab ul li {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 33.333333%;
}
.product-details .details-image .single-product-tab ul li a {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  padding: 10px;
}
.product-details .details-image .single-product-tab ul li a img {
  width: 60px;
}
.product-details .details-image .single-product-tab ul li.active a {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0.5;
}
.product-details .details-image .single-product-tab ul li:last-child a {
  margin-right: 0;
}
.product-details .detail-content h2 {
  margin-bottom: 10px;
}

.product-details .detail-content h1 {
 position: relative;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #043b7c;
    text-shadow: 0px -3px #0000, 2px 4px #3a37301f;
}

.product-details .detail-content h1 span {
color: #cf0808;
}

.product-details .detail-content .regular-price {
  display: block;
  color: #004394;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-details .detail-content .sku {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.product-details .detail-content .detail-short-des {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  /*margin: 30px 0;*/
  /*padding: 30px 0 10px;*/
}
.product-details .detail-content .product-cart-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.product-details .detail-content .product-cart-counter .detail-cart {
  display: inline-block;
}
.product-details .detail-content .product-cart-counter .detail-cart a {
  background: #222222;
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-details .detail-content .product-cart-counter .detail-cart a:hover {
  background: #004394;
}
.product-details .detail-content .product-cart-counter .input-group {
  display: inline-block;
}
.product-details .detail-content .product-cart-counter .input-group input {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 50px;
  width: 60px;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical {
  float: left;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default {
  display: block;
  border: 1px solid #d7d7d7;
  border-left: none;
  color: #004394;
  margin: 0;
  padding: 0px 7px;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default i {
  padding-left: 0;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default:active,
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default:focus {
  background: transparent;
  box-shadow: none;
}
.product-details .detail-content .product-category {
  margin-top: 20px;
}
.product-details .detail-content .product-category span {
  font-weight: 600;
}
.product-details .detail-content .product-tag {
  margin-top: 5px;
}
.product-details .detail-content .product-tag span {
  font-weight: 600;
}
.review {
  margin-bottom: 10px;
}
.review a {
  color: #fea62b;
}
.review a.inactive {
  color: #444444;
}
.review p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.product-overview-area {
  margin-top: 60px;
}
.product-overview-area .tabbable {
  border: 1px solid #d7d7d7;
}
.product-overview-area ul.nav-tabs {
  border: none;
}
.product-overview-area ul.nav-tabs li a {
  background: #f5f5f5;
  color: #222222;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 16px 30px;
  text-transform: uppercase;
}
.product-overview-area ul.nav-tabs li.active a {
  background: transparent;
  color: #004394;
  border: none;
}
.product-overview-area .tab-content {
  padding: 30px;
}
.related-product-area {
  margin-top: 60px;
}
.related-product-area .single-item .item-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.related-product-area .single-item .item-image img {
  width: inherit;
  display: inline-block;
}
.related-product-area .single-item .item-image .product-info {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.related-product-area .single-item .item-image .product-info ul li {
  display: inline-block;
}
.related-product-area .single-item .item-image .product-info ul li a {
  background: #004394;
  color: #ffffff;
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.related-product-area .single-item .item-image:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.related-product-area .single-item .item-content {
  margin-top: 20px;
}
.related-product-area .single-item .item-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.related-product-area .single-item .item-content h3 a {
  color: #222222;
}
.related-product-area .single-item .item-content .product-price {
  display: block;
  color: #004394;
  font-size: 20px;
  font-weight: 600;
}
.related-product-area .single-item .item-content .add-cart {
  display: inline-block;
  margin-top: 20px;
}
.related-product-area .single-item .item-content .add-cart .btn-default-black {
  margin-top: 0;
}
.related-product-area .single-item:hover .item-image .product-info {
  top: 50%;
  opacity: 1;
}
.related-product-area .single-item:hover .item-image:after {
  opacity: 1;
}
/*=====  End of Shop Details css  ======*/
/*========================================
=           [42] Cart chekout css        =
=========================================*/
.cart-page-area {
  padding: 120px 0;
}
.cart-page-area .cart-page-top {
  margin-bottom: 45px;
  border: 1px solid #d7d7d7;
  padding: 0 0 10px;
}
.cart-page-area .cart-page-top table {
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.cart-page-area .cart-page-top table .cart-form-heading {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
}
.cart-page-area .cart-page-top table tr td {
  vertical-align: middle!important;
  border-right: 1px solid #d7d7d7;
}
.cart-page-area .cart-page-top table tr td:last-child {
  border-right: 0;
}
.cart-page-area .cart-page-top table tr td h3 {
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 15px;
}
.cart-page-area .cart-page-top table tr td h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td h3 a:hover {
  color: #004394;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .cart-img-holder {
  width: 12%;
}
.cart-page-area .cart-page-top table tr .cart-img-holder img {
  background: #ececec;
  padding: 20px;
}
.cart-page-area .cart-page-top table tr .amount {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder {
  margin: 0 auto;
  position: relative;
  width: 130px;
  top: -15px;
  z-index: 2;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder input {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  border-radius: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical button {
  border-radius: 0;
  position: absolute;
  z-index: 3;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-plus {
  left: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-minus {
  right: 0;
}
.cart-page-area .cart-page-top table tr .dismiss {
  text-align: center;
}
.cart-page-area .cart-page-top table tr .dismiss a i {
  color: #004394;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .dismiss a:hover i {
  color: #ff0000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top .update-button {
  text-align: right;
  padding-right: 10px;
}
.cart-page-area .ghost-btn {
  padding: 12px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.cart-page-area .cart-page-bottom-left {
  border: 1px solid #d7d7d7;
  padding: 30px;
}
.cart-page-area .cart-page-bottom-left h2 {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-left input {
  width: 60%;
  margin-right: 15px;
  height: 50px;
  padding: 5px 10px;
}
.cart-page-area .cart-page-bottom-left button {
  margin-left: -5px;
}
.cart-page-area .cart-page-bottom-right {
  border: 1px solid #d7d7d7;
  padding: 30px;
}
.cart-page-area .cart-page-bottom-right h2 {
  color: #222222;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-right h3 {
  color: #222222;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-page-area .cart-page-bottom-right h3 span {
  float: right;
}
.cart-page-area .cart-page-bottom-right .proceed-button {
  text-align: right;
  margin-top: 20px;
}
.checkout-page-area {
  padding: 120px 0;
}
.checkout-page-area .checkout-page-top {
  padding: 15px;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
.checkout-page-area .checkout-page-top p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checkout-page-area .checkout-page-top p a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkout-page-area .checkout-page-top p a:hover {
  color: #004394;
}
.checkout-page-area .checkout-page-top p i {
  margin-right: 5px;
  font-size: 16px;
  color: #004394;
}
.checkout-page-area .billing-details-area {
  margin-bottom: 30px;
}
.checkout-page-area .billing-details-area label {
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area input {
  height: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area span {
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.checkout-page-area .billing-details-area span input {
  height: inherit;
  margin-right: 10px;
}
.checkout-page-area .billing-details-area span.creat-account {
  font-weight: 600;
}
.checkout-page-area .billing-details-area .custom-select select {
  width: 100%;
  height: 40px;
}
.checkout-page-area .billing-details-area .select2-container .select2-selection--single {
  height: 40px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 1px solid #d7d7d7;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-dropdown {
  border: 1px solid #004394 !important;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #004394 !important;
  color: red;
  font-weight: 600;
}
.checkout-page-area .ship-to-another-area h2 span {
  margin-left: 15px;
}
.checkout-page-area .ship-to-another-area label {
  letter-spacing: 2px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 6px;
}
.checkout-page-area .ship-to-another-area textarea {
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
.checkout-page-area .ship-to-another-area textarea:focus {
  border-color: #d7d7d7 !important;
}
.checkout-page-area .order-sheet {
  margin-bottom: 45px;
  padding: 30px 35px;
  border: 1px solid #d7d7d7;
}
.checkout-page-area .order-sheet h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.checkout-page-area .order-sheet ul li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.checkout-page-area .order-sheet ul li span {
  float: right;
}
.checkout-page-area .order-sheet h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.checkout-page-area .order-sheet h3:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-page-area .order-sheet h3 span {
  float: right;
}
.checkout-page-area .payment-option {
  border: 1px solid #d7d7d7;
  padding-top: 30px;
  margin-bottom: 50px;
}
.checkout-page-area .payment-option .form-group {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}
.checkout-page-area .payment-option .form-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.checkout-page-area .payment-option span {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
}
.checkout-page-area .payment-option span input {
  margin-right: 20px;
}
.checkout-page-area .payment-option p {
  padding: 0 64px;
  margin-bottom: 0;
}
.checkout-page-area .place-order .btn-default-big {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 30px;
}
/*=====  End of Cart chekout css  ======*/
/*=======================================
=            Price Table css            =
=======================================*/
.pricing-plan-area {

  padding: 110px 0 90px;
}
.pricing-plan-area .section-title h2 {
  color: #ffffff;
}
.pricing-plan-area .section-title h2:after {
  background: #ffffff;
}
.price-table-box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #ffffff;
  text-align: center;
  padding: 65px 0 70px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box > span {
  text-transform: uppercase;
  color: #222222;
  display: block;
  letter-spacing: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box h3 {
  color: #004394;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box h3 span {
  color: #a4a4a4;
  font-size: 18px;
  font-weight: 400;
}
.price-table-box ul {
  margin-bottom: 50px;
}
.price-table-box ul li {
  color: #222222;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box ul li:last-child {
  margin-bottom: 0;
}
.price-table-box a.btn-price-button {
  border: 2px solid #004394;
  color: #004394;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 35px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box a.btn-price-button:hover {
  background: #004394;
  color: #ffffff;
}
.price-table-box:hover {
  -webkit-transform: translateY(-2%);
  -moz-transform: translateY(-2%);
  -ms-transform: translateY(-2%);
  -o-transform: translateY(-2%);
  transform: translateY(-2%);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}
/*=====  End of Price Table css  ======*/
/*=======================================
=           [43] Responsive css         =
========================================*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-top-right > li {
    margin-right: 5px;
  }
  .main-menu-area nav > ul > li > a {
    padding: 0 8px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 12px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 30px;
  }
  .header-address li {
    font-size: 16px;
    padding: 0 5px;
  }
  .header-three-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega,
  .header-six-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: -25%;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 30px;
    text-align: center;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 18px;
  }
  .asked-question-one-area .asked-accordion {
    padding: 90px 0;
  }
  .asked-question-one-area .asked-accordion .asked-descrip {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
    display: inherit;
    padding: 60px 0;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .people-image img {
    min-height: 446px;
  }
  .people-choose-services .people-choose-content {
    padding-right: 0;
  }
  .request-call-two-area .request-image img {
    min-height: 444px;
  }
  .request-call-two-area .request-title p {
    display: none;
  }
  .service-three-area .single-item .single-service {
    padding: 70px 40px 50px;
  }
  .service-four-area .feature-left-content > h2 {
    font-size: 24px;
  }
  .service-four-area .single-feature-item .feature-content {
    bottom: -125px;
  }
  .design-own-area .own-site-content p {
    padding: 0 3%;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-img img {
    width: calc(118%);
  }
  .section-title p {
    width: 70%;
  }
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide h3 {
    font-size: 20px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(126%);
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 5px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 40px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 30.5%;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 50px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-bar .top-address ul li {
    margin-right: 10px;
  }
  .header-top-bar .top-social-link ul li {
    padding-left: 3px;
  }
  .main-menu-area nav > ul > li > a {
    font-size: 14px;
    line-height: 70px;
    padding: 0 5px;
  }
  .logo-area {
    height: 70px;
  }
  .header-address li {
    font-size: 15px;
    padding: 0 5px;
  }
  .header-address li i {
    width: 15px;
  }
  .header-address li span {
    padding-left: 15px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 14px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: auto;
  }
  .menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
    left: -15px;
  }
  .menu-two-style.stick::before {
    width: 100%;
  }
  .menu-two-style.stick::after {
    width: auto;
  }
  .slide-3 .s-tb-c .container,
  .slide-5 .s-tb-c .container {
    margin-top: 80px;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .team-layout-2 .single-item .item-content h3 {
    font-size: 18px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 20px;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 0;
  }
  .banner-one-area .banner-content h2 {
    font-size: 30px;
  }
    .banner-one-area .banner-content h3 {
    font-size: 30px;
  }
  .asked-question-one-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question,
  .request-call-two-area .request-image,
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -20px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -20px;
  }
  .request-call-one-area .request-form {
    width: 90%;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .left-tab-style {
    padding-bottom: 100px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(120%);
  }
  .our-expert-advisor .single-expert .item-content {
    flex: inherit;
    padding: 40px 0;
  }
  .request-call-two-area {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 20px 30px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    max-width: 120px;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .testimonial-two-area .single-testimonial {
    width: 80%;
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-service-one .single-service .item-icon {
    padding-right: 15px;
  }
  .about-service-one .single-service .item-content h3 {
    font-size: 20px;
  }
  .page-title {
    padding: 70px 0;
  }
  .team-detail-layout .detail-image ul li {
    font-size: 15px;
  }
  .team-detail-layout .detail-image ul li:first-child {
    font-size: 22px;
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 35px;
    padding-left: 10px;
  }
  .sidebar .sidebar-box .download h3 {
    font-size: 18px;
  }
  .sidebar .sidebar-box .download .button-dow a {
    padding: 10px;
    font-size: 12px;
  }
  .sidebar .sidebar-box .ready-to-help {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .ready-to-help a.ghost-btn {
    padding: 12px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 47%;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    font-size: 19px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 5px;
  }
  .sidebar .sidebar-box .related-product .retated-img {
    margin-right: 10px;
    padding: 8px;
  }
  .sidebar .sidebar-box .related-product .retated-img img {
    width: 50px;
  }
  .product-details .details-image .single-product-tab ul li a img {
    width: 36px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 36px;
  }
  .counter-area .counter-title h2 {
    font-size: 40px;
  }
  .cart-page-area .cart-page-top table tr .cart-img-holder img {
    padding: 10px;
  }
}
/*mobilehere*/

@media (max-width: 767px) {
    .inner-title-banner{margin-top:100px;}
    .plr {
    padding: 0px;
}


.form-area {
    position: absolute;
    top: 90px;
    /* height: 200px; */
    width: 490px;
    margin: auto;
    z-index: 1111;
    box-shadow: 0px 1px 39px #d3cfcf63;
}
.fo

.footer-skik {
    text-align: center;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 111111;
}
.style1 a {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.style1 a i {
    color: #fff;
}
.style2 a {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.style2 a i {
    color: #fff;
}
.visible-xs {
    display: block !important;
}
  .page-title h3 {

   margin-top: -21px!important; 
}
  .titlearea h3 span {
    margin-left: 6px;
    color: #cf0808;
    color: #ffffff;
    background-color: #cf0808;
    /* padding: 0px 10px 0px 10px; */
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 18px;
    position: absolute;
    right: -50px;
    top: 0px;
}
.pdull{padding-left: 0px!important;}
.pdulr{padding-right: 0px!important;}
.titlearea h3 {
    font-size: 19px;
    /* line-height: 3rem; */
    width: 100%;
    text-transform: capitalize;
    /* height: 3rem; */
    /* display: flex; */
    position: relative;
    /* top: -0.4rem; */
    align-items: center;
    margin-bottom: 6px;
    color: #043b7c;
    width: 80%;
    /* background-color: #dfdfdf; */
}
.rightli ul li::before {
    content: "✓";
    font-size: 12px;
    color: rgb(61, 137, 6);
    margin-right: 5px;
    font-weight: bold;
}
  .asked-question12-one-area12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background: #004394;
}
.asked-question12-one-area12 .asked-image12 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}
asked-question12-one-area12 .asked-question12 {
    width: 100%;
    overflow: hidden;
}
.asked-question12-one-area12 .asked-question12 {
    width: 100%;
    overflow: hidden;
}
.page-title h2 {
    font-size: 21px;
}
.page-title h3 {
    font-size: 21px;
}
  .footer-bottom-area {
  background: #043b7c !important;}

  .mb-15{margin-bottom: 15px;}
  .part1 {
    display: flex;
    width: 100%;
    position: relative;
}
.part11 {
    width: 100%;
    position: relative;
    padding: 10px;
}
.tempo-design {
    border: 1px solid #d5d5d5;
    display: block;
    margin-bottom: 20px;
    background: linear-gradient( 
110deg
 , #fffaf1 75%, #e7e7e7 35%);
}
  .templearea {
    border-radius: 10px;
    border: 1px solid #e1d6d6;
    height: auto;
    position: relative;
    /* display: flex; */
    /* height: auto; */
    /* height: 100%; */
    border: 1px solid #929292;
    border-radius: 0px;
    width: 100%;
    background: #fff;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flow-root;
}
.part2 {
    width: 100%;
    padding: 10px;
    position: relative;
}
.temple-info2 {
    width: 100%;
    position: relative;
    float: left;
    border-right: 1px solid #3e3b3b;
    padding-right: 6px;
    margin-right: 10px;
    margin-top: 10px;
}
.temple-details {
    width: 100%;
    position: relative;
    float: right;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 19px;
}
.imgholder {
    width: 100%;
    /* border-radius: 9px 0 0 9px; */
    position: relative;
    overflow-y: hidden;
}
.tempo-facilities li {
    list-style: none;
    font-size: 12px;
    color: #000;
    display: flex;
    width: 100%;
    line-height: 24px;
    font-weight: 600;
    font-family: sans-serif;
}
.tempo-facilities {
    margin-bottom: 9px;
    display: flow-root;
    /* border-bottom: 1px solid #f5f3f3; */
    margin-top: 29px;
}
.temple-info2 li span {
    color: #000;
    font-size: 14px;
}
  .pt1501 {
    padding-top: 222px !important;
}
  header {

  }
  .single-feature-slide{margin-bottom: 20px;}
  .single-feature-slide img{width: 100%;}
  .slider-area {
    margin-top: 0;
    display: none;
  }

.form-area {
    position: relative;
    width: 100%;
    z-index: 1111;

}
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
    font-size: 14px;
    padding: 10px 20px;
  }
  .sidebar {
    margin-top: 70px;
  }
  .waste-time-area,
  .waste-time-area .waste-time-button {
    text-align: center;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 24px;
  }
  .about-one-area .about-image {
    text-align: center;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .asked-question-one-area {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .request-call-two-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .request-call-two-area .request-image {
    width: inherit;
  }
  .banner-one-area .banner-content h2 {
    font-size: 26px;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 30px;
  }
  .request-call-one-area .request-form {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-bottom-area .footer-box .footer-social,
  .footer-bottom-area .footer-box .useful-link {
    margin-bottom: 50px;
  }
  .latest-news-one-area .single-news .item-image img {
    width: calc(124%);
  }
  .left-tab-style .tabs-left .nav-tabs {
    float: inherit;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 95%;
  }
  .our-expert-advisor .single-expert {
    display: inherit;
    margin-right: 0;
  }
  .our-expert-advisor .single-expert .item-content {
    margin: 0;
    padding: 30px;
  }
  .our-expert-advisor .single-expert::after {
    border: none;
    position: inherit;
  }
  .service-three-area .single-item .single-service {
    box-shadow: 0 -1px 0 0 #d8d8d8;
    padding-right: 40px;
    padding-left: 40px;
  }
  .asked-question-two-area .row {
    display: inherit;
  }
  .asked-question-two-area .asked-accordion {
    padding: 70px 0 120px;
  }
  .asked-question-two-area .asked-image {
    text-align: center;
  }
  .asked-question-two-area .asked-image img {
    display: inline-block;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }
  .service-four-area .single-feature-item img {
    width: 100%;
  }
  .testimonial-two-area .single-testimonial {
    width: inherit;
  }
  .service-one-area,
  .our-team-area,
  .service-layout-3,
  .pricing-plan-area {
    padding: 0px 0 60px;
  }
  .about-one-area {
    padding-top: 90px;
  }
  .request-call-one-area,
  .asked-question-two-area .asked-accordion {
    padding-bottom: 90px;
  }
  .service-slider-one-area,
  .weekly-financial-report,
  .expert-advisor-slider-area,
  .our-expert-advisor,
  .service-slider-two-area,
  .our-portfolio-area,
  .service-four-area,
  .design-own-area,
  .service-slider-three-area,
  .our-expert-slider-area,
  .service-slider-five-area,
  .our-expert-member-slider-area,
  .service-slider-six-area,
  .about-page-one-area,
  .our-portfolio-area,
  .contact-area {
    padding: 80px 0 90px;
  }
  .testimonial-one-area,
  .latest-news-one-area,
  .testimonial-two-area,
  .footer-bottom-area {
    /*padding: 80px 0;*/
  }
  .left-tab-style,
  .financial-analysis-area,
  .request-call-three-area,
  .service-layout-detail,
  .error-area,
  .latest-news-area,
  .online-shop-area,
  .single-shop-area,
  .checkout-page-area,
  cart-page-area {
    padding: 30px 0;
  }
  .service-two-area {
    padding: 80px 0 40px;
  }
  .counter-area,
  .our-case-studies-area,
  .expert-people-area,
  .team-layout-2,
  .service-five-area,
  .service-six-area,
  .about-service-one-area {
    padding: 80px 0 60px;
  }
  .our-portfolio-area.layout-space,
  .service-layout-1 {
    padding: 90px 0 50px;
  }
  .service-layout-2,
  .case-studies-layout,
  .case-layout-detail,
  .faqs-area {
    padding: 90px 0 70px;
  }
  .request-form-select > fieldset > div {
    padding: 0;
  }
  .counter-area .counter-title h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(118%);
  }
  .service-layout-2 .single-item .item-content {
    margin-top: 30px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .error-bottom-wrapper {
    width: 65%;
  }
  .news-layout-3 .single-item .item-info {
    margin-top: 30px;
  }
  .news-details-layout .item-comments .item-comments-list ul.comments-list li.odd {
    margin-left: 0;
  }
  .online-shop-category .online-header .pager-area {
    display: inherit;
    text-align: inherit;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .online-shop-category .category-product-list .single-item .product-content {
    margin-top: 30px;
  }
  .product-details .detail-content {
    margin-top: 30px;
  }
  .service-six-area .single-service-item .single-service .service-content {
    margin-top: 15px;
  }
  .cart-page-area .cart-page-top table tr .cart-img-holder img {
    padding: 5px;
    display: inline-block;
  }
  .cart-page-area .ghost-btn {
    padding: 10px 15px;
  }
  .cart-page-area .cart-page-bottom-left input {
    margin-bottom: 15px;
  }
  .about-video {
    margin-top: 40px;
  }
  .about-video img {
    width: 100%;
  }
  .page-title {
    margin-top: 55px;
    padding: 60px 0;
    text-align: center;
  }
  .page-title h2 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 23px;
}
  .team-layout-1 .single-team .item-image img,
  .team-layout-3 .single-item .item-image img,
  .detail-image .image-caption img,
  .portfolio-layout-1 .single-item .item-image img,
  .portfolio-layout-2 .single-item .item-image img,
  .portfolio-layout-3 .single-item .item-image img,
  .service-layout-1 .single-item .item-image img,
  .service-layout-2 .single-item .item-image img,
  .service-layout-3 .single-item .item-image img,
  .case-studies-layout .single-item .item-image img,
  .news-layout-2 .single-item .item-image img,
  .news-layout-3 .single-item .item-image img {
    width: 100%;
  }
}
/* Large Mobile :480px. */
@media (max-width: 480px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .slider-area .nivoSlider .slider-content p {
    font-size: 13px;
    line-height: 18px;
    width: 70%;
  }
  h2,
  .our-expert-advisor .single-expert .item-content h3 {
    font-size: 26px;
  }
  .section-title-center h2,
  .counter-area .counter-title h2,
  .people-choose-services .people-choose-content h2,
  .request-call-two-area .request-form .request-title h2,
  .waste-time-area .waste-time-content h3,
  .design-own-area .own-site-content h2,
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    float: inherit !important;
    max-width: inherit;
  }
  .expert-people-area .single-item .item-image img,
  .team-layout-2 .single-item .item-image img {
    width: 100%;
  }
  .expert-people-area .single-item .item-content,
  .team-layout-2 .single-item .item-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 50px 40px;
  }
  .left-tab-style .tabs-left .nav-tabs li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn-default-big {
    padding: 14px 25px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(123%);
  }
  .page-title {
    padding: 50px 0;
  }
  .page-title h2 {
    font-size: 30px;
  }
  .error-bottom-wrapper a.error-btn {
    padding: 16px 30px;
  }
  .news-details-layout .item-comments .item-author .pull-left {
    float: inherit !important;
    margin-bottom: 30px;
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px;
    font-size: 13px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
}
/* small mobile :320px. */
@media (max-width: 320px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 24px;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .service-four-area .single-feature-item .feature-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .latest-news-one-area .single-news .item-info span {
    font-size: 13px;
  }
  .latest-news-one-area .single-news .item-info i {
    font-size: 14px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 6px;
  }
  .page-title {
    padding: 40px 0;
  }
  .page-title h2 {
    font-size: 26px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px 8px;
    font-size: 12px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 12px;
  }
  .related-product-area .single-item .item-content {
    text-align: center;
  }
}
/*=====  End of Responsive css  ======*/




 .float{
   position:fixed;
   width:60px;
   height:60px;
   bottom:40px;
   right:15px;
   background-color:#25d366;
   color:#FFF;
   border-radius:50px;
   text-align:center;
  font-size:30px;
   box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
   margin-top:16px;
}

.call-buton .cc-calto-action-ripple {
   z-index: 99999;
   position: fixed;
   right: 1rem;
   bottom: 8rem;
   background: #cc0b09;
   width: 4rem;
   height: 4rem;
   padding: 1rem;
   border-radius: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #ffffff;
   -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
   animation: cc-calto-action-ripple 0.6s linear infinite;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   justify-items: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   text-decoration: none; }
   .call-buton .cc-calto-action-ripple i {
     -webkit-transition: 0.3s ease;
     transition: 0.3s ease;
     font-size: 2.2rem; }
   .call-buton .cc-calto-action-ripple:hover i {
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
   0% {
     -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
     box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
   100% {
     -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
     box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
   0% {
     -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
     box-shadow: 0 4px 10px rgb(204 11 9 / 61%), 0 0 0 0 rgb(204 11 9 / 66%), 0 0 0 5px rgb(204 11 9 / 65%), 0 0 0 10px rgb(204 11 9 / 67%); }
   100% {
     -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
     box-shadow: 0 4px 10px rgb(204 11 9 / 63%), 0 0 0 5px rgb(204 11 9 / 61%), 0 0 0 10px rgb(204 11 9 / 41%), 0 0 0 20px rgba(236, 139, 0, 0); } }

   span.num{
      position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
   }
   .banner-one-area .banner-content h3 span {
    display: block;
    font-size: 27px !important;
}
