/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header */

#header-outer header#top ul#menu-top-right li a i:before {
    position: absolute;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: solid 1px #f53c40;
    color: red;
    transition: 0.5s;
    top: 10px;
}

#header-outer header#top ul#menu-top-right li a p {
    position: relative;
    padding-left: 30px;
    color: #000;
}

#header-outer header#top ul#menu-top-right li a:hover i:before {
    background-color: #f53c40 !important;
    color: #fff;
}

#header-outer .container {
    padding: 0px 0px !important;
}

#header-outer .col.span_9.col_last {
    background: #f53c40;
    padding-top: 0px;
    padding-bottom: 0px !important;
}

#header-outer ul.sf-menu.sf-js-enabled.sf-arrows li a span:after {
    display: none;
}

#header-outer ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 16px;
    font-weight: 300 !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
    margin-bottom: 14px !important;
    margin-top: 14px !important;
}

#header-outer .col.span_9.col_last nav {
    width: 87% !important;
    padding: 0px 0px 0px 0px !important;
}

#header-outer .col.span_3 img.stnd.skip-lazy.default-logo.dark-version {
    position: relative;
    left: -600px;
}

#header-outer ul#menu-top-right {
    position: relative;
    right: 310px;
}

#header-outer ul.sub-menu.tracked-pos {
    padding: 20px 0px!important;
}

#header-outer ul.sub-menu.tracked-pos li a span {
    font-size: 15px !important;
    line-height: 20px;
}

#header-outer ul#menu-top-right li a {
    text-align: left;
}

#header-outer .btn-right {
    position: relative;
    right: -150px;
    background: black;
}

#header-outer .btn-right a span:before {
    content: '→';
    position: absolute;
    right: -30px;
}

#header-outer .btn-right a {
    padding-right: 20px !important;
}




/* main */

#main {
    height: 600px;
}

#main .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !important;
}

#main .col-main {
    margin-top: 160px;
}

#main p {
    font-size: 18px;
}

a#btn1 {
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px !important;
}

#main h1 {
    font-size: 75px;
    line-height: 90px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

#main .owl-nav.disabled {
    display: block;
}

#main button.owl-prev {
    background: transparent;
    border: 2px solid white;
    padding: 8px 16px;
	transition: 0.5s;
    font-size: 31px;
    position: absolute;
    left: -100px;
    top: 270px;
}

#main button.owl-next {
    background: transparent;
    border: 2px solid white;
    padding: 8px 16px;
	transition: 0.5s;
    font-size: 31px;
    position: absolute;
    right: -100px;
    top: 270px;
}

#main button.owl-prev:before {
    content: '←';
}

#main button.owl-next:before {
    content: '→';
}

#main button.owl-prev span {
    display: none;
}

#main button.owl-next span {
    display: none;
}

#main button.owl-prev:hover {
    background: #f53c40;
    border: 2px solid #f53c40;
}

#main button.owl-next:hover{
	background: #f53c40;
    border: 2px solid #f53c40;
}

#main .owl-dots {
    display: none;
}

/* about */

#about {
    padding: 120px 0px !important;
}

#about .img-about {
    width: 520px;
}

#about:before {
    content: '';
    background-image: url(https://reetikacorporation.com/wp-content/uploads/2022/08/before-about_03.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    width: 530px;
    height: 585px;
    position: absolute;
    right: -338px;
    top: 80px;
	z-index: 2;
}

#about h2 {
    color: #f53c40;
    font-size: 40px;
    margin-bottom: 20px;
}

#about h1 {
    font-size: 60px;
    color: black;
    margin-bottom: 20px;
}

#about p {
    font-size: 17px;
    color: black;
}

#about a#btn1 {
    margin-top: 20px;
}

#about img.alignnone.size-full.wp-image-32 {
    position: absolute;
    left: -160px;
    top: 60px;
}

#about .col-img-about:before {
    content: '';
    background-image: url(https://reetikacorporation.com/wp-content/uploads/2022/08/about-before_03.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    width: 142px;
    height: 145px;
    position: absolute;
    left: -40px;
    top: -50px;
}

/* services */

#service {
    padding: 100px 0px 20px 0px !important;
}

#service h1 {
    color: black;
}

#service p, #service p a {
    font-size: 17px;
    color: black;
}
#service .tab1 {
    background: white;
	transition: 0.5s;
    padding: 40px 10px;
    width: 340px;
    margin: 0px auto;
    margin-top: -70px;
}

