body{
	margin:0;
	padding:0;
	font-family: 'Muli';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype'),
        url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.eot');
    src: url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('../fonts/Ubuntu-Medium.woff') format('woff'),
        url('../fonts/Ubuntu-Medium.ttf') format('truetype'),
        url('../fonts/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu.eot');
    src: url('../fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu.woff2') format('woff2'),
        url('../fonts/Ubuntu.woff') format('woff'),
        url('../fonts/Ubuntu.ttf') format('truetype'),
        url('../fonts/Ubuntu.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.fixed-header {
    top: 0;
    box-shadow: 0 0 2px #a6a6a6;
    z-index: 999;
}
.fixed-header .logo img{
    width: 95px;
    transition: ease all 0.5s;
}
.fixed-header .menu ul li a{
    transition: ease all 0.5s;
}
.fixed-header .header-right{
    margin-top: 0;
    transition: ease all 0.5s;
}
.fixed-header .menu ul li a:before{
	top: 35px;
	transition: ease all 0.5s;
}
.menu-part{
    background: #094275;
}
.logo{
    background: #094275;
    padding: 10px 0;
    position: relative;
}
.logo img{
    width: 129px;
    transition: ease all 0.5s;
}
/*.logo:before{
    width: 2000px;
    height: 100%;
    background: #094275;
    position: absolute;
    top: 0;
    left:-2000px;
    content: "";
}*/
.header-right{
    text-align: right;
    margin-top: 20px;
    transition: ease all 0.5s;
}
.menu{
    display: inline-block;
    vertical-align: middle;
}
.menu ul{
    margin: 0;
    padding: 0;
}
.menu ul li{
    list-style: none;    
    font-family: 'Ubuntu';
}
.menu ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 38px 10px;
    display: block;
    transition: ease all 0.5s;
}
.menu ul li a.active, .menu ul li a:hover{
    color: #dc7364;
    transition: ease all 0.5s;
}
.menu ul li a:before{
    width: 1px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    top: 36px;
    right: 0;
    content: "";
	transition: ease all 0.5s;
}
.menu ul li:last-child a:before{
    display: none;
}
.get{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Ubuntu';
    background: #dc7364;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 50px;
    transition: ease all 0.5s;
}
.get:hover{
    background: #fff;
    color: #dc7364;
    transition: ease all 0.5s;
}
.h-icon{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.banner{
    position: relative;
    margin-top: 145px;
}
.banner-bottom-sec{
    margin-top: -60px;
    padding-bottom: 20px;
    position: relative;
}
.red-sec{
    background: #dc7364;
    padding: 22px 20px;
    max-width: 940px;
    margin: 0 auto;
    border-radius: 20px;
}
.box1{
    text-align: center;
    position: relative;
}
.box1:after{
    width: 1px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    content: "";
}
.box1.ex:after{
    display: none;
}
.box1 img{
    border: 1px solid #fff;
    border-radius: 50%;
}
.box1-title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-top: 12px;
}
.service-sec{
    padding: 15px 0 10px;
}
.service-title{
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
}
.service-top{
    margin-top: 30px;
}
.service-top .post-slide8 {
    margin: 0 15px;
    position: relative;
    transition: ease all 0.5s;
}
.service-top .post-img img{
    width: 100%
}
.service-top .post-content{
    text-align: center;
    padding: 15px 0 5px;
}
.post-title{
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    text-transform: uppercase;
}
.post-heading{
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 500;
    color: #094275;
}
.read-more{
    display: inline-block;
    background: #094275;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 50px;
    margin-top: 16px;
    transition: ease all 0.5s;
}
.read-more:hover{
    background: #dc7364;
    color: #fff;
    transition: ease all 0.5s;
}
.service-top .owl-controls .owl-page, .service-top .owl-controls .owl-buttons div{
    display: inline-block;
}
.service-top .owl-controls{
    text-align: center;
    margin-top: 30px;
}
.service-top .owl-buttons img{
    display: none;
}
.service-top .owl-buttons {
    display: none;
}
.service-top .owl-pagination .owl-page span{
    background: #094275;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
}
.service-top .owl-pagination .owl-page.active span{
    background: #d46e60;
}
.care-sec{
    padding: 30px 0 80px;
}
.care-part{
    max-width: 900px;
    margin: 0 auto;
}
.box2-top{
    margin-top: 10px;
}
.box2{
    text-align: center;
    border: 1px solid #e3e2e2;
    box-shadow: 0 1px 5px 0 #aeaeae;
    border-radius: 14px;
    padding: 82px 27px 20px;
    min-height: 100%;
	position:relative;
	transition: ease all 0.5s;
}
.box2:hover{
	background:#094275;
	transition: ease all 0.5s;
}
.box2 img{
	position:absolute;
	top:20px;
	left:50%;
	transform:translatex(-50%);
}
.box2-img{
	opacity:0;
	transition: ease all 0.5s;
}
.box2:hover .box2-img{
	opacity:1;
	transition: ease all 0.5s;
}
.box2-title{
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    color: #094275;
    line-height: 1.2;
    padding-top: 10px;
	transition: ease all 0.5s;
}
.box2:hover .box2-title{
	color: #fff;
	transition: ease all 0.5s;
}
.about-sec{
    background: #f7f7f7;
    padding: 50px 0;
}
.about-left{
}
.about-right{
    padding-top: 94px;
}
.about-title{
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    color: #1e1c1c;
}
.about-heading{
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    color: #1e1c1c;
    padding-bottom: 12px;
    position: relative;
}
.about-heading span{
    color: #dc7364;
}
.about-heading:before{
    width: 34px;
    height: 4px;
    background: #094275;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.about-text{
    font-size: 17px;
    color: #1e1c1c;
    padding-top: 15px;
    line-height: 1.4;
}
.read-more2{
	text-align:center;
}
.read-more2 a{
    font-family: 'Ubuntu';
    display: inline-block;
    background: #094275;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 22px;
    border-radius: 50px;
    margin-top: 26px;
    transition: ease all 0.5s;
}
.read-more2 a:hover{
    background: #dc7364;
    color: #fff;
    transition: ease all 0.5s;
}
.bottom-sec{
    text-align: center;
    padding: 10px 0 60px;
}
.service-title.dup{
    font-size: 25px;
    color: #1c1d1e;
    text-transform: uppercase;
}
.service-title.dup span{
    color: #d46e60;
}
.text{
    font-size: 16px;
    padding: 5px 10% 0;
}
.get-quote{
    text-align: center;
    margin-top: 25px;
}
.get-quote a{
    display: inline-block;
    background: #094275;
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 50px;
    transition: ease all 0.5s;
}
.get-quote a:hover{
    background: #dc7364;
    transition: ease all 0.5s;
}
.get-quote .call-us{
    background: #dc7364;
}
.get-quote .call-us:hover{
    background: #094275;
    transition: ease all 0.5s;
}
.gallery-sec{
    margin-top: 40px;
}
.rl-basicgrid-gallery .rl-gallery-item img{
	border-radius:15px !important;
}
.contact-sec{

}
.left-part{
    font-family: 'Poppins';
    text-align: center;
    background: #dc7364;
    padding: 6% 13%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cont-title{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.cont-heading{
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    padding-top: 4px;
}
.quote{
    text-align: center;
    margin-top: 20px;
}
.quote a{
    display: inline-block;
    background: #ffffff;
    color: #dc7364;
    padding: 6px 15px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: ease all 0.5s;
}
.quote a:hover{
    background: #094275;
    color: #fff;
    border: 2px solid #094275;
    transition: ease all 0.5s;
}
.quote .learn{
    background: transparent;
    color: #fff;
    transition: ease all 0.5s;
}
.quote .learn:hover{
    background: #fff;
    border: 2px solid #fff;
    color: #094275;
    transition: ease all 0.5s;
}
.left-part.second{
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.left-part.second .cont-title{
    color: #181818;
}
.left-part.second .cont-heading{
    color: #181818;
}
.quote.two a{
    background: #094275;
    color: #fff;
    border: 2px solid #094275;
}
.quote.two a:hover {
    background: #dc7364;
    color: #fff;
    border: 2px solid #dc7364;
    transition: ease all 0.5s;
}
.quote.two .learn{
    border: 2px solid #181818;
    background: transparent;
    color: #181818;
    box-shadow: 0 3px 2px 0 #181818;
    transition: ease all 0.5s;
}
.quote.two .learn:hover{
    background: #181818;
    border: 2px solid #181818;
    color: #ffffff;
    transition: ease all 0.5s;
}
.testimonial-sec{
    background:url(../images/testi-bg.jpg) no-repeat center top;
    background-size: cover;
    margin-top: -50px;
    padding: 128px 0 62px;
}
.testi-left{
	padding-top: 68px;
}
.testi-title{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.testi-heading{
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
.testi-heading:before{
    width: 40px;
    height: 4px;
    background: #ff8c77;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.testi-text{
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}
.testi-right{
}
#tss_warppper{
	background: url(../images/quote.png) #fff no-repeat !important;
    margin: 0 12px !important;
    padding: 89px 20px 20px !important;
    background-position: top 42px left 18px !important;
    border-radius: 10px;
	min-height: 380px !important;
}
#tss_testimonial{
	font-size: 15px !important;
	font-weight:600 !important;
	color: #323232;
}
#tss_name {
    font-size: 17px !important;
    text-align: left !important;
    color: #ff8c77 !important;
    margin-bottom: 0 !important;
}
#tss_occupation{
	display:none !important;
}
.owl-prev b, .owl-next b{
	font-size: 0px !important;
}	
.owl-controls .owl-buttons .owl-prev{
	display:inline-block !important;
	background:url(../images/left-arw.png) no-repeat !important;
	width:35px !important;
	height:35px !important;
	opacity: 1 !important;
}
.owl-controls .owl-buttons .owl-next{
	display:inline-block !important;
	background:url(../images/right-arw2.png) no-repeat !important;
	width:35px !important;
	height:35px !important;
	opacity: 1 !important;
}
.owl-buttons {
    text-align: left !important;
}
.owl-theme .owl-controls{
	margin-top: 30px !important;
}
.footer{
    background: #181818;
    padding: 56px 0 30px;
    margin-top: -21px;
}
.white-part{
    position: relative;
    margin-top: -30px;
}
.white-part2{
    background: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-size: 19px;
    font-weight: 600;
    color: #151515;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 50px;
}
.social{
    display: inline-block;
    vertical-align: middle;
    margin-left: 42px;
}
.social a{
    margin-right: 2px;
}
.foot_title{
    font-size: 23px;
    color: #d46e60;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.foot1{
    margin: 0;
    padding: 0;
}
.foot1 li{
    list-style: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.foot1 li a{
    color: #fff;
    transition: ease all 0.5s;
}
.foot1 li a:hover {
    color: #dc7364;
    transition: ease all 0.5s;
}
.foot1.second li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.foot1.second li:first-child{
    font-size: 20px;
}
.foot1.second li:last-child img{
    top: 7px;
}
.foot1.second li img{
    position: absolute;
    top: 2px;
    left: 0;
}
.foot_left{
    padding-left: 70px;
}
.foot_left2{
    padding-left: 15px;
}
.copyright{
    text-align: center;
    background: #d46e60;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.copyright a{
    color: #fff;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    overflow: hidden;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 45px;
    right: 2%;
    color: #fff;
    background: #181818;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transition: all 0.5s;
}
#back2Top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
   margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: url(../images/banner.jpg) no-repeat;
   background-size: cover !important;
   max-width: 100% !important;
   padding: 150px 0 135px !important;
   margin: 140px 0 50px !important;
   position: relative;
   overflow: hidden;
   text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
   background: rgba(255, 255, 255, 0.5);
   position: absolute;
   content: "";
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
}
.page .entry-content {
   max-width:100% !important;
   padding:0px !important;
}
.content-area, .content-sidebar {
   padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
   text-align: center;
   color: #000;
   width: 100%;
   font-size: 30px;
   font-weight: bold;
   text-transform: uppercase;
   position: relative;
   z-index: 99;
   margin-bottom: 0;
}
.video-box-top{
	margin-top:15px;
}
.video-box iframe{
	height: 200px;
	margin-bottom: 0;
}
.abt-title {
	font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    color: #d46e60;
	text-transform: capitalize;
    margin-bottom: 10px;
}
.ab-inner-text {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
.ab-inner ul {
    padding: 0px;
    margin: 20px 0 0;
}
.ab-inner ul li {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: top 4px left;
    display: block;
    text-align: left;
    padding-left: 24px;
    padding-bottom: 8px;
    color: #000000;
    font-size: 15px;
}
.ab-iner-img img{
	width:100%;
}
.inner-box-top{
	margin-top:15px;
}
.inner-box{
	background:#094275;
	padding:20px 10px;
	text-align:center;
	border-radius: 5px;
	min-height:100%;
}
.in-box-title{
	color:#fff;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.contact-left {
    height: 100%;
    padding: 35px 25px 65px;
}
.info-text {
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact_top_number {
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    font-weight: 500;
    color: #000;
}
.contact_top_number img {
    position: absolute;
    top: 1px;
    left: 0;
}
.contact_top_number a {
    color: #000;
}
.contact-right {
    background: #094275;
    padding: 35px 25px 0;
}
.info-text.second {
    color: #fff;
}
.frm_fld input {
    width: 100%;
    min-height: 48px;
    border: none !important;
    margin-top: 15px;
    border-radius: 4px;
}
.frm_fld select {
    background: url(../images/dropdown.png) no-repeat #fff center right 10px;
    width: 100%;
    min-height: 48px;
    border: none !important;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #767b7c;
    padding: 14px 30px 13px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.frm_fld select:focus{
	border:none !important;
	outline:none !important;
}
.frm_fld select option{
	color:#000 !important;
}
.frm_fld textarea {
    width: 100%;
    height: 100px;
    background: #fff !important;
    margin-top: 10px;
    border-radius: 4px;
    border: none !important;
    resize: none;
}
.send_btn input {
    border: none !important;
    display: block;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 11px 40px 14px !important;
    background: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 15px;
}
.testi-top{
	margin-bottom:25px;
}
.testi-box {
    background: url(../images/review-icon.png) #fff no-repeat;
    color: #000;
    font-size: 15px;
    padding: 58px 20px 20px;
    background-position: 15px 18px;
	box-shadow: 0 0 5px #706d6d;
    height: 100%;
}
.client-name {
    font-size: 15px;
    color: #dc7364;
    font-weight: bold;
    text-transform: uppercase;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #094275;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 44%;
    padding: 7px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.back-btn a {
    background: #dc7364;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
	padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}
.error_container {
    align-items: center;
    padding: 15px 0 70px;
    text-align: center;
}


/*Responsive*/
@media only screen and (max-width : 320px) {
	.get{
		font-size: 13px;
		padding: 10px 12px;
		position: fixed;
		right: 45px;
		top: 28px;
	}
	.h-icon{
		display:none;
	}
	.logo img{
		width: 80px;
	}
	.fixed-header .logo img{
		width: 80px;
	}
	.header-right{
		text-align: left;
		margin-top: 0;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 0;
	}
	.menu ul li a::before{
		display:none;
	}	
	.primary-navigation{
		padding-top: 0 !important;
	}
	.menu-toggle{
		top: 24px !important;
		background-color: transparent !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 10px !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}
	#primary-menu{
		max-height:406px !important;
		overflow-y:auto !important;
	}	
	.banner{
		margin-top: 98px;
	}	
	.banner-bottom-sec{
		margin-top: 30px;
	}
	.red-sec{
		max-width: 100%;
		padding: 5px 20px 25px;
	}
	.box1-top{
		margin-top:25px;
	}
	.box1::after{
		display:none;
	}
	.service-title{
		font-size: 20px;
	}
	.post-heading{
		font-size: 17px;
	}
	.care-sec {
		padding: 15px 0 28px;
	}
	.box2-top {
		margin-top: 18px;
		width: 50%;
		flex: inherit !important;
	}
	.box2-title{
		font-size: 16px;
	}
	.about-sec{
		padding: 30px 0;
	}
	.about-right {
		padding-top: 20px;
	}
	.about-heading{
		font-size: 22px;
		line-height:1.3;
		padding-top:3px;
	}
	.bottom-sec{
		padding: 10px 0 20px;
	}
	.service-title.dup{
		font-size: 16px;
	}
	.get-quote a{
		padding: 7px 20px 10px;
		font-size: 17px;
	}
	.ep{
		padding-right: 15px !important;
	}
	.read-more2 a{
		font-size: 16px;
		margin-top: 17px;
	}
	.left-part{
		padding: 7% 6%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.cont-heading{
		font-size: 19px;
	}
	.quote a{
		font-size: 14px;
	}
	.ep1{
		padding-left: 15px !important;
	}
	.left-part.second{
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.testimonial-sec{
		padding: 5px 0 30px;
	}
	.testi-heading{
		font-size: 22px;
	}
	.testi-right {
		margin-top: 15px;
	}
	#tss_warppper{
		margin: 0 5px !important;
		padding: 60px 20px 20px !important;
		background-position: top 20px left 18px !important;
		min-height: 425px !important;
	}
	.social{
		display: block;
		margin-left: 0;
	}
	.white-part2{
		font-size: 12px;
	}
	.footer {
		padding: 80px 0 20px;
		margin-top: -57px;
	}
	.foot_title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.foot1.second li:first-child {
		font-size: 18px;
	}
	.foot1.second li{
		font-size: 16px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.copyright{
		padding: 10px 0 55px;
		font-size: 12px;
	}
	#back2Top{
		bottom: 74px;
	}
	.page .entry-header, .blog_page_header{
		padding: 80px 0 80px !important;
		margin: 98px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 20px;
	}
	.abt-title{
		font-size: 22px;
	}
	.contact-left{
		padding: 16px 15px 28px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-right{
		padding: 16px 15px 0;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.get{
		font-size: 13px;
		padding: 10px 12px;
		position: fixed;
		right: 45px;
		top: 28px;
	}
	.h-icon{
		display:none;
	}
	.logo img{
		width: 80px;
	}
	.fixed-header .logo img{
		width: 80px;
	}
	.header-right{
		text-align: left;
		margin-top: 0;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 0;
	}
	.menu ul li a::before{
		display:none;
	}	
	.primary-navigation{
		padding-top: 0 !important;
	}
	.menu-toggle{
		top: 24px !important;
		background-color: transparent !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 10px !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}
	#primary-menu{
		max-height:406px !important;
		overflow-y:auto !important;
	}	
	.banner{
		margin-top: 98px;
	}	
	.banner-bottom-sec{
		margin-top: 30px;
	}
	.red-sec{
		max-width: 100%;
		padding: 5px 20px 25px;
	}
	.box1-top{
		margin-top:25px;
	}
	.box1::after{
		display:none;
	}
	.service-title{
		font-size: 20px;
	}
	.post-heading{
		font-size: 17px;
	}
	.care-sec {
		padding: 15px 0 28px;
	}
	.box2-top {
		margin-top: 18px;
		width: 50%;
		flex: inherit !important;
	}
	.box2-title{
		font-size: 16px;
	}
	.about-sec{
		padding: 30px 0;
	}
	.about-right {
		padding-top: 20px;
	}
	.about-heading{
		font-size: 22px;
		line-height:1.3;
		padding-top:3px;
	}
	.bottom-sec{
		padding: 10px 0 20px;
	}
	.service-title.dup{
		font-size: 16px;
	}
	.get-quote a{
		padding: 7px 20px 10px;
		font-size: 17px;
	}
	.ep{
		padding-right: 15px !important;
	}
	.read-more2 a{
		font-size: 16px;
		margin-top: 17px;
	}
	.left-part{
		padding: 7% 6%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.cont-heading{
		font-size: 19px;
	}
	.quote a{
		font-size: 14px;
	}
	.ep1{
		padding-left: 15px !important;
	}
	.left-part.second{
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.testimonial-sec{
		padding: 5px 0 30px;
	}
	.testi-heading{
		font-size: 22px;
	}
	.testi-right {
		margin-top: 15px;
	}
	#tss_warppper{
		margin: 0 5px !important;
		padding: 60px 20px 20px !important;
		background-position: top 20px left 18px !important;
		min-height: 425px !important;
	}
	.social{
		display: block;
		margin-left: 0;
	}
	.white-part2{
		font-size: 12px;
	}
	.footer {
		padding: 80px 0 20px;
		margin-top: -57px;
	}
	.foot_title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.foot1.second li:first-child {
		font-size: 18px;
	}
	.foot1.second li{
		font-size: 16px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.copyright{
		padding: 10px 0 55px;
		font-size: 12px;
	}
	#back2Top{
		bottom: 74px;
	}
	.page .entry-header, .blog_page_header{
		padding: 80px 0 80px !important;
		margin: 98px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 20px;
	}
	.abt-title{
		font-size: 22px;
	}
	.contact-left{
		padding: 16px 15px 28px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-right{
		padding: 16px 15px 0;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.get{
		font-size: 13px;
		padding: 10px 12px;
		position: fixed;
		right: 45px;
		top: 28px;
	}
	.h-icon{
		display:none;
	}
	.logo img{
		width: 80px;
	}
	.fixed-header .logo img{
		width: 80px;
	}
	.header-right{
		text-align: left;
		margin-top: 0;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 0;
	}
	.menu ul li a::before{
		display:none;
	}	
	.primary-navigation{
		padding-top: 0 !important;
	}
	.menu-toggle{
		top: 24px !important;
		background-color: transparent !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 10px !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}
	#primary-menu{
		max-height:157px !important;
		overflow-y:auto !important;
	}	
	.banner{
		margin-top: 98px;
	}	
	.banner-bottom-sec{
		margin-top: 30px;
	}
	.red-sec{
		max-width: 100%;
		padding: 5px 20px 25px;
	}
	.box1-top{
		margin-top:25px;
	}
	.box1::after{
		display:none;
	}
	.service-title{
		font-size: 20px;
	}
	.post-heading{
		font-size: 17px;
	}
	.care-sec {
		padding: 15px 0 28px;
	}
	.box2-top {
		margin-top: 18px;
		width: 33%;
		flex: inherit !important;
	}
	.box2-title{
		font-size: 16px;
	}
	.about-sec{
		padding: 30px 0;
	}
	.about-left img{
		width:100%;
	}
	.about-right {
		padding-top: 20px;
	}
	.about-heading{
		font-size: 22px;
		line-height:1.3;
		padding-top:3px;
	}
	.bottom-sec{
		padding: 10px 0 20px;
	}
	.service-title.dup{
		font-size: 16px;
	}
	.get-quote a{
		padding: 7px 20px 10px;
		font-size: 17px;
	}
	.ep{
		padding-right: 15px !important;
	}
	.read-more2 a{
		font-size: 16px;
		margin-top: 17px;
	}
	.left-part{
		padding: 7% 6%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.cont-heading{
		font-size: 19px;
	}
	.quote a{
		font-size: 14px;
	}
	.ep1{
		padding-left: 15px !important;
	}
	.left-part.second{
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.testimonial-sec{
		padding: 5px 0 30px;
	}
	.testi-heading{
		font-size: 22px;
	}
	.testi-right {
		margin-top: 15px;
	}
	#tss_warppper{
		display: block !important;
		margin: 0 5px !important;
		padding: 60px 20px 20px !important;
		background-position: top 20px left 18px !important;
		min-height: 282px !important;
	}
	.social{
		display: block;
		margin-left: 0;
	}
	.white-part2{
		font-size: 12px;
	}
	.footer {
		padding: 80px 0 20px;
		margin-top: -57px;
	}
	.foot_title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.foot1.second li:first-child {
		font-size: 18px;
	}
	.foot1.second li{
		font-size: 16px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.copyright{
		padding: 10px 0 55px;
		font-size: 12px;
	}
	#back2Top{
		bottom: 74px;
	}
	.page .entry-header, .blog_page_header{
		padding: 80px 0 80px !important;
		margin: 98px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 20px;
	}
	.abt-title{
		font-size: 22px;
	}
	.contact-left{
		padding: 16px 15px 28px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-right{
		padding: 16px 15px 0;
	}
	.footer_btn2{
		left: 46%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get{
		font-size: 13px;
		padding: 10px 12px;
		position: fixed;
		right: 45px;
		top: 28px;
	}
	.h-icon{
		display:none;
	}
	.logo img{
		width: 80px;
	}
	.fixed-header .logo img{
		width: 80px;
	}
	.header-right{
		text-align: left;
		margin-top: 0;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 0;
	}
	.menu ul li a::before{
		display:none;
	}	
	.primary-navigation{
		padding-top: 0 !important;
	}
	.menu-toggle{
		top: 24px !important;
		background-color: transparent !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 10px !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}	
	.banner{
		margin-top: 98px;
	}	
	.red-sec{
		max-width: 100%;
		padding: 5px 20px 25px;
	}
	.box1-top{
		margin-top:25px;
	}
	.box1-title{
		font-size: 14px;
	}
	.service-title{
		font-size: 25px;
	}
	.post-heading{
		font-size: 19px;
	}
	.care-sec {
		padding: 30px 0;
	}
	.box2-top {
		width: 20%;
	}
	.box2-title{
		font-size: 16px;
	}
	.about-left img{
		width:100%;
	}
	.about-right {
		padding-top: 20px;
	}
	.about-heading{
		font-size: 24px;
	}
	.service-title.dup{
		font-size: 20px;
	}
	.read-more2 a{
		font-size: 16px;
		margin-top: 17px;
	}
	.left-part{
		padding: 7% 6%;
	}
	.cont-heading{
		font-size: 19px;
	}
	.quote a{
		font-size: 14px;
	}
	.testimonial-sec{
		padding: 68px 0 30px;
	}
	.testi-heading{
		font-size: 22px;
	}
	.testi-title{
		font-size: 16px;
	}
	.testi-right {
		margin-top: 15px;
	}
	#tss_warppper{
		display:block !important;
		padding: 60px 20px 20px !important;
		background-position: top 20px left 18px !important;
		min-height:300px !important;
	}
	.white-part2{
		font-size: 15px;
	}
	.foot_title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.foot1.second li:first-child {
		font-size: 18px;
	}
	.foot1.second li{
		font-size: 16px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 80px 0 80px !important;
		margin: 98px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title{
		font-size: 22px;
	}
	.contact-left{
		padding: 16px 15px 28px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-right{
		padding: 16px 15px 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get{
		font-size: 14px;
	}
	.h-icon{
		display:none;
	}
	.about-right {
		padding-top: 35px;
	}
	.about-heading{
		font-size: 28px;
	}
	#tss_warppper{
		display:block !important;
		min-height: 290px !important;
	}
	.foot1.second li:first-child {
		font-size: 17px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.foot_left {
		padding-left: 44px;
	}
	.foot_title{
		font-size: 20px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.logo img {
		width: 129px;
	}
	.fixed-header .logo img {
		width: 95px;
	}
	.menu ul li a {
		padding: 38px 10px;
	}
	.get {
		font-size: 13px;
		padding: 10px 12px;
		position: relative;
		right: 0;
		top: 0;
	}
	.menu {
		display: inline-block;
	}
	.menu ul li a::before{
		display:block;
	}
	.header-right {
		text-align: right;
		margin-top: 20px;
	}
	.banner {
		margin-top: 145px;
	}
	.post-heading {
		font-size: 18px;
	}
	.about-heading {
		font-size: 28px;
	}
	.about-right {
		padding-top: 64px;
	}
	.read-more2 a {
		font-size: 18px;
		margin-top: 26px;
	}
	#tss_warppper {
		padding: 60px 20px 20px !important;
		background-position: top 20px left 18px !important;
		min-height: 243px !important;
	}
	.foot_left {
		padding-left: 34px;
	}
	.in-box-title{
		font-size: 15px;
	}
	.page .entry-header, .blog_page_header {
		padding: 150px 0 135px !important;
		margin: 140px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}    

