	@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");


html{
    scroll-behavior: smooth;
}

body {	
    color: #57647c;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
  font-family: "Be Vietnam Pro", sans-serif;
}

p {

    font-weight: 400;
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00295a;
  font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
	margin-bottom: 0;
	margin-top: 10px;
    line-height: 1.1;	
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
	font-size:36px;
}
h1 {
    font-size:50px;
}
h2 {
    font-size: 35px;
    
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
	 color: #00295a;
     text-decoration: none;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;	
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff;
}
.white p {
    color: #fff;
}
.white i {
    color: #fff;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
  
}

ul {
    margin: 0;

    padding: 0;
}
li {
 
}
input:focus, button:focus {
    border-color: #fdeaa8;
    outline: 1px solid #fdeaa8;
    box-shadow: 0 0 6px rgb(38 196 36/ 60%);
}
img {
    width: 100%;
}
textarea:focus{
	border-color: #fdeaa8;
    outline: 1px solid #fdeaa8;
    box-shadow: 0 0 6px rgb(38 196 36/ 60%);
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,i, cite, em, var, address, dfn,ol,li,ul{
	font-style:normal;
	font-weight:400;
}
/* Default Background */
.bg_color {
    background: #43baff;
}
.bg_color2 {
    background: #211e3b !important;
}
.white_bg{
    background: #fff;
}
.hero-content,.hero-description,.hero-button {
    padding-left: 20px;
}
.bg_fixed {
    background-attachment: fixed;
}
.bg_before{
	position:relative;
}
.bg_before:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(12,90,219,0.3);
}
.nagative_mb {
    position: relative;
    margin-bottom: -180px;
    z-index: 1;
}


*::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 16px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #454545;
}
::-moz-placeholder {
    /* Firefox 19+ */    
    color: #454545;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #454545;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #454545;
}
.header {
  padding: 10px 0;
  display: block;
  position: absolute !important;
  z-index: 3;
  left: 0;
  right: 0;
}
.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
    background: #00295a;
}
.header .logo__header img {
  max-width: 230px;
}
.header .nav-link {
      color: #051C55;
    font-weight: 700;
    text-transform: uppercase;
  padding: 38px 20px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
.hero-content {
    text-align: left;
}
.hero-content h4:before {
    position: absolute;
    content: "";
    right: -62px;
    top: 12px;
    width: 50px;
    height: 1px;
    background: #fff;
}
.hero-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 0 17px;
}
.hero-content h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
    color: #fdeaa8;
}
.hero-content h1 span {
    position: relative;
    z-index: 1;
}
.hero-content h1 span:before {
    position: absolute;
    content: "";
        left: -13px;
    top: -5px;
    width: 340px;
    height: 90px;
    border: 3px solid #0d5b32;
    border-radius: 100%;
    z-index: -1;
}
.hero-description p {
    padding: 26px 0 26px;
    color: #fff;
    font-size: 17px;
    text-align: left;
}
.hero-button {
    text-align: left;
}
.hero-button a {
    padding: 12px 34px;
    font-weight: 500;
    color: #00295a;
    background: #fdeaa8;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.hero-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #00295a;
    transform: scale(0.0,0);
    transition: .5s;
}
.hero-shape {
    position: absolute;
    right: -30px;
    top: 158px;
    text-align: right;
    animation-name: moveleftbounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.hero-shape img {
    max-width: 260px;
    display: unset !important;
}
.dreamhub-section-title h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
}
.dreamhub-section-title p {
    padding: 29px 0 7px;
    font-size: 16px;
}
.dreamit-service-box {
    padding: 35px 35px 30px;
    background: #f9f9f9;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.dreamit-service-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f2f4fc;
    transition: .5s;
    z-index: -1;
}
.service-icon {
    position: relative;
    z-index: 1;
}
.service-icon:before {
    position: absolute;
    content: "";
    left: 22px;
    top: -11px;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #fdeaa8;
    z-index: -1;
}
.service-icon img {
    transition: .5s;
    max-width: 40px;
}
h2.service-title {
    font-size: 22px;
    font-weight: 600;
    padding-top: 24px;
    transition: .5s;
}
p.service-desctiption {
    padding: 20px 0 7px;
    display: inline-block;
}
a.service-button {
    font-weight: 500;
    transition: .5s;
    color: #00295a;
}
a.service-button i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 5px;
    transition: .5s;
}
.dreamit-service-box:hover:before {
    left: 0;
    width: 100%;
}
.service-section {
    padding: 120px 0 90px;
}
.about-section {
    padding: 0px 0 130px;
}
.left.dreamit-about-thumb {
    animation: movebounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.payment-button a {
    padding: 12px 34px;
    font-weight: 500;
    color: #00295a;
    background: #fdeaa8;
    font-family: 'Space Grotesk';
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.payment-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #00295a;
    transform: scale(0.0,0);
    transition: .5s;
}
.payment-button a i {
    display: inline-block;
    font-size: 18px;
    padding-left: 5px;
}
.payment-button a:hover {
    color: #fff;
}
.payment-button a:hover:before {
    transform: scale(1);
}
a.service-button {
    font-weight: 500;
    transition: .5s;
    color: #00295a;
}
a.service-button i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 5px;
    transition: .5s;
}
.dreamit-about-thumb2 {
    position: relative;
    z-index: 1;
}
.about-shape {
    position: absolute;
    right: -16px;
    top: 80px;
    z-index: -1;
    animation: movebounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.subscribe-section {
    background: #F9F9F9;
}
.row.subscribe-bg {
    background: #f9f9f9;
    text-align: center;
    padding: 70px 0 70px;
    border-radius: 5px;
    margin-bottom: -185px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 23px rgba(72,72,72,0.1));
}
.subscribe-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}
.subscribe-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}
.row.scrb-bg {
    padding: 42px 0 0;
}
.counter-title h2 {
    font-size: 35px;
    display: inline-block;
    padding: 0 0 5px;
}
.counter-text span {
    font-size: 18px;
    color: #00295a;
    padding: 5px 0 0px;
    display: inline-block;
}
.counter-title {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.comment .cls-click-xem {
    display: none;
}
.bp_hot_news_slide_img {
    display: flex;
    gap: 20px;
}
.card {
    padding: 35px 32px 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(72,72,72,0.1));
    background-color: #ffffff;
    margin-right: 30px;
    box-shadow: 0 0 15px rgb(151 151 151 /4%) !important;
}
.card-body {
    padding: unset 0;
}
.comment  {
        padding: 120px 0 120px;
    background: #F9F9F9;
}
#carousel_fav img {
    max-width: 80px;
    height: auto;
}
.dreamhub-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.dreamhub-section-title h4:before {
    position: absolute;
    content: "";
    right: -62px;
    top: 12px;
    width: 50px;
    height: 2px;
    background: #586985;
}
.dreamhub-section-title h4:after {
    position: absolute;
    content: "";
    left: -62px;
    top: 12px;
    width: 50px;
    height: 2px;
    background: #586985;
}
.text-center.dreamhub-section-title p {
    padding: 30px 0 70px;
    width: 70%;
    margin: auto;
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.pricing-section {
    padding: 130px 0 100px;
}
.pricing-single-items {
    padding: 30px 40px 45px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #f2f4fc;
}
.pricing-head {
    padding: 0px 0 28px;
    transition: .5s;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #002a5a;
}
.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 40px;
    transition: .5s;
    display: inline-block;
}
.price-icon {
    margin-top: -70px;
    float: right;
}
span.tk {
    display: inline-block;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #002a5a;
    transition: .5s;
}
.pricing-body {
    padding: 17px 0 0;
}
.pricing-item-list ul li {
    display: block;
    font-size: 16px;
    padding: 9px 0;
}
.pricing-item-list ul li i {
    color: #002a5a;
    padding-right: 4px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
li.lg-cross i {
    font-size: 25px !important;
    padding-right: 0 !important;
}
.btn-common.pc-btn a {
    color: #fff;
    background: #002a5a;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 38px;
    border: 2px solid transparent;
    border-radius: 5px;
    margin-top: 24px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.bp_news_info {
    display: none;
}
.btn-common.pc-btn a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}
.btn-common.pc-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-left: 4px;
    transition: .5s;
}