#service h4 a {
    font-size: 17px;
    font-weight: 700;
    color: black;
    transition: 0.5s;
}

#service h3 {
    color: black;
    transition: 0.5s;
}

#service .tab1 p {
    line-height: 35px;
    margin-top: 20px;
    transition: 0.5s;
}

#service .col-serve .vc_column-inner:hover .tab1 {
	background: #f53c40;
}

#service .col-serve .vc_column-inner:hover p, #service .col-serve .vc_column-inner:hover p a {
	color: white;
}
#service .col-serve .vc_column-inner:hover p a {
	text-decoration: underline;
}

#service .col-serve .vc_column-inner:hover h3 {
	color: white;
}

#service .col-serve .vc_column-inner:hover h4 a {
	color: white;
}

#service .img-serve {
    z-index: -1;
}

#service a#btn2 {
    position: absolute;
    right: 20px;
    top: 54px;
    border-radius: 0px !important;
    padding: 12px 30px;
}

#service .owl-nav.disabled {
    display: block;
}

#service button.owl-prev {
    background: transparent;
    color: #f53c40;
    border: 2px solid #f53c40;
    padding: 8px 16px;
    transition: 0.5s;
    font-size: 31px;
    position: absolute;
    left: -100px;
    top: 170px;
}

#service button.owl-next {
    color: #f53c40;
    background: transparent;
    border: 2px solid #f53c40;
    padding: 8px 16px;
    transition: 0.5s;
    font-size: 31px;
    position: absolute;
    right: -100px;
    top: 170px;
}

#service button.owl-prev:before {
    content: '←';
}

#service button.owl-next:before {
    content: '→';
}

#service button.owl-prev span {
    display: none;
}

#service button.owl-next span {
    display: none;
}

#service button.owl-prev:hover {
	color: white;
    background: #f53c40;
    border: 2px solid #f53c40;
}

#service button.owl-next:hover {
    color: white;
    background: #f53c40;
    border: 2px solid #f53c40;
}

#service .owl-dots {
    display: none;
}

/* need */

#need {
    padding: 100px 0px !important;
}

#need h2 {
    font-size: 40px;
    color: black;
    line-height: 60px;
    margin-bottom: 30px;
}

#need p {
    font-size: 16px;
    color: black;
}

#need .img-need1 {
    width: 350px;
    margin-right: 0px;
}

/* get */

#get {
    padding: 100px 0px 180px 0px !important;
}

#get h1 {
    font-size: 45px;
    line-height: 48px;
    color: black;
    margin-bottom: 30px;
}

#get p {
    font-size: 17px;
    color: black;
}

#get .column-image-bg {
    background-size: 100% 100% !important;
}

#get .col-text-get .vc_column-inner {
    padding: 60px 50px;
}

#get .img-get {
    width: 700px;
    position: relative;
    left: 100px;
    top: 70px;
}

#get .col-img-get:before {
    content: '';
    background-image: url(https://reetikacorporation.com/wp-content/uploads/2022/08/new-nnnn_03.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    width: 132px;
    height: 456px;
    position: absolute;
    left: 50px;
}

/* project */

#project {
    padding: 80px 0px !important;
}

#project .row-bg.viewport-desktop {
    background: linear-gradient(90deg, rgba(255,255,255,1) 66%, rgba(245,60,64,1) 66%);
}

#project h2 {
    font-size: 45px;
    line-height: 55px;
    color: black;
    margin-bottom: 20px;
}

#project p {
    font-size: 16px;
    color: black;
}

#project:before {
    content: '';
    background-image: url(https://reetikacorporation.com/wp-content/uploads/2022/08/before-get_02.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    width: 545px;
    height: 582px;
    position: absolute;
    left: -331px;
    top: 174px;
    z-index: 2;
}

/* footer */

#copyright .col.span_5 {
    margin: 0px !important;
    max-width: 100% !important;
}

#copyright {
    padding: 45px 0px 20px 0px !important;
}

#copyright #text-2 p {
    text-align: right !important;
}

#footer-outer #copyright p {
    line-height: 22px;
    text-align: left;
    margin-top: -20px;
    color: white;
    font-size: 13px;
}

#footer-outer .widget h4 {
    font-size: 27px !important;
    font-family: 'Playfair Display' !important;
    color: white !important;
    margin-bottom: 60px;
}

#footer-outer #nav_menu-2 ul#menu-footer-menu {
    column-count: 2;
}

