a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

/* 
p{
    margin: 0;
    padding: 0;
} */

body {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins-ExtraLight.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    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;
}

/*-- font family secion end --*/

/*---- header section start ---*/
.header_logo {
    margin-top: 15px;
    transition: all 500ms ease-in-out;
}
.header_logo img{
    width: 130px;
    transition: all 500ms ease-in-out;
}
.hd_contact ,.form_box .box .btn{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 30px;
    display: inline-block;
    background: #2684c9;
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
}
.hd_contact:hover ,.form_box .box .btn:hover{
    box-shadow: inset 0 80px #000;
	color: #fff;
}
.hd_contact2{
    background: #55b5b3;
}
.header_topbd .hd_contact:hover{
    box-shadow: inset 0 80px #55b5b3;
    color: #fff;
}
.btn_imgbox img {
    margin-right: 8px;
}
.btn_imgbox {
    padding: 10px 40px 10px 12px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.navbar-shrink .header_topbg{
    background: #000;
}
.navbar-shrink .header_logo {
    margin-top: 0;
}
.navbar-shrink .header_logo img{
    width: 80px;
}
/*-- banner sectiion start --*/
.banner_info {
    position: relative;
    z-index: 0;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(270deg, rgb(0 0 0 / 0) 46%, rgb(0 0 0 / 27%) 50%, rgb(0 0 0 / 78%) 100%);
    z-index: 1;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 8%;
    max-width: 40%;
    transform: translatey(-50%);
}
.banner_texthd {
    font-size: 65px;
    line-height: 63px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
}
.banner_texthd strong{
    display: block;
    font-weight: bold;
}
.banner_texthdpara {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 30px;
}
.banner_info .ms-nav-prev {
    background: url(../images/banner_leftarrow.png) no-repeat !important;
    width: 18px !important;
    height: 36px !important;
    background-size: 18px !important;
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightarrow.png) no-repeat !important;
    width: 18px !important;
    height: 36px !important;
    background-size: 18px !important;
}
/*-- banner sectiion start ---*/

/*--- services section start ----*/
.services_info{
    padding: 70px 0 80px;
    overflow: hidden;
}
.main_small_text{
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #56b6b3;
    font-weight: 600;
    margin-bottom: 10px;
}
.main_text_hd {
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 10px;
}
.main_text_hd strong{
    font-weight: 500;
}
.serve_itemimg{
    position: relative;
}
.serve_itemimg::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 113px;
    height: 133px;
    background: url(../images/serve_curveimg.png) no-repeat;
    background-position: bottom -31px right -26px;
}
.serve_itemimg img {
    height: 378px;
    border-radius: 15px;
    object-fit: cover;
}
.serve_itembox {
    box-shadow: 0px 4px 5.5px rgba(3,9,20,0.1);
    margin: 5px;
    padding: 24px;
    border-radius: 16px;
    display: block;
    cursor: pointer;
}
.serve_textbox{
    position: relative;
}
.serve_owlbox {
    margin: 0 -100px;
}
.serve_linkbtn {
    position: absolute;
    top: -65px;
    right: 0;
	transition: all 500ms ease-in-out;
}
.serve_itembox:hover .serve_linkbtn{
	top: -70px;
}
.serve_linkbtn img{
    width: auto !important;
}
.serve_smtext {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 15px 0 5px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 500;
}
.serve_texthd {
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: #191919;
    font-weight: bold;
}
/*--- services section end ----*/

/*---- about section start ---*/
.about_rightbox {
    background: #ecf6ff;
    min-height: 100%;
    padding: 110px 0 0 20px;
}
.about_toptext2{
    position: absolute;
    font-size: 70px;
    letter-spacing: 3px;
    line-height: 78px;
    text-transform: uppercase;
    color: #ecf7ff;
    font-weight: bold;
    top: 85px;
    right: 0;
}
.about_toptext {
    font-size: 40px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 45px;
}
.about_toptext strong {
    color: #2784c9;
}
.abt_rttextp {
    padding: 55px 140px 30px 30px;
}
.abt_rttextp .main_text_para{
    text-align: justify;
}
.about_leftimg {
    width: 100%;
    height: 100%;
}
.about_leftimg img {
    height: 100%;
    object-fit: cover;
}
/*---- about section end ---*/