.header .navbar-nav {
    justify-content: center;
    width: 100%;
}
.header .navbar .navbar-collapse ul.navbar-nav li a {
    color: white;
}
.header-button {
    display: inline-block;
}
.header-button a {
    padding: 12px 30px;
    font-size: 17px;
    color: #00295a;
    font-weight: 500;
    font-family: 'Space Grotesk';
    background: #fdeaa8;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.footer-section {
    background: url('/files_upload/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 335px 0 0px;
}
.company-info-desc p {
    color: #fff;
    padding: 55px 0 15px;
    font-size: 16px;
    width: 94%;
}
.follow-company-icon {
    display: flex;
}
.follow-company-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    background: #2a5959;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FDE9A7;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}
.follow-company-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fdeaa8;
    border-radius: 50px;
    transform: scale(0);
    transition: .5s;
}
h4.widget-title {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    padding: 0 0 45px;
}
.menu-quick-link-content {
    padding: 10px 0 0;
}
ul.footer-menu li {
    display: block;
    list-style: none;
    padding: 14px 0 0;
}
ul.footer-menu li a {
    color: #fff;
    transition: .5s;
    font-size: 16px;
}
ul.footer-menu li a i {
    padding-right: 8px;
}
.company-contact-info {
    overflow: hidden;
    padding: 15px 0 0;
}
.company-contact-info p {
    padding: 14px 0 0px;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
}
.company-contact-info p i {
    font-size: 12px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    background: #295959;
    display: inline-block;
    border-radius: 30px;
    color: #fdeaa8;
    margin-right: 14px;
    transition: .5s;
    float: left;
}