#footer-outer #nav_menu-2 ul#menu-footer-menu li a {
    font-size: 16px;
    margin-bottom: 16px;
    color: white;
    font-family: 'Roboto';
    font-weight: 300 !important;
}

#footer-outer .widget h4:before {
    content: '';
    background: white;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 53px;
}

#footer-outer #custom_html-3 {
    margin-left: 45px;
}

#footer-outer input.tnp-email {
    padding: 15px !important;
    background: #222222;
    border-radius: 0px;
    border: none;
    padding-right: 40% !important;
}
#footer-outer input.tnp-email::placeholder {
    color: #999;
    opacity: 1 !important;
}

#footer-outer input.tnp-submit {
    width: 140px;
    border-radius: 0px !important;
    position: absolute;
    right: 10px;
    top: 100px;
}

#footer-outer .container .row {
    padding: 85px 0px 35px 0px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #3b3b3b;
}

#footer-outer .fa.fa-facebook-f:before {
    content: "\f39e";
	color: white;
    padding: 7px 11px;
    border: 2px solid white;
    border-radius: 50px;
	transition: 0.5s;
}

#footer-outer .fa.fa-twitter:before {
    content: "\f099";
	color: white;
    padding: 7px 8px;
    border: 2px solid white;
    border-radius: 50px;
	transition: 0.5s;
}

#footer-outer .fa-instagram:before {
    content: "\f16d";
	color: white;
    padding: 7px 8px;
    border: 2px solid white;
    border-radius: 50px;
	transition: 0.5s;
}

#footer-outer i.fa.fa-twitter {
    margin: 0px 10px;
}

#footer-outer #custom_html-2 i:hover:before {
	background: #f53c40 !important;
	border: 2px solid #f53c40;
	color: white !important;
}

#footer-outer .fa.fa-volume-control-phone:before {
    content: "\f2a0";
	transition: 0.5s;
    border: 2px solid white;
    padding: 6px 7px;
    border-radius: 50px;
    color: white;
}

#footer-outer .fa.fa-map-marker:before {
    content: "\f3c5";
	transition: 0.5s;
    border: 2px solid white;
    padding: 7px 10px;
    border-radius: 50px;
    color: white;
}

#footer-outer .fa-envelope:before {
    content: "\f0e0";
	transition: 0.5s;
    border: 2px solid white;
    padding: 6px 7px;
    border-radius: 50px;
    color: white;
}

#footer-outer #custom_html-3 i:hover:before {
	background: #f53c40 !important;
	border: 2px solid #f53c40;
	color: white !important;
}

#footer-outer #custom_html-3 a {
    font-size: 14px;
    display: inline-flex;
    max-width: 240px;
    padding-left: 10px;
    color: white;
}

#footer-outer #newsletterwidgetminimal-2 {
    margin-bottom: 70px;
}

#footer-outer i.fa.fa-volume-control-phone {
    transform: rotate(-35deg);
}

/* responsive */

@media (max-width: 1600px) {
	
	#about:before {
    width: 530px;
    height: 585px;
    position: absolute;
    right: -188px;
    top: 80px;
}
	
	#project:before {
    width: 545px;
    height: 582px;
    position: absolute;
    left: -201px;
    top: 174px;
}
	
}

@media (max-width: 1440px) {
	
	#header-outer .col.span_9.col_last nav {
    width: 93% !important;
    padding: 0px 0px 0px 0px !important;
}
	
	#header-outer ul#menu-top-right {
    position: relative;
    right: 40px;
}
	
	#header-outer .col.span_3 img.stnd.skip-lazy.default-logo.dark-version {
    position: relative;
    left: -530px;
}
	
	#header-outer .btn-right {
    position: relative;
    right: -90px;
    background: black;
}
	
	#main button.owl-prev {
    position: absolute;
    left: -30px;
    top: 210px;
}
	
	#main button.owl-next {
    position: absolute;
    right: -30px;
    top: 210px;
}
	
	#main h1 {
    font-size: 65px;
    line-height: 80px;
    margin-bottom: 50px;
}
	
	#main {
    height: 600px;
}

#main .col-main {
    margin-top: 110px;
}
	
	#service button.owl-prev {
    position: absolute;
    left: -80px;
    top: 170px;
}
	
	#about:before {
    width: 450px;
    height: 535px;
    position: absolute;
    right: -104px;
    top: 110px;
}
	
	#service button.owl-next {
    position: absolute;
    right: -80px;
    top: 170px;
}
	
	
	
}