/*-- process section start --*/
.process_info{
    padding: 80px 0 55px;
}
.process_box {
    position: relative;
    padding-right: 20px;
}
.process_icon {
    width: 43px;
    margin-bottom: 18px;
}
.process_texthd {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
}
.process_numb {
    position: absolute;
    top: 16px;
    right: 25px;
    font-size: 75px;
    color: rgb(76 76 76 / 10%);
    font-weight: bold;
}
.process_text {
    font-size: 15px;
    color: #383838;
    line-height: 22px;
}
/*-- process section end ----*/

/*---- choose section start ---*/
.choose_info {
    padding: 60px 0 50px;
    background: #000 url(../images/choose_backimg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
/*     margin-top: 70px; */
}
.choose_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 84%);
    z-index: -1;
}
.choose_leftimg {
    width: 204px;
    height: 204px;
}
.choose_leftimg img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.choose_leftbox {
    display: flex;
    align-items: center;
}
.choose_lttextbox {
    width: 60%;
    margin-left: 35px;
}
.choose_lttextbox .main_text_hd{
   color: #fff;
   font-size: 40px;
   line-height: 48px;
}
.choose_rtlist {
    padding-left: 120px;
}
.choose_rtlist ul li {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 0px 0 17px 25px;
    margin-bottom: 17px;
    text-transform: uppercase;
    position: relative;
}
.choose_rtlist ul li::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #56b6b3;
}
.choose_rtlist ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.main_text_hd2{
    font-size: 35px;
}
/*---- choose section end ---*/

