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-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: ChronicleDisplay;
    src: url('../fonts/ChronicleDisplay-Semi.eot');
    src: url('../fonts/ChronicleDisplay-Semi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChronicleDisplay-Semi.woff2') format('woff2'),
        url('../fonts/ChronicleDisplay-Semi.woff') format('woff'),
        url('../fonts/ChronicleDisplay-Semi.ttf') format('truetype'),
        url('../fonts/ChronicleDisplay-Semi.svg#ChronicleDisplay-Semi') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.logo {
    padding: 15px 15px 10px;
}
.logo img {
    width: 230px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.head_bg {
    background: #fff;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 65%) 50%, rgba(0, 0, 0, 1) 100%); */
}
.hd_contact ,.form_boxmain .box .btn{
    background: #A4BE5C;
    padding: 12px 28px;
    display: inline-block;
    color: #000;
    border-radius: 25px;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: -3px 5px 5px #000;
}
.header_nav {
    border-top: 1px solid #f1f1f1;
    margin-top: 5px;
}
.hdtop_mbbtn {
    margin-right: 0;
    text-align: right;
    padding-top: 6px;
}
.hdtop_mbbtn a {
    color: #080808;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
.hdtop_mbbtn img {
    width: 17px;
    margin-right: 7px;
    filter: brightness(0);
}
.rotate_call img{
	animation: oscillate-rotation 1s infinite 
ease-in-out;
}
@keyframes oscillate-rotation{
    0% {
    transform: rotate(0) scale(1) skew(0deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(0deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(0deg);
}
50% {
    transform: rotate(0) scale(1) skew(0deg);
}
100% {
    transform: rotate(0) scale(1) skew(0deg);
}
}
.hdtop_mbbtn a:hover{
	color: #A4BE5C;
}
.navbar-default.navbar-shrink .head_bg {
    background: rgb(255 255 255);
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 3px 9px 0px #0000000a;
    left: 0;
    top: 0;
    width: 100%;
}
/*--- banner section start ---*/
embed, iframe, object, video {
    margin-bottom: 0 !important;
}
.banner_info {
    position: relative;
}
.banner_info video {
    width: 100%;
}
.banner_box {
    position: absolute !important;
    top: 36%;
    right: 0;
    transform: translateY(-50%)!important;
    width: 100%;
    z-index: 1;
}
/* .banner_info::before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
} */
.banner_texthd {
    font-size: 45px;
    line-height: 50px;
    color: #fcfcfc;
    font-family: ChronicleDisplay;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner_btn{
	background: #fff;
	color: #000;
}
.banner_btn:hover ,.banner_btn2:hover{
	background: #000;
	color: #fff;
}
.banner_btn2 {
    background: #A4BE5C;
    color: #000;
}
/*-- banner section end --*/

/*--- purpose section start ---*/
.purpose_info {
    background: #ebe9e7;
    padding: 77px 0 85px;
    margin-top: -8px;
}
.pur_bdright {
    border-right: 1px solid rgb(0 0 0 / 10%);
}
.purpose_rtbox {
    padding-left: 40px;
}
.main_text_hd{
    font-size: 40px;
    line-height: 45px;
    color: #010101;
    font-family: ChronicleDisplay;
}
.main_text_hd2{
    font-size: 70px;
    line-height: 75px;
}
.main_text_para {
    font-size: 25px;
    line-height: 37px;
    color: #161515;
    font-family: ChronicleDisplay;
}
.process_linklist {
    margin-top: 20px;
}
.process_linklist ul{
    padding: 0;
    margin: 0;
}
.process_linklist ul li{
    display: inline-block;
    margin-right: 32px;
}
.process_linklist ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #161515;
    border-bottom: 1px solid #161515;
	text-transform: uppercase;
}
.process_linklist ul li a:hover{
	color: #A4BE5C;
	border-bottom: 1px solid #A4BE5C;
}
/*--- purpose section end --*/

/*--- services section start --*/
.services_info {
    padding: 70px 0;
}
.main_smalltext {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 500;
    margin-bottom: 10px;
}
.services_box {
    display: inline-block;
    width: 100%;
    background: #ebe9e7;
    border-radius: 10px;
}
.services_imgbox{
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.services_imgbox img {
    width: 100%;
    height: 183px !important;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
    transition: all 500ms ease-in-out;
    object-position: top;
}
.serve_topbox:hover .services_imgbox img {
    transform: scale(1.08);
}
.serve_text_hd {
    font-size: 22px;
    line-height: 30px;
    color: #202020;
    font-family: ChronicleDisplay;
    text-align: center;
    padding: 24px 60px 15px 60px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--- services section end --*/

/*-- contact home section start ---*/
.contact_hminfo {
    background: #f2f2f2;
    padding: 80px 0;
}
.contact_boxbg {
    background: #fff;
    padding: 40px;
    border-radius: 35px;
}
.contact_leftbox {
	background: #141414;
    padding: 40px 20px 50px;
    border-radius: 25px;
}
.cnthm_flexbox {
    display: flex;
    align-items: center;
	margin-top: 25px;
}
.cnt_detailicon {
    width: 25px;
}
.cnt_lttextbox {
    width: 75%;
    margin-left: 15px;
    color: #fff;
    font-size: 15px;
}
.cnt_lttextbox a{
	color: #fff;
}
.cnt_lttextbox a:hover{
	color: #000;
}
.cnt_lttextbox strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.team_img img {
    width: 100%;
    border-radius: 20px;
}
.cnt_rtformbox {
/*     border-left: 1px solid #d7d7d7; */
    padding-left: 30px;
}
/*-- contact home section end ---*/

/*-- cta section start --*/
.cta_maininfo{
    padding: 95px 0;
}
/*-- cta section end --*/

/*-- testimonial section start --*/
.testimonial_info {
    background: #f4f4f4;
}
.team_leftbox {
/*     background: #A4BE5C; */
    padding: 53px 47px 10px 65px;
    min-height: 100%;
}
.main_text_hd3{
    font-size: 35px;
    line-height: 40px;
    color: #212121;
}
.team_text_para {
    font-size: 15px;
    color: #212121;
}
/* .team_ltflexbox {
    display: flex;
    align-items: center;
    margin-top: 45px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
} */
.team_home {
    display: inline-block;
    width: 22%;
    margin-top: 20px;
}
.team_home .inner_teamimg {
    width: 100px;
    height: 100px;
}
.team_boxname {
    width: 50%;
    flex: 0 0 50%;
}
.team_boxname {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
	display: block;
    width: 100%;
}
.team_boxname strong {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
}
/* .team_rtbd {
    border-right: 1px solid rgb(0 0 0 / 15%);
} */
.testimonial_box {
    margin-top: 40px;
}
.testimonial_rightbox {
    padding: 27px 50px 0 70px;
}
.sp-testimonial-free {
    padding: 82px 50px 60px 80px;
    margin: 5px;
    box-shadow: 0 0 6.5px rgba(0,0,0,0.07);
}
.sp-testimonial-client-rating {
    position: absolute;
    top: 40px;
    left: 80px;
}
.sp-testimonial-content p {
    font-size: 15px !important;
    text-align: left !important;
    padding: 0 !important;
    color: #1a1a1a !important;
    height: 155px;
    overflow-y: scroll;
}
.sp-testimonial-content p::-webkit-scrollbar{
   width: 5px;
}
.sp-testimonial-content p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 20px #000000; 
    border-radius: 10px;
}
.sp-testimonial-content p::-webkit-scrollbar-thumb {
    background: #cdcdcd; 
    border-radius: 5px;
}
.sp-testimonial-content p::-webkit-scrollbar-thumb:hover {
    background: #000; 
}
.sp-testimonial-client-name {
    text-align: left !important;
    color: #1a1a1a !important;
    font-size: 19px !important;
}

/*-- testimonial section end --*/

/*--- footer section start ---*/
.footer_bg {
/*     background: #556B2F; */
    background: #A4BE5C;
    padding-top: 60px;
}
.footer_head2 {
    padding-right: 70px;
}
.footer_hd_text {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: ChronicleDisplay;
}
.footer_list ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    padding-bottom: 6px;
}
.footer_list ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.footer_list ul li a:hover{
    color: #fff;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.footer_text_left{
    margin-bottom: 10px;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.footer_text_left a:hover{
    color: #fff;
}
.footer_text_left img {
    width: 17px;
    margin-right: 10px;
	-webkit-filter: invert(1) brightness(10);
	filter: invert(1) brightness(10);
}
.ft_socialbox img{
    width: 35px;
}
.ft_copytext {
    border-top: 1px solid rgb(0 0 0 / 50%);
    padding: 30px 0;
    margin-top: 40px;
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 99999;
    border: none;
    outline: none;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

#back_to_top:hover{
    box-shadow: inset 0 80px #6c6c6c;
}
.ft_copytext a, .ft_copytext a:hover {
    color: #ffffff;
}
/*-- inner page head --*/

.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: 140px 0 120px !important;
    margin: 0 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-position: bottom center !important;
}
.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;
}
.inner_text_hd {
    font-size: 28px;
    color: #050606;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: ChronicleDisplay;
    margin-top: 0;
    letter-spacing: 1px;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #000000;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
    text-decoration: none !important;
}
.contact_left_text a:hover{
    color: #000000;
}
.form_cnthd {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #cecece;
    border-radius: 25px;
    padding: 12px 15px;
    width: 100%;
    box-shadow: none;
    outline: none;
    font-size: 14px;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}
.inner_smtext {
    background: #000;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
.inner_text_para {
    font-size: 16px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_text_para a {
    color: #3d5d1c;
    font-weight: 600;
}
.inner_text_para a:hover{
    color: #000;
}
.inner_teambox {
    border: 1px solid #d9d9d9;
    padding: 30px 15px;
    border-radius: 10px;
    min-height: 100%;
    text-align: center;
}
.inner_teamimg {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #bebebe;
    margin-bottom: 15px;
	    overflow: hidden;
}
.inner_teamtext .inner_text_hd {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px;
}
.team_pos {
    font-size: 14px;
    color: #484848;
}
.inner_teamimporttext {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.inner_page_list ul{
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
    background: url(../images/check_list.png) no-repeat left 1px;
    font-size: 16px;
    color: #111;
    padding: 0px 0 7px 26px;
    line-height: 22px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
	font-weight: 600;
	color: #000;
}
.inner_pg_img img {
    width: 100%;
    box-shadow: 0px 0px 4px #8b8b8b;
    padding: 6px;
	background: #fff;
}
.inner_ctabox {
    background: #000;
    padding: 50px 25px;
    margin-top: 80px;
    border-radius: 10px;
}
.inner_text_hd2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}
.inner_pgmarg {
    margin-top: 80px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #556B2F;
    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;
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.logo {
    padding: 0 10px 0;
}
.banner_texthd {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}
.banner_box p {
    font-size: 13px;
}	
.header_nav{
	display: none;
}
.head_bg {
    padding: 10px 0 15px;
}
.hdtop_mbbtn {
	margin-right: 0;
	padding-top: 0;
	text-align: center;
	    padding-bottom: 10px;
}
/* .banner_info {
    margin-top: 55px;
} */
.banner_box {
    top: 45%;
}
.hdtop_mbbtn a {
    margin-left: 6px;
    font-size: 13px;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 10px 25px;
}
.services_info ,.contact_hminfo ,
.purpose_info ,.cta_maininfo{
    padding: 40px 0;
}
.main_text_hd2 {
    font-size: 35px;
    line-height: 45px;
}
.purpose_rtbox {
    padding-left: 0;
}
.main_text_para {
    font-size: 20px;
    line-height: 28px;
}
.main_text_hd {
    font-size: 25px;
    line-height: 35px;
}
.serve_text_hd {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 20px 15px 20px;
    min-height: 60px;
}
.contact_boxbg {
    padding: 15px;
}
.contact_leftbox {
    padding: 20px 10px 30px;
}
.cnthm_flexbox {
    display: block;
}
.cnt_lttextbox {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
	font-size: 14px;
}
.cnt_rtformbox {
    padding-left: 0;
    margin-top: 25px;
}
.team_leftbox {
    padding: 30px 0px 10px 0px;
}
.testimonial_rightbox {
    padding: 27px 20px 0 20px;
}
.sp-testimonial-free {
    padding: 65px 12px 30px 15px;
}
.sp-testimonial-client-rating {
    left: 15px;
}
.footer_head {
    margin-bottom: 30px;
}
.ft_copytext {
    padding: 12px 0 60px;
    margin-top: 10px;
}
#back_to_top {
    bottom: 90px;
}
.page .entry-header, .blog_page_header {
    padding:80px 0 80px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_pg_img {
    margin-bottom: 40px;
}
.inner_pgmarg {
    margin-top: 35px;
}
.inner_ctabox {
    padding: 35px 15px;
    margin-top: 40px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}
.left-sec-contact-information {
    margin-bottom: 40px;
}
    .holiday_msg {
        width: 100%;
        margin: -10px auto;
        font-size: 14px;
        padding: 100px 0 0;
        color: #fff;
        border-radius: 0;
        position: relative;
        bottom: 0px;
        left: 0;
        transform: none;
        background-position: center;
    }
.holiday_msg em {
    font-size: 14px;
}	
.holiday_msg span {
    font-size: 15px;
}	
	
.ft_copytext span {
    display: block;
    padding: 0 10px;
}
.team_home {
    width: 49%;
	    margin-top: 0px;
}	
.team_text_para {
    font-size: 14px;
    margin-bottom: 20px;
}	
}


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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.team_boxname strong {
    padding: 0 10px;
}
.team_boxname {
    font-size: 8px;	
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.team_boxname {
    font-size: 8px;	
	}
}

@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 : 820px) and (max-width : 1180px) and (orientation : landscape) {
.holiday_msg {
    bottom: 170px;
    left: 50%;
}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

    .holiday_msg {
        bottom: 0 !important;
        left: 0 !important;
    }
	.hdtop_mbbtn {
        padding-top: 13px;
    }
	#rmp_menu_trigger-164 {
		top: 18px !important;
	}
}

/* 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) {
.services_info {
    padding: 70px 20px;
}

.holiday_msg {
    bottom: -50px;	
} 	
}

@media screen and (min-width: 1624px) {
.services_info {
    padding: 70px 75px;
}
.team_leftbox {
    padding: 53px 47px 10px 200px;
}
.testimonial_rightbox {
    padding: 27px 200px 0 70px;
}
.holiday_msg {
    bottom: -10px;	
} 	
}

@media screen and (min-width: 1920px) {
.services_info {
    padding: 70px 125px;
}
.team_leftbox {
    padding: 53px 47px 10px 230px;
}
.testimonial_rightbox {
    padding: 27px 230px 0 70px;
}
.holiday_msg {
    bottom: 120px;	
} 	
}

@media screen and (min-width: 2048px) {
.services_info {
    padding: 70px 195px;
}
.team_leftbox {
    padding: 53px 47px 10px 325px;
}
.testimonial_rightbox {
    padding: 27px 325px 0 70px;
}
.holiday_msg {
    bottom: 120px;	
} 	
}

@media screen and (min-width: 2550px) {
.services_info {
    padding: 70px 340px;
}
.team_leftbox {
    padding: 53px 47px 10px 500px;
}
.testimonial_rightbox {
    padding: 27px 500px 0 70px;
}
.holiday_msg {
    bottom: 80px;	
} 