@media (max-width: 1366px) {
	
	#header-outer ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 16px;
    margin-right: 20px !important;
    margin-left: 20px !important;
    margin-bottom: 14px !important;
    margin-top: 14px !important;
}
	
	#header-outer .col.span_3 img.stnd.skip-lazy.default-logo.dark-version {
    position: relative;
    left: -480px;
}
	
	#about p {
    font-size: 16px;
    color: black;
}
	
	#need h2 {
    font-size: 39px;
    line-height: 60px;
    margin-bottom: 30px;
}
	
	
	
}

@media (max-width: 1336px) {
	
	#get p {
    font-size: 16px;
    color: black;
}
	
	#need h2 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 30px;
}
	
	#service .tab1 {
    padding: 40px 10px;
    width: 335px;
    margin: 0px auto;
    margin-top: -70px;
}
	
	#about p {
    font-size: 15px;
    color: black;
}
	
	#about h1 {
    font-size: 55px;
    margin-bottom: 20px;
}
	
	#about h2 {
    color: #f53c40;
    font-size: 36px;
    margin-bottom: 20px;
}
	
	
}

@media (max-width: 1326px) {}

@media (max-width: 1280px) {
	
	#get p {
    font-size: 15px;
    color: black;
}
	
	#need p {
    font-size: 15px;
    color: black;
}
	
	#need h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
}
	
	#service .tab1 p {
    line-height: 35px;
    margin-top: 20px;
    font-size: 15px !important;
}
	
	#service .tab1 {
    padding: 40px 10px;
    width: 305px;
    margin: 0px auto;
    margin-top: -70px;
}
	
	#service a#btn2 {
    position: absolute;
    right: 20px;
    top: 30px;
}
	
	#about img.alignnone.size-full.wp-image-32 {
    position: absolute;
    left: -120px;
    top: 57px;
}
	
	#about .img-about {
    width: 490px;
}
	
}

@media (max-width: 1024px) {
	
	#header-outer .col.span_3 img.stnd.skip-lazy.default-logo.dark-version {
    position: relative;
    left: -390px;
}
	
	#header-outer ul#menu-top-right {
    position: relative;
    right: 80px;
}
	
	#header-outer .container {
    padding: 0px 90px !important;
}
	
	#header-outer #top .slide-out-widget-area-toggle a .lines:after, #header-outer #top .slide-out-widget-area-toggle a .lines:before, #header-outer #top .slide-out-widget-area-toggle a .lines-button:after, body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, #search-outer .close-wrap .close-line, #header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line, .nectar-slide-in-cart.style_slide_in_click .close-cart .close-line, .nectar-ajax-search-results h4 a:before {
    background-color: #f53c40 !important;
}
	
	#slide-out-widget-area .off-canvas-menu-container.mobile-only li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-65 {
    display: none;
}
	
	#slide-out-widget-area .off-canvas-menu-container.mobile-only li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-66 {
    display: none;
}
	
	#main h1 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 50px;
}
	
	#main {
    height: 530px;
}

	#main button.owl-prev {
	padding: 3px 10px;
    position: absolute;
    left: -30px;
    top: 210px;
}
	
	#main button.owl-next {
	padding: 3px 10px;
    position: absolute;
    right: -30px;
    top: 210px;
}
	
	#about h2 {
    color: #f53c40;
    font-size: 33px;
    margin-bottom: 10px;
}
	
	#about h1 {
    font-size: 50px;
    margin-bottom: 10px;
}
	
	#about p {
    font-size: 13px;
    color: black;
}
	
	#about p br {
    display: none;
}
	
	#about a#btn1 {
    margin-top: 0px;
}
	
	#about img.alignnone.size-full.wp-image-32 {
    position: absolute;
    left: -82px;
    top: 30px;
    width: 75px;
}
	
	#about:before {
    width: 390px;
    height: 455px;
    position: absolute;
    right: -104px;
    top: 70px;
}