/*--- gallery section start ---*/
.gallery_info {
    padding: 85px 0 45px;
    overflow: hidden;
    background: #DBFFFD;
    background: linear-gradient(180deg, rgba(219, 255, 253, 1) 0%, rgba(249, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
}
.gallery_box {
    margin: 50px 0;
}
.gallery_box .wpcp-single-item img{
    object-fit: cover;
    width: 100%;
    height: 336px !important;
    border-radius: 10px;
}
.gallery_box .wpcp-single-item{
    opacity: 1 !important;
    border: 0 !important;
}
.main_text_para {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 24px;
}
.main_ctabox {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.ourwork_imgbox img{
	width: 100% !important;
	height: 285px;
	object-fit: cover;
	border-radius: 10px;
	transition: all 500ms ease-in-out;
}
/* .ourwork_owlinfo .center .ourwork_imgbox {
    transform: scale(1.18);
} */
.ourwork_owlinfo {
    height: 430px;
    padding-top: 40px;
}
.ourwork_item {
    position: relative;
/*     padding-top: 30px; */
}
.ourwork_owlinfo .center .ourwork_imgbox img {
    height: 336px;
	transition: all 500ms ease-in-out;
}
.ourwork_owlinfo .center .ourwork_item {
    padding-top: 0;
}
.ourwork_linkbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: rgb(38 132 201 / 84%);
    width: 100%;
    color: #fff;
    padding: 18px 15px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
	visibility: hidden;
	transition: all 500ms ease-in-out;
	opacity: 0;
	border-radius: 0 0 10px 10px;
}
.ourwork_item:hover .ourwork_linkbtn{
	visibility: visible;
	opacity: 1;
	color: #fff;
}
/*--- gallery section end ---*/

/*--- testimonial section start ---*/
.testimonial_info{
    padding: 90px 0;
    background: url(../images/testimonial_bgimg.jpg) no-repeat center;
    background-size: cover;
}
.testimonial_leftbox {
    background: #fff;
    padding: 45px 25px;
    border-radius: 6px;
}
.testimonial_leftbox .main_small_text{
    color: #000;
}
.testimonial_leftbox .main_text_hd{
    font-size: 33px;
}
.form_box .box .form-control ,.form_box .box select{
    border: 1px solid #459f9c;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    color: #464646;
    font-weight: 500;
}
.form_box .box select{
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
} 
.form_box .box textarea{
    height: 75px;
    resize: none;
}
.testimonial_rtbox {
    padding-left: 45px;
}
.testimonial_box .sp-testimonial-free {
    padding: 60px 0 0 0;
}
.testimonial_box .sp-testimonial-content p {
    color: #fff;
    text-align: left !important;
    padding: 0 !important;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    top: 30px;
    left: 0;
}
.testimonial_box .sp-testimonial-client-name {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: left !important;
    margin-bottom: 3px !important;
}
.testimonial_box .sp-testimonial-client-designation {
    font-size: 15px !important;
    color: #fff !important;
    text-align: left !important;
    font-weight: 500 !important;
}
/*--- testimonial section end ---*/

/*---- footer section start --*/
.footer_bg {
    background: #000;
    padding: 48px 0 40px;
}
.footer_logo {
    width: 110px;
    margin-bottom: 20px;
}
.footer_hd_text {
    color: #2784c9;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_list ul li {
    margin-bottom: 8px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #2784c9;
}
.footer_cnt_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 14px;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #55b5b3;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_cnt_img img {
    width: 13px;
}
.bd_rtfooter {
    border-right: 1px solid rgb(255 250 234 / 6%);
}
.footer_head {
    padding-left: 20px;
}
.book_fttext {
    font-size: 26px;
    color: #ffff;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}
.ft_textpara {
    font-size: 12px;
    color: #dbdbdb;
    margin-bottom: 15px;
}
.footer_head .hd_contact {
    font-size: 12px;
    padding: 10px 15px;
    color: #020c19;
}
.footer_head .hd_contact:hover{
	box-shadow: inset 0 80px #fff;
	color: #000;
}
.footer_socialbox img {
    width: 27px;
    margin-right: 8px;
}
.footer_copy_text {
    padding: 17px 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #000000;
    border-top: 1px solid rgb(255 255 255 / 30%);
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #000;
}
/*---- footer section end --*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #55b5b3;
    cursor: pointer;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.5s;
    border: 1px solid #fff;
}
#back_to_top:hover{
    background: #000;
}

/*-- inner page start --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img.jpg") #fff no-repeat !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 230px 0 70px !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 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 {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}

.contact_left_box {
    background: #2684c9;
    min-height: 100%;
    padding: 65px 20px 25px 20px;
    border-radius: 20px 20px 0 0;
    position: relative;
    box-shadow: 5px 5px 0px #0d64a4;
}
.cont_left_icon {
    width: 60px;
    height: 60px;
    background: #55b5b3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 25px 25px 25px;
    position: absolute;
    top: -25px;
    left: 10px;
    box-shadow: 4px 4px 0px #268280;
}
.cont_left_icon img {
    width: 20px;
}
.contact_left_text {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ffffff;
    min-height: 105px;
    padding: 10px;
}
.contact_left_text strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.contact_left_text a {
    color: #fff;
}
.contact_left_text a:hover {
    color: #000;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 10px;
}
.inner_text_hd strong {
    color: #409794;
    font-weight: 600;
}
.right-sec-contact {
    background: #409794;
    padding: 25px;
    border-radius: 10px;
}
.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}
.error_container img {
    width: 200px;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 16px;
    color: #111;
    padding: 0px 0 10px 27px;
    line-height: 22px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
    color: #409794;
	font-weight: 500;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_text_para{
	color: #111;
	margin-bottom: 10px;
}
.inner_text_para p{
	margin-bottom: 10px;
}
.inner_serveinfo {
    padding-top: 50px;
}
.inner_ctabox {
    background: #55b5b3;
    padding: 50px 25px;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
}
.inner_ctabox .inner_text_hd ,.inner_ctabox .inner_text_para{
	color: #fff;
}
.inner_servebox {
    box-shadow: 0px 0px 7px -4px #383838;
    padding: 20px 15px;
    min-height: 100%;
}
.inner_servebox .inner_text_para{
	font-size: 15px;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    line-height: 28px;
    color: #2684c9;
}
.reve_client {
    font-weight: 500;
    color: #2684c9;
    font-size: 18px;
    margin-bottom: 10px;
}
.review_page_box_inner {;
    border: 1px solid #ddd;
    padding: 30px 20px;
    min-height: 100%;
}
.star_testinnericon {
    width: 100px;
    margin-bottom: 15px;
}
.review_page_box_name {
    font-size: 17px;
    color: #2684c9;
    font-weight: 600;
}
.inner_servemaininfo {
    overflow: hidden;
    margin-top: 50px;
}
.abt_hidetext {
    color: #1c1c1c !important;
}
.sp-testimonial-free-section{
	margin-bottom: 0 !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #55b5b3;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.ouritem_work {
    overflow: initial;
    margin-top: 0;
}
/*-- Responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_nav ,.header_topbd{
	display: none;
}
.navbar-shrink .header_logo img {
    width: 58px;
}
.header_logo {
    margin-top: 0;
}
.header_logo img {
    width: 80px;
}
.header_topbg {
    background: #000;
    padding: 8px 0;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 480px !important;
}
.ms-slide-info {
    max-width: 330px;
	top: 55%;
    left: 2%;
}
.banner_texthd {
    font-size: 30px;
    line-height: 32px;
}
.button_btn .hd_contact {
    margin-bottom: 10px;
}
.services_info {
    padding: 40px 0;
}
.serve_owlbox {
    margin: 0;
}
.main_text_hd {
    font-size: 26px;
    line-height: 32px;
}
.serve_itemimg img {
    height: 250px;
}
.serve_texthd {
    font-size: 18px;
    line-height: 22px;
}
.about_rightbox {
    padding: 35px 15px 0 15px;
}
.about_toptext {
    font-size: 25px;
    line-height: 35px;
}
.about_toptext2 {
    display: none;
}
.abt_rttextp {
    padding: 25px 0 35px 0;
}
.process_info {
    padding: 40px 0;
}
.choose_leftbox {
    display: block;
}
.choose_lttextbox {
    width: auto;
    margin-left: 0;
	margin-top: 30px;
}
.choose_rtlist {
    padding-left: 0;
    margin-top: 30px;
}
.gallery_info {
    padding: 40px 0;
}
.main_ctabox {
    width: auto;
}
.btn_imgbox {
    padding: 10px 20px 10px 12px;
}
.choose_lttextbox .main_text_hd {
    font-size: 26px;
    line-height: 30px;
}
.choose_rtlist ul li {
    font-size: 13px;
    padding: 0px 0 10px 25px;
    margin-bottom: 8px;
}
.choose_info {
    padding: 40px 0;
}
.testimonial_info {
    padding: 40px 0;
}
.testimonial_leftbox {
    padding: 30px 15px;
	margin-bottom: 30px;
}
.testimonial_leftbox .main_text_hd {
    font-size: 20px;
}
.testimonial_rtbox {
    padding: 0;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 20px;
}
.bd_rtfooter {
    border-right: 0;
}
.book_fttext {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.footer_copy_text {
    padding: 15px 0 60px;
    font-size: 14px;
}
#back_to_top {
    bottom: 55px;
}
.page .entry-header, .blog_page_header {
    padding: 180px 0 30px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.inner_pgimg {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 28px;
}
.inner_ctabox {
    padding: 30px 10px;
    margin-top: 30px;
}
.inner_serveinfo {
    padding-top: 30px;
}
.banner_info .ms-nav-prev ,.banner_info .ms-nav-next{
	top: auto;
	bottom: 5px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
    max-width: 380px;
    top: 55%;
    left: 5%;
}
.banner_info .ms-nav-prev, .banner_info .ms-nav-next {
    top: 50%;
    bottom: auto;
}
.about_toptext2 {
	display: block;
    font-size: 30px;
    line-height: 45px;
    top: 30px;
}
.choose_leftimg {
    width: 80px;
    height: 80px;
}
.choose_leftbox {
    display: flex;
}
.choose_lttextbox {
    width: 70%;
    margin-left: 15px;
    margin-top: 0;
}
.testimonial_leftbox {
    margin-bottom: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
    max-width: 380px;
    top: 55%;
    left: 5%;
}
.banner_info .ms-nav-prev, .banner_info .ms-nav-next {
    top: 50%;
    bottom: auto;
}
.about_toptext2 {
	display: block;
    font-size: 30px;
    line-height: 45px;
    top: 30px;
}
.choose_leftimg {
    width: 80px;
    height: 80px;
}
.choose_leftbox {
    display: flex;
}
.choose_lttextbox {
    width: 70%;
    margin-left: 15px;
    margin-top: 0;
}
.testimonial_leftbox {
    margin-bottom: 0;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* 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) {

}

@media only screen and (min-width : 1024px) and (max-width : 1200px) {

}

@media screen and (min-width: 1424px) {
.ms-slide-info {
    left: 4%;
}
.abt_rttextp {
    padding: 55px 200px 30px 30px;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    left: 10%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    left: 15%;
}
.abt_rttextp {
    padding: 55px 300px 30px 30px;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    left: 18%;
}
.abt_rttextp {
    padding: 55px 355px 30px 30px;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    left: 24%;
}
.abt_rttextp {
    padding: 55px 600px 30px 30px;
}
}   