.row.footer-bottom {
    padding: 23px 0 26px;
    border-top: 1px solid #E5E5E5;
    margin-top: 58px;
}
.footer-bottom-content {
    text-align: center;
    padding: 10px 0 0;
}
.hero-content {
    text-align: left;
}
.hero-content h4:before {
    position: absolute;
    content: "";
    right: -62px;
    top: 12px;
    width: 50px;
    height: 1px;
    background: #fff;
}
.hero-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 0 17px;
}
.hero-content h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
    color: #fdeaa8;
}
.hero-content h1 span {
    position: relative;
    z-index: 1;
}
.hero-content h1 span:before {
    position: absolute;
    content: "";
        left: -13px;
    top: -5px;
    width: 340px;
    height: 90px;
    border: 3px solid #0d5b32;
    border-radius: 100%;
    z-index: -1;
}
.hero-description p {
    padding: 26px 0 26px;
    color: #fff;
    font-size: 17px;
    text-align: left;
}
.hero-button {
    text-align: left;
}
.hero-button a {
    padding: 12px 34px;
    font-weight: 500;
    color: #00295a;
    background: #fdeaa8;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.hero-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #00295a;
    transform: scale(0.0,0);
    transition: .5s;
}
.hero-shape {
    position: absolute;
    right: -30px;
    top: 158px;
    text-align: right;
    animation-name: moveleftbounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.hero-shape img {
    max-width: 260px;
    display: unset !important;
}
.dreamhub-section-title h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
}
.dreamhub-section-title p {
    padding: 29px 0 7px;
    font-size: 16px;
}
.dreamit-service-box {
    padding: 35px 35px 30px;
    background: #f9f9f9;
    border-radius: 3px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.dreamit-service-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f2f4fc;
    transition: .5s;
    z-index: -1;
}
.service-icon {
    position: relative;
    z-index: 1;
}
.service-icon:before {
    position: absolute;
    content: "";
    left: 22px;
    top: -11px;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #fdeaa8;
    z-index: -1;
}
.service-icon img {
    transition: .5s;
    max-width: 40px;
}
h2.service-title {
    font-size: 22px;
    font-weight: 600;
    padding-top: 24px;
    transition: .5s;
}
p.service-desctiption {
    padding: 20px 0 7px;
    display: inline-block;
}
a.service-button {
    font-weight: 500;
    transition: .5s;
    color: #00295a;
}
a.service-button i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 5px;
    transition: .5s;
}
.dreamit-service-box:hover:before {
    left: 0;
    width: 100%;
}
.service-section {
    padding: 120px 0 90px;
}
.about-section {
    padding: 0px 0 130px;
}
.left.dreamit-about-thumb {
    animation: movebounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.payment-button a {
    padding: 12px 34px;
    font-weight: 500;
    color: #00295a;
    background: #fdeaa8;
    font-family: 'Space Grotesk';
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.payment-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #00295a;
    transform: scale(0.0,0);
    transition: .5s;
}
.payment-button a i {
    display: inline-block;
    font-size: 18px;
    padding-left: 5px;
}
.payment-button a:hover {
    color: #fff;
}
.payment-button a:hover:before {
    transform: scale(1);
}
a.service-button {
    font-weight: 500;
    transition: .5s;
    color: #00295a;
}
a.service-button i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 5px;
    transition: .5s;
}
.dreamit-about-thumb2 {
    position: relative;
    z-index: 1;
}
.about-shape {
    position: absolute;
    right: -16px;
    top: 80px;
    z-index: -1;
    animation: movebounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.subscribe-section {
    background: #F9F9F9;
}
.row.subscribe-bg {
    background: #f9f9f9;
    text-align: center;
    padding: 70px 0 70px;
    border-radius: 5px;
    margin-bottom: -185px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 23px rgba(72,72,72,0.1));
}
.subscribe-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}
.subscribe-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}
.row.scrb-bg {
    padding: 42px 0 0;
}
.counter-title h2 {
    font-size: 35px;
    display: inline-block;
    padding: 0 0 5px;
}
.counter-text span {
    font-size: 18px;
    color: #00295a;
    padding: 5px 0 0px;
    display: inline-block;
}
.counter-title {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.comment .cls-click-xem {
    display: none;
}
.bp_hot_news_slide_img {
    display: flex;
    gap: 20px;
}
.card {
    padding: 35px 32px 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(72,72,72,0.1));
    background-color: #ffffff;
    margin-right: 30px;
    box-shadow: 0 0 15px rgb(151 151 151 /4%) !important;
}
.card-body {
    padding: unset 0;
}
.comment  {
        padding: 120px 0 120px;
    background: #F9F9F9;
}
#carousel_fav img {
    max-width: 80px;
    height: auto;
}
.dreamhub-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.dreamhub-section-title h4:before {
    position: absolute;
    content: "";
    right: -62px;
    top: 12px;
    width: 50px;
    height: 2px;
    background: #586985;
}
.dreamhub-section-title h4:after {
    position: absolute;
    content: "";
    left: -62px;
    top: 12px;
    width: 50px;
    height: 2px;
    background: #586985;
}
.text-center.dreamhub-section-title p {
    padding: 30px 0 70px;
    width: 70%;
    margin: auto;
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.footer-bottom-content-copy p {
    color: #FFf;
    margin: 0 0 5px;
    font-size: 16px;
}
.footer-bottom-content-copy span {
    color: #fdeaa8;
}
.breatcam-section {
    height: 450px;
    background: #204040;
}
.breatcam-title h1 {
    font-size: 50px;
    color: #fff;
}
.breatcam-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 17px 0px 0 0px;
    color: #fff;
}
.breatcam-menu ul li a {
    color: #fff;
    transition: .5s;
    position: relative;
    padding: 0 50px 0 0;
    font-size: 18px;
}
.breatcam-menu ul li a:before {
    position: absolute;
    content: "";
    right: 14px;
    bottom: 9px;
    height: 1px;
    width: 20px;
    background: #fff;
}
.navbar-toggler-icon {
    background-color: white;
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {
  .dreamhub_menu > ul > li > a {
    margin: 30px 15px;
    font-size: 16px;
  }
  a.logo_img img {
    width: 170px !important;
  }
  .header-button a {
    padding: 10px 30px;
    font-size: 14px;
  }

  .dreamhub-section-title h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 40px;
  }

  .about-item-list ul li {
    font-size: 17px;
  }
}
#menu_hor {
    justify-content: end;
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  a.logo_img img {
    width: 90%;
  }

  a.main_sticky img {
    width: 100%;
  }

  .dreamhub_menu > ul > li > a {
    font-size: 15px;
    margin: 29px 10px;
  }

  .header-button {
    padding-left: 30px;
  }

  .header-button a {
    padding: 9px 30px;
    font-size: 15px;
  }

  nav.dreamhub_menu span {
    font-size: 12px;
    padding-left: 3px;
  }

  /*Hero section
  =================*/

  .hero-content h1 {
    font-size: 43px;
    line-height: 40px;
  }

  .hero-thumb img {
    width: 100%;
  }

  .hero-description p {
    width: 90%;
  }

  .hero-shape {
    right: 0;
    top: 45px;
  }

  .hero-content h1 span:before {
    left: 47px;
    top: 1px;
    width: 195px;
    height: 62px;
  }

  /*start Section title*/

  .dreamhub-section-title h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-center.dreamhub-section-title p {
    padding: 15px 0 45px;
    width: 65%;
  }

  /*Service area
  =================*/

  h2.service-title {
    font-size: 18px;
  }

  p.service-desctiption {
    font-size: 15px;
  }

  a.service-button {
    font-size: 15px;
  }

  /*start About area
  ========================*/

  .dreamit-about-thumb.upper {
    margin: 0;
  }

  .dreamit-about-thumb img {
    width: 100%;
  }

  .dreamit-about-thumb2 img {
    width: 100%;
  }

  .about-item-list ul li {
    font-size: 14px;
  }

  .left.dreamit-about-thumb {
    margin: 0 0 0 0px;
  }

  .screenshot-thumb.right img {
    width: 100%;
  }

  .screenshot-thumb img {
    width: 100%;
  }

  /*Faq Section
  ================*/

  .faq-content p {
    font-size: 15px;
  }

  .faq-section .dreamhub-section-title h1 {
    font-size: 34px;
    line-height: 34px;
  }

  /*footer area*/

  .company-info-desc p {
    width: 100%;
  }

  .company-contact-info p {
    font-size: 14px;
  }

  /*inner page
  ======================================*/

  .breatcam-section {
    height: 350px;
  }

  /*team
  =============*/

  .team-title h4 {
    font-size: 20px;
  }

  .single_team_box:hover .single_team_icon2 a {
    transform: translateX(35px);
  }
  /*pricing
  ==============*/

  .pricing-single-items {
    padding: 30px 28px 45px;
  }

  span.tk {
    font-size: 35px;
  }

  .pricing-title h3 {
    font-size: 22px;
    padding: 0 0 15px;
  }

  .price-icon {
    margin-top: -41px;
    margin-right: -20px;
  }

  .price-icon img {
    width: 70%;
  }

  .pricing-item-list ul li {
    font-size: 14px;
    padding: 4px 0;
  }

  .btn-common.pc-btn a {
    font-size: 14px;
  }

  /*Counter section
  ====================*/

  .counter-title h2 {
    font-size: 32px;
  }

  .counter-text span {
    font-size: 16px;
  }

  /*Service Details
  =====================*/

  .widget-sidebar-box {
    padding: 30px 20px 30px;
  }

  ul.sidebar-menu li a {
    font-size: 14px;
  }

  ul.sidebar-menu li {
    padding: 13px 10px 13px;
  }

  img.sidbr-icn {
    padding-right: 0;
  }

  ul.sidebar-menu2 li {
    font-size: 13px;
  }

  h5.sidebar-title:before {
    right: 130px;
    width: 60px;
  }

  h5.sidebar-title:after {
    left: 130px;
    width: 60px;
  }

  h3.widget-title2 {
    font-size: 24px;
  }

  .logo-thumb img {
    width: 80%;
  }

  h5.sidebar-title2 {
    font-size: 22px;
  }

  .widget-button a {
    padding: 11px 32px;
    font-size: 16px;
  }

  .service-dtls-items ul li {
    font-size: 16px;
  }

  .sevice-dtls-content p {
    font-size: 16px;
  }

  /*Blog Details
  ====================*/

  .blog-title2 h3 a {
    font-size: 28px;
  }

  .rpost-thumb {
    margin-right: 10px;
  }

  .rpost-title span {
    font-size: 14px;
  }

  .rpost-content h4 a {
    font-size: 15px;
  }

  .tag-item2 a {
    padding: 5px 9px;
    font-size: 14px;
  }

  span.rights-reply {
    top: -130px;
  }

  /*Contact form
  =========================*/

  .contact-info-section {
    padding: 60px 0 80px;
  }

  .contact-info-section .contacts-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .contact-info-section .contacts-icon {
    margin-right: 14px;
  }

  .contact-info-section .contacts-title h6 {
    font-size: 17px;
  }

  .contact-info-section .contacts-title h5 {
    font-size: 16px;
  }
}
@media screen and (max-width:992px) {
      .header-button {
        display: none;
    }
    .hero-bg .col-lg-6:nth-child(2) {
        display: none;
    }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  
  .dreamhub_nav_manu {
    display: none;
  }

  .header_top_menu {
    display: none !important;
  }

  .sticky {
    position: relative !important;
  }

  /*Hero section*/

  .hero-content h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .hero-thumb img {
    margin-top: 50px;
  }

  .hero-description p {
    font-size: 16px;
  }

  .hero-button a {
    padding: 13px 30px;
    font-size: 15px;
  }

  .hero-content h1 span:before {
    left: 47px;
    top: 0px;
    width: 190px;
    height: 59px;
  }

  .hero-shape {
    right: 14px;
    top: 590px;
  }

  /*start Section title
  ============================*/

  .dreamhub-section-title h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-center.dreamhub-section-title p {
    width: 80%;
    padding: 15px 0 45px;
  }

  .dreamhub-section-title p {
    font-size: 16px;
  }

  /*Service area
  ==================*/

  .service-desctiption p {
    font-size: 15px;
  }

  p.service-desctiption {
    font-size: 15px;
  }

  h2.service-title {
    font-size: 20px;
  }

  a.service-button {
    font-size: 15px;
  }

  .service-dtls-all-items {
    padding-left: 0;
  }

  /*start About area
  =======================*/

  .about-section .left.dreamit-about-thumb {
    margin: 0 0 30px;
    text-align: center;
  }

  .dreamit-about-thumb.upper {
    margin: 0 0 20px;
  }

  /*Faq Section
  ==================*/

  .faq-content h4 {
    font-size: 20px;
  }

  .faq-content p {
    font-size: 16px;
  }

  /*footer area
  ====================*/

  .company-info-desc p {
    width: 100%;
  }

  .company-contact-info p {
    font-size: 14px;
  }

  h4.widget-title {
    padding: 18px 0 24px;
  }

  /*inner page
  ======================================*/

  .breatcam-section {
    height: 330px;
  }

  /*pricing
  ==============*/

  .pricing-single-items {
    padding: 30px 28px 45px;
  }

  span.tk {
    font-size: 35px;
  }

  .pricing-title h3 {
    font-size: 22px;
    padding: 0 0 15px;
  }

  .price-icon {
    margin-top: -41px;
    margin-right: -20px;
  }

  .price-icon img {
    width: 70%;
  }

  .pricing-item-list ul li {
    font-size: 14px;
    padding: 4px 0;
  }

  .btn-common.pc-btn a {
    font-size: 14px;
  }

  .right.screenshot-thumb img {
    width: 100%;
    margin-top: 30px;
  }

  /*Subscribe
  ==================*/

  .subscribe-title h1 {
    font-size: 40px;
  }

  .subs-mail-item ul li {
    margin-right: 17px;
    font-size: 14px;
  }

  /*Service Details*/

  .service-details-thumb img {
    width: 100%;
  }

  .service-dtls-cont {
    margin-top: 30px;
  }

  .sevice-dtls-content h4 {
    font-size: 18px;
  }

  .sevice-dtls-content {
    padding-left: 18px;
  }

  .sevice-dtls-content p {
    font-size: 16px;
  }

  /*Blog Details*/

  .blogs-section {
    padding: 70px 0 70px;
  }

  .blog-title2 h3 a {
    font-size: 23px;
    line-height: 29px;
  }

  .blog-text2 p {
    font-size: 16px;
  }

  .blog-quotes {
    font-size: 16px;
    padding: 24px 20px 24px 20px;
  }

  .rpost-thumb {
    margin-right: 10px;
  }

  .rpost-title span {
    font-size: 14px;
  }

  .rpost-content h4 a {
    font-size: 15px;
  }

  .tag-item2 a {
    padding: 5px 9px;
    font-size: 14px;
  }

  .tag-item ul li a {
    font-size: 16px;
  }

  .post-comment-thumb {
    margin-right: 15px;
  }

  .blog-details-comments-box {
    padding: 25px 0px 40px 0;
  }

  .post-title h4 {
    font-size: 17px;
  }

  span.rights-reply {
    display: none;
  }

  .posts-reply p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .tag-list ul li a {
    padding: 3px 13px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  /*Contact form
  =========================*/

  .contact-information2 {
    margin-bottom: 35px;
  }

  .contact-info-section .contacts-icon {
    margin-right: 15px;
  }

  .contact-info-section .contacts-title h6 {
    font-size: 18px;
  }

  .contact-info-section .contacts-title h5 {
    font-size: 16px;
  }

  .contact-form {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:992px) {
    .hero-content,.hero-description,.hero-button {
        padding: 10px;
    }
    .hero-content h1 {
        font-size: 52px;
    }
}
@media screen and (max-width: 768px) {
    .hero-content h1 {
        font-size: 46px;
    }
    .hero-description p {
        font-size: 12px;
    }
    .dreamhub-section-title h1 {
        font-size: 34px;
        margin-top: 20px;
    }
    .about-shape {
        right: -5px;
    }
    .subscribe-title h1 {
        font-size: 28px;
    }
       #navbarsMenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 95%;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background: #f9f9f9;
        z-index: 3;
    }
    .header .navbar .navbar-collapse ul.navbar-nav li a {
        color: black;
    }
    .owl-theme .owl-nav {
        display: none;
    }
}


/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dreamhub_nav_manu {
    display: none;
  }

  .sticky {
    position: relative !important;
  }

  .dreamhub-button.text-right {
    text-align: center !important;
    margin-top: 25px;
  }

  /*Hero section
  ===================*/

  .hero-content h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .hero-thumb img {
    margin-top: 50px;
    width: 100%;
  }

  .hero-description p {
    font-size: 16px;
  }

  .hero-button a {
    padding: 13px 30px;
    font-size: 15px;
  }

  .hero-content h1 span:before {
    left: 47px;
    top: 0px;
    width: 190px;
    height: 59px;
  }

  .hero-shape {
    display: none;
  }

  /*start Section title
  ========================*/

  .dreamhub-section-title h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-center.dreamhub-section-title p {
    width: 100%;
    padding: 15px 0 45px;
  }

  /*Service area
  =================*/

  p.service-desctiption {
    font-size: 16px;
  }

  a.service-button {
    font-size: 16px;
  }

  /*start About area*/

  .dreamit-about-thumb2 img {
    width: 100%;
  }

  .about-section .left.dreamit-about-thumb {
    margin: 0 0 30px;
    text-align: center;
  }

  .dreamit-about-thumb.upper {
    margin: 0 0 20px;
  }

  .dreamit-about-thumb.upper img {
    width: 100%;
  }

  /*Faq section
  =================*/

  .faq-content p {
    font-size: 16px;
  }

  /*footer area
  =================*/

  .company-info-desc p {
    width: 100%;
  }

  .company-contact-info p {
    font-size: 14px;
  }

  h4.widget-title {
    padding: 18px 0 24px;
  }

  .footer-bottom-content-copy span {
    font-size: 14px;
  }

  /*Subscribe
  ==================*/

  .subscribe-title h1 {
    font-size: 32px;
  }

  .right.screenshot-thumb img {
    width: 100%;
    margin-top: 30px;
  }
  /*Inner page
  =======================================*/

  /*breatcam*/

  .breatcam-section {
    height: 330px;
  }

  .breatcam-title h1 {
    font-size: 40px;
  }

  .single_team_box:hover .single_team_icon2 a {
    transform: translateX(186px);
  }

  /*pricing*/

  .pricing-body {
    padding: 30px 35px 0;
    text-align: left;
  }

  /*Service Details*/

  .service-dtls-all-items {
    padding-left: 0;
  }

  .service-dtls-cont {
    margin-top: 30px;
  }

  /*error*/

  .error-thumb img {
    width: 100%;
  }

  /*Blog Details*/

  .blog-title2 h3 a {
    font-size: 23px;
  }

  .blog-text2 p {
    font-size: 16px;
  }

  .rpost-thumb {
    margin-right: 15px;
  }

  .rpost-content h4 a {
    font-size: 17px;
  }

  .tag-item2 a {
    padding: 5px 9px;
    font-size: 14px;
  }

  .pagination-menu {
    padding: 30px 0 35px;
  }

  /*Blog Details*/

  .blog-title2 h3 a {
    font-size: 23px;
    line-height: 29px;
  }

  .blog-text2 p {
    font-size: 16px;
  }

  .blog-quotes {
    font-size: 16px;
    padding: 24px 20px 24px 20px;
  }

  .rpost-thumb {
    margin-right: 10px;
  }

  .rpost-title span {
    font-size: 14px;
  }

  .rpost-content h4 a {
    font-size: 15px;
  }

  .tag-item2 a {
    padding: 5px 9px;
    font-size: 14px;
  }

  .tag-item ul li a {
    font-size: 16px;
  }

  .post-comment-thumb {
    margin-right: 15px;
  }

  .blog-details-comments-box {
    padding: 25px 0px 40px 0;
  }

  .posts-reply p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .tag-list ul li a {
    padding: 3px 13px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  span.rights-reply {
    top: -128px;
  }

  .contact-form button {
    margin-bottom: 30px;
  }

  /*Contact form
  =========================*/
  .contact-section {
    padding: 0 0 60px;
  }

  .contact-info-section {
    padding: 60px 0 50px;
  }

  .contact-information2 {
    margin-bottom: 35px;
  }

  .contact-info-section .contacts-icon {
    margin-right: 15px;
  }

  .contact-info-section .contacts-title h6 {
    font-size: 18px;
  }

  .contact-info-section .contacts-title h5 {
    font-size: 16px;
  }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dreamhub_nav_manu {
    display: none;
  }

  .header_top_menu {
    display: none !important;
  }

  .sticky {
    position: relative !important;
  }

  /*Hero section
  ======================*/

  .hero-content h1 {
    font-size: 42px;
    line-height: 40px;
  }

  .hero-thumb img {
    width: 100%;
    margin-top: 60px;
  }

  .hero-description p {
    font-size: 16px;
    width: 100%;
  }

  .hero-button a {
    padding: 13px 30px;
    font-size: 15px;
  }

  .hero-content h1 span:before {
    left: 47px;
    top: 0px;
    width: 190px;
    height: 59px;
  }

  .hero-shape {
    display: none;
  }
  /*start Section title
  ===========================*/

  .dreamhub-section-title h1 {
    font-size: 31px;
    line-height: 30px;
  }

  .text-center.dreamhub-section-title p {
    width: 80%;
    padding: 15px 0 45px;
  }

  .about-section {
    padding: 80px 0 80px;
  }

  /*Service area
  ====================*/

  .service-section {
    padding: 100px 0 50px;
  }

  .cloud-button.text-right {
    text-align: left;
    margin-bottom: 30px;
  }

  h2.service-title {
    font-size: 20px;
  }

  p.service-desctiption {
    font-size: 15px;
  }

  a.service-button {
    font-size: 16px;
  }

  /*start About area*/

  .dreamit-about-thumb2 img {
    width: 100%;
  }

  .dreamit-about-thumb img {
    margin-bottom: 30px;
    width: 100%;
  }

  .left.dreamit-about-thumb {
    margin: 0 0 0 0px;
  }

  .right.screenshot-thumb img {
    width: 100%;
    margin-top: 30px;
  }

  .dreamit-about-thumb.upper {
    margin: 0;
  }

  .rs-video .animate-border {
    left: 15rem;
    top: -12rem;
  }

  .payment-button a {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .testimonial-single-box:before {
    position: inherit;
  }

  .testimonial-icon i {
    font-size: 55px;
    right: 20px;
    top: 20px;
  }

  /*Subscribe
  ===============*/

  .subscribe-title h1 {
    font-size: 31px;
    line-height: 45px;
  }

  /*footer area
  ===================*/

  .company-info-desc p {
    width: 100%;
  }

  .company-contact-info p {
    font-size: 14px;
  }

  h4.widget-title {
    padding: 18px 0 24px;
  }

  .footer-bottom-content-copy p {
    font-size: 14px;
  }

  /*Inner Page
  =======================================*/

  /*breatcam*/
  .breatcam-section {
    height: 330px;
  }

  .breatcam-title h1 {
    font-size: 44px;
  }

  /*pricing*/

  .pricing-section {
    padding: 70px 0 10px;
  }

  /*Faq*/

  .accordion li a {
    font-size: 17px;
    padding: 14px 20px 14px 18px;
  }

  h2.accordion-title {
    font-size: 27px;
  }

  .tab_container {
    padding: 20px 0 30px;
  }

  .error-thumb img {
    width: 100%;
  }

  .error-content h2 {
    font-size: 30px;
  }

  .error-content p {
    font-size: 17px;
  }

  .error-button a {
    font-size: 15px;
  }

  /*Service Details*/

  .service-dtls-all-items {
    padding-left: 0;
  }

  .service-dtls-thumb img {
    width: 100%;
  }

  .widget-title2 h3 {
    font-size: 38px;
  }
  .widget-button a {
    padding: 14px 35px;
    font-size: 16px;
  }

  .single_team_box:hover .single_team_icon2 a {
    transform: translateX(135px);
  }

  /*Blog Details
  =====================*/

  .blogs-section {
    padding: 70px 0 40px;
  }

  .blog-title2 h3 a {
    font-size: 23px;
  }

  .blog-text2 p {
    font-size: 16px;
  }

  .rpost-thumb {
    margin-right: 15px;
  }
  .rpost-content h4 a {
    font-size: 17px;
  }

  .tag-item2 a {
    padding: 5px 9px;
    font-size: 14px;
  }

  .pagination-menu {
    padding: 30px 0 35px;
  }

  .tag-list ul li a {
    padding: 3px 18px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .blog-quotes {
    font-size: 18px;
    padding: 24px 20px 24px 20px;
  }
  span.rights-reply {
    top: -156px;
    font-size: 16px;
  }

  .contact-form button {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .tag-item ul li a {
    font-size: 17px;
  }

  /*Contact form
  =========================*/

  .contact-section {
    padding: 0 0 60px;
  }

  .contact-info-section {
    padding: 60px 0 50px;
  }

  .contact-information2 {
    margin-bottom: 35px;
  }

  .contact-info-section .contacts-icon {
    margin-right: 15px;
  }

  .contact-info-section .contacts-title h6 {
    font-size: 18px;
  }

  .contact-info-section .contacts-title h5 {
    font-size: 16px;
  }

  h4.widget-title:before {
    top: 55px;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dreamhub_nav_manu {
    display: none;
  }

  .header_top_menu {
    display: none !important;
  }

  .sticky {
    position: relative !important;
  }

  /*Hero section
  =================*/

  .hero-content h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-thumb img {
    width: 100%;
    margin-top: 60px;
  }

  .hero-description p {
    font-size: 16px;
    width: 100%;
    padding: 0;
  }

  .hero-button {
    padding-left: 10px;
  }

  .hero-button a {
    padding: 13px 20px;
    font-size: 15px;
    margin-top: 30px;
  }

  .hero-content h1 span:before {
    left: 24px;
    top: -3px;
    width: 130px;
    height: 45px;
  }

  .hero-shape {
    display: none;
  }
  /*start Section title
  ============================*/

  .dreamhub-section-title h1 {
    font-size: 25px;
    line-height: 24px;
  }

  .text-center.dreamhub-section-title p {
    width: 100%;
    padding: 15px 0 40px;
    font-size: 15px;
  }

  .dreamhub-section-title p {
    font-size: 15px;
  }

  .service-section .dreamhub-section-title h1 {
    font-size: 21px;
  }

  .about-section {
    padding: 100px 0 70px;
  }

  /*Service area
  =====================*/

  .service-section {
    padding: 100px 0 20px;
  }

  .dreamit-service-box {
    padding: 35px 30px 30px;
  }

  .cloud-button.text-right {
    text-align: left;
    margin-bottom: 30px;
  }

  h2.service-title {
    font-size: 20px;
  }

  p.service-desctiption {
    font-size: 15px;
  }

  a.service-button {
    font-size: 15px;
  }

  /*start About area*/

  .dreamit-about-thumb2 img {
    width: 100%;
  }

  .dreamit-about-thumb img {
    margin-bottom: 30px;
    width: 100%;
  }

  .left.dreamit-about-thumb {
    margin: 0 0 0 0px;
  }

  .dreamit-about-thumb.upper {
    margin: 0;
  }

  .rs-video .animate-border {
    left: 9rem;
    top: -12rem;
  }

  .screenshot-thumb img {
    width: 100%;
    margin-top: 30px;
  }

  .payment-button a {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .testimonial-section {
    padding: 80px 0 20px;
  }

  .testimonial-single-box {
    padding: 35px 10px 30px;
    margin-right: 0;
  }

  .testimonial-single-box:after {
    position: inherit;
  }

  .testimonial-single-box:before {
    position: inherit;
  }

  .testimonial-icon i {
    display: none;
  }

  .testi-thumb {
    float: inherit;
    margin-bottom: 20px;
  }

  /*Faq section*/

  .faq-section .dreamhub-section-title h1 {
    font-size: 21px;
    line-height: 21px;
  }

  .single-faq-box {
    padding: 25px 24px 20px;
  }

  .faq-content h4 {
    font-size: 20px;
  }

  .faq-content p {
    font-size: 15px;
  }

  .tab_container {
    padding: 20px 0 30px;
  }

  .accordion li a {
    font-size: 15px;
    padding: 14px 20px 14px 20px;
  }

  .accordion li p {
    font-size: 15px;
    padding: 20px 15px 20px 20px;
  }

  /*Subscribe 
  ===============*/

  .subscribe-title h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .subscribe-title h6 {
    font-size: 17px;
  }

  .widget_search input {
    height: 48px;
    width: 48%;
  }

  span.subs-btn a {
    padding: 10px 22px;
    font-size: 14px;
    margin-top: 30px;
  }

  .subs-mail-item ul li {
    margin-bottom: 10px;
  }

  .counter-title h2 {
    font-size: 30px;
  }

  /*footer area
  ===============*/

  .company-info-desc p {
    width: 100%;
    font-size: 15px;
  }

  .company-contact-info p {
    font-size: 14px;
  }

  h4.widget-title {
    padding: 18px 0 24px;
  }

  .footer-bottom-content-copy p {
    font-size: 15px;
  }

  /*inner Page
  =================================*/

  /*breatcam*/
  .breatcam-section {
    height: 296px;
  }

  .breatcam-title h1 {
    font-size: 40px;
  }

  .responsive.breatcam-title h1 {
    font-size: 30px;
  }

  /*pricing
  ==============*/

  .pricing-section {
    padding: 50px 0 60px;
  }

  .pricing-single-items {
    padding: 30px 28px 45px;
  }

  span.tk {
    font-size: 35px;
  }

  .pricing-title h3 {
    font-size: 22px;
    padding: 0 0 15px;
  }

  .price-icon {
    margin-top: -41px;
    margin-right: -20px;
  }

  .price-icon img {
    width: 70%;
  }

  .pricing-item-list ul li {
    font-size: 14px;
    padding: 4px 0;
  }

  .btn-common.pc-btn a {
    font-size: 14px;
  }

  /*Error Section*/

  .error-thumb img {
    width: 100%;
  }

  .error-content h2 {
    font-size: 27px;
  }

  .error-content p {
    font-size: 14px;
  }

  .error-button a {
    font-size: 15px;
  }

  .error-search input {
    width: 85%;
  }

  /*Service Details*/

  .service-dtls-all-items {
    padding-left: 0;
  }

  .service-dtls-box {
    display: inherit;
  }

  .sevice-dtls-content {
    padding-left: 0;
    padding-top: 12px;
  }

  /*Blog Details
  =================*/

  .blog-single-box2.upp {
    padding: 0 0 0 0;
  }

  .blog-single-box2 {
    padding: 30px 0px 0 0;
  }

  .blog-title2 h3 a {
    font-size: 22px;
  }

  .blog-text2 p {
    font-size: 16px;
  }

  .blog-description p {
    font-size: 16px;
  }

  .rpost-thumb {
    margin-right: 11px;
  }

  .rpost-content h4 a {
    font-size: 15px;
  }

  .tag-item ul li a {
    font-size: 16px;
  }

  .tag-item2 a {
    padding: 5px 9px;
    font-size: 14px;
  }

  .pagination-menu {
    padding: 30px 0 35px;
  }

  .tag-list ul li a {
    padding: 3px 12px;
    font-size: 15px;
    margin-bottom: 16px;
  }

  .blog-quotes {
    font-size: 18px;
    padding: 24px 20px 24px 20px;
  }

  span.rights-reply {
    display: none;
  }

  .contact-form button {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .tag-item ul li a {
    font-size: 17px;
  }

  .blog-desc p {
    font-size: 16px;
  }

  .blog-details-comments-box {
    padding: 25px 0px 40px 0;
  }

  .post-comment-thumb {
    float: inherit;
    margin-bottom: 20px;
  }
  /*Contact form
  =========================*/

  .contact-info-section {
    padding: 60px 0 50px;
  }

  .contact-information2 {
    margin-bottom: 35px;
  }

  .contact-info-section .contacts-icon {
    margin-right: 15px;
  }

  .contact-info-section .contacts-title h6 {
    font-size: 18px;
  }

  .contact-info-section .contacts-title h5 {
    font-size: 16px;
  }
}