#about {
    padding: 80px 0px !important;
}
	
	#service {
    padding: 50px 0px 0px 0px !important;
}
	
	#service h3 {
    font-size: 17px;
}
	
	#service .tab1 p {
    line-height: 26px;
    margin-top: 20px;
    font-size: 11px !important;
}
	
	#service h4 a {
    font-size: 15px;
}
	
	#service .tab1 {
    padding: 40px 10px;
    width: 235px;
    margin: 0px auto;
    margin-top: -70px;
}
	
	#need h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
}
	
	#need p {
    font-size: 13px;
    color: black;
}
	
	#need p br {
    display: none;
}
	
	a#btn1 {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px !important;
}
	
	#get h1 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 20px;
}
	
	#get p {
    font-size: 13px;
    color: black;
}
	
	#get p br {
    display: none;
}
	
	#get .col-text-get .vc_column-inner {
    padding: 50px 30px 50px 30px;
}
	
	#get .img-get {
    width: auto;
    position: relative;
    left: 100px;
    top: 50px;
}
	
	#get .col-img-get:before {
    width: 132px;
    height: 316px;
    position: absolute;
    left: 50px;
}
	
	#project h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}
	
	#project p {
    font-size: 13px;
    color: black;
}
	
	#project p br {
    display: none;
}
	
	#footer-outer .widget h4 {
    font-size: 23px !important;
    margin-bottom: 60px;
}
	
	#footer-outer #nav_menu-2 ul#menu-footer-menu li a {
    font-size: 15px;
    margin-bottom: 8px;
}
	
	#footer-outer #nav_menu-2 ul#menu-footer-menu {
    column-count: 1;
}
	
	#footer-outer input.tnp-submit {
    width: 110px;
    position: absolute;
    right: 10px;
    top: 96px;
}
	
	#footer-outer #custom_html-3 {
    margin-left: 10px;
}
	
	#footer-outer .container {
    padding: 0px 60px;
}
}

@media (max-width: 800px) {
	
	#header-outer .col.span_3 img.stnd.skip-lazy.default-logo.dark-version {
    position: relative;
    left: auto !important;
}
	
	#header-outer .col.span_9.col_last {
    background: white;
}
	
	#main .col-main {
    margin-top: 50px;
}
	
	#main h1 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
}
	
	#main {
    height: 430px;
}
	
	#main .owl-nav.disabled {
    display: none !important;
}
	
	#about img.alignnone.size-full.wp-image-32 {
    position: relative;
    left: 258px;
    top: 0px;
    width: 85px;
}
	
	#about .col-text-about {
    text-align: center;
}
	
	#about .img-about {
    width: 490px;
    margin: 0px auto;
}
	
	#about:before {
		display: none;
	}
	
	#about p {
    font-size: 14px;
    color: black;
}
	
	#about h1 {
    font-size: 50px;
    margin-bottom: 20px;
}
	
	#about {
    padding: 80px 0px 20px 0px !important;
}
	
	#about .col-img-about:before {
    width: 142px;
    height: 145px;
    position: absolute;
    left: 0px;
    top: -50px;
}
	
	#service h1 {
    color: black;
    text-align: center;
}
	
	#service p {
    font-size: 17px;
    color: black;
    text-align: center;
}
	
	#service a#btn2 {
    position: relative;
    right: -230px;
    top: -20px;
}
	
	#service .owl-nav.disabled {
    display: none !important;
}
	
	#need {
    padding: 30px 0px !important;
    text-align: center;
}

	
	#need h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

#need p {
    font-size: 14px;
    color: black;
}
	
	#need img.alignnone.size-full.wp-image-32 {
    margin: 0px auto;
}
	
	#need .img-need1 {
    width: 350px;
    margin: 0px auto;
}
	
	#need .img-need2 {
    width: 350px;
}
	
	#need .img-need3 {
    width: 350px;
}
	
	#get .img-get {
    width: 450px;
    position: relative;
    left: auto;
    top: auto;
}
	
	#get .col-img-get:before {
    width: 132px;
    height: 316px;
    position: absolute;
    left: 90px;
    top: -50px;
}
	
	#get .col-text-get .vc_column-inner {
    padding: 50px 30px 50px 30px;
    text-align: center;
}
	
	#get img.alignnone.size-full.wp-image-32 {
    margin: 0px auto;
}
	
	#get {
    padding: 100px 0px 60px 0px !important;
}
	
	#project:before {
		display: none;
	}
	
	#project {
    padding: 40px 0px !important;
    text-align: center;
}
	
	#project img.alignnone.size-full.wp-image-32 {
    margin: 0px auto;
}
	
	#project .img-project {
    width: 400px;
}
	
	#footer-outer .container {
    padding: 0px 0px;
}
	
	#footer-outer .widget h4 {
    font-size: 21px !important;
    margin-bottom: 60px;
}
	
	#footer-outer input.tnp-submit {
    width: 110px;
    position: absolute;
    right: 23px;
    top: 111px;
}
	
	#footer-outer #custom_html-3 {
    margin-left: 0px;
}
	
	#footer-outer #custom_html-3 a {
    font-size: 12px;
    display: inline-flex;
    max-width: 210px;
    padding-left: 10px;
    color: white;
}
	
	#footer-outer[data-using-bg-img="true"] {
    background-size: 130% 100%;
    background-position: center;
}
	#footer-outer .col.span_4:nth-child(3) {
    width: 100%;
}	
#footer-outer input.tnp-email {
  padding-right: 49% !important;
}	
	
	#main .row-bg.viewport-desktop.using-image {
    background-size: cover !important;
}
	
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
	
	#footer-outer #custom_html-3 a {
    font-size: 13px;
    display: inline-flex;
    max-width: 240px;
    padding-left: 10px;
    color: white;
}
	
	#footer-outer #copyright p {
    line-height: 22px;
    text-align: center;
    margin-top: 0px;
    color: white;
    font-size: 13px;
}
	
	#copyright #text-2 p {
    text-align: center !important;
}
	
	#copyright {
    padding: 15px 0px 20px 0px !important;
}
	
	#footer-outer input.tnp-submit {
    width: 130px;
    position: absolute;
    right: 7px;
    top: 93px;
}
	
	a#btn1 {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px !important;
}
	
	#get .col-img-get:before {
    width: 92px;
    height: 276px;
    position: absolute;
    left: 35px;
    top: -50px;
}
	
	#get .img-get {
    width: 350px;
    position: relative;
    left: auto;
    top: auto;
}
	
	#service a#btn2 {
    position: unset;
    margin: 0px auto;
    display: table;
}
	
	#service .tab1 {
    padding: 40px 10px;
    width: 325px;
    margin: 0px auto;
    margin-top: -70px;
}
	
	#service h3 {
    font-size: 20px;
}
	
	#service .tab1 p {
    line-height: 26px;
    margin-top: 20px;
    font-size: 14px !important;
}
	
	#about img.alignnone.size-full.wp-image-32 {
    position: unset;
    margin: 0px auto;
    width: 85px;
}
	
	#service .owl-stage {
    padding-bottom: 0px !important;
}
	
	#service {
    padding: 50px 0px 30px 0px !important;
}
	
	#about .img-about {
    width: 350px;
    margin: 0px auto;
}
	
	#main h1 {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 20px;
}
	
	#main p {
    font-size: 15px;
}
	
	#main {
    height: 330px;
}
	
	#header-outer .container {
    padding: 0px 20px !important;
}
	
	#main .col-main {
    margin-top: 40px;
}
	
	#project .row-bg.viewport-desktop {
    background: white !important;
}
	
	#footer-outer[data-using-bg-img="true"] {
    background-size: 150% 100%;
    background-position: center;
}
	
}

@media (max-width: 428px) {
	
	#main p {
    font-size: 12px;
}
	
	#main h1 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
	
	a#btn1 {
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 0px !important;
}
	
	#main {
    height: 290px;
}
	
	#about .col-img-about:before {
    width: 142px;
    height: 145px;
    position: absolute;
    left: -30px;
    top: -50px;
}

    #service .tab1 {
    padding: 40px 10px;
    width: 275px;
    margin: 0px auto;
    margin-top: -70px;
}
	
	#get .col-img-get:before {
    width: 92px;
    height: 276px;
    position: absolute;
    left: -35px;
    top: -50px;
}
	
	#footer-outer #custom_html-3 a {
    font-size: 13px;
    display: inline-flex;
    max-width: 250px;
    padding-left: 10px;
    color: white;
}
	
}

@media (max-width: 414px) {}

@media (max-width: 390px) {
#main .carousel-item {
    padding: 0 0 !important;
}	
	#main p {
    font-size: 12px;
    padding-bottom: 0;
}
	#main {
    height: 260px;
}
	
	#about .col-img-about:before {
    width: 102px;
    height: 115px;
    position: absolute;
    left: -7px;
    top: -40px;
}
	
	#get .col-img-get:before {
    width: 82px;
    height: 256px;
    position: absolute;
    left: -5px;
    top: -50px;
}
	
	#get .img-get {
    width: 300px;
    position: relative;
    left: auto;
    top: auto;
}
	
	#about .img-about {
    width: 300px;
    margin: 0px auto;
}
	
}

@media (max-width: 375px) {}

@media (max-width: 360px) {}