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 !important;
    margin: 0 !important;
}

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

/*--- header section start ---*/
.header_top {
    padding: 7px 0 7px;
    transition: all 500ms ease-in-out;
    background: #cdbdeb;
}
.header_toptext img {
    width: 17px;
    margin-right: 5px;
}
.header_toptext {
    padding-right: 15px;
    display: inline-block;
}
.header_toptext a {
    font-size: 14px;
    color: #313131;
    vertical-align: middle;
}
.header_toptext a:hover {
    color: #6240a0;
}
.head_bg {
    background: #fff;
}
.logo_img img {
    width: 250px;
}
.header_nav ul li {
    display: inline-block;
    margin-right: 30px;
}
.header_nav ul li li{
    text-align: left;
    margin-right: 0;
}
.header_nav ul li:last-child{
    margin-right: 0;
}
.header_nav ul li.active a{
    color: #8563c5;
}
.header_nav ul li a {
    color: #313131;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}
.header_nav ul li a:hover{
    color: #8563c5;
}
.header_rightbox a {
    margin-left: 5px;
}
.header_rightbox img {
    width: 20px;
}
.header_callbtn {
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.header_callbtn:hover{
    color: #6240a0;
}
.header_callbtn img {
    width: 18px;
    vertical-align: sub;
    margin-right: 5px;
}
.hd_contact ,
.ft_newsform .box .btn ,
.form_boxmain .box .btn{
    background: #cdbdeb;
    padding: 12px 28px;
    display: inline-block;
    color: #313131;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    border-radius: 25px;
}
.hd_contact:hover ,
.ft_newsform .box .btn:hover ,
.form_boxmain .box .btn:hover{
    color: #000;
    box-shadow: -3px 5px 5px #33376b;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -38px;
}
/*--- banner section start ---*/
.banner_info {
    padding: 50px 0;
    background: url(../images/banner_backimg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 120px;
}
.banner_texthd {
    font-size: 25px;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.banner_texthd2 {
    font-size: 55px;
    color: #1b1b1b;
    line-height: 60px;
    margin-bottom: 25px;
    font-family: PlayfairDisplay;
}
.banner_textpara {
    color: #313131;
    margin-bottom: 25px;
}
.banner_rightimgbox img {
    border-radius: 0 90px;
    box-shadow: 15px 15px 0 #cdbdeb;
    height: 587px;
    object-fit: cover;
    object-position: top;
}
/*-- banner section end --*/

/*--- services section start ---*/
.services_info{
    padding-top: 90px;
}
.main_text_hd {
    font-size: 36px;
    color: #1b1b1b;
    font-family: PlayfairDisplay;
    line-height: 40px;
}
.services_box {
    background: #fff;
    box-shadow: 0px 0px 29px -14px #787878;
    border-radius: 40px 0 40px 0;
    min-height: 100%;
}
.services_img img {
    border-radius: 40px 0 40px 0;
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.services_textbox {
    padding: 25px 25px 38px 25px;
}
.services_textbox .main_text_hd {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}
.services_textbox .main_text_para {
    font-size: 14px;
    color: #1b1b1b;
}
.services_linkbtn {
    font-size: 14px;
    color: #6341a0;
    font-weight: bold;
    border-bottom: 1px solid #6341a0;
    margin-top: 15px;
    display: inline-block;
}
.services_linkbtn:hover{
    color: #000;
    border-bottom: 1px solid #000;
}
/*--- services section end --*/

/*--- about section start --*/
.about_info {
    padding: 60px 0;
    background: url(../images/about_rightbg.png) no-repeat;
    background-position: top right;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.about_info::before {
    position: absolute;
    content: "";
    top: 60%;
    left: -4%;
    width: 100%;
    height: 100%;
    background: url(../images/about_leftbg.png) no-repeat;
    z-index: -1;
    transform: translatey(-50%);
}
.about_leftimg {
    padding: 45px 30px 45px 0;
}
.about_leftimg img {
    height: 452px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 50px;
    object-position: top;
}
.main_text_para {
    font-size: 16px;
    color: #1b1b1b;
}

/*--- about section end --*/

/*-- choose section start --*/
.choose_info {
    position: relative;
    z-index: 0;
    padding-bottom: 80px;
}
.choose_info::before {
    position: absolute;
    content: "";
    top: 70%;
    width: 100%;
    height: 100%;
    background: url(../images/choose_borderbg.png) no-repeat;
    z-index: -1;
    transform: translatey(-50%);
    left: 0;
    background-position: top center;
}
.choose_boximg {
    width: 140px;
    height: 140px;
    background: #cdbdeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 4px solid #f1e9ff;
}
.choose_boximg img {
    width: 80px !important;
}
.choose_box .main_text_hd {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}
.main_page_list ul li {
    background: url(../images/main_check.png) no-repeat left 5px;
    font-size: 15px;
    color: #1b1b1b;
    padding: 0px 0 7px 30px;
    line-height: 25px;
    font-weight: 400;
    background-size: 20px;
    list-style: none;
    text-align: left;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dot {
    width: 15px;
    height: 15px;
    background: rgb(132 66 255 / 50%) !important;
    border-radius: 50%;
    margin: 0 3px;
}
.owl-dot.active{ 
    background: #8442ff !important;
}
/*-- choose section end --*/

/*-- testimonial section end --*/
.testimonial_info {
    padding: 90px 0 40px;
    background: url(../images/testimonial_backimg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.testimonial_box .sp-testimonial-free-section{
    margin: 0 0 50px 0 !important;
}
.testimonial_box .sp-testimonial-free {
    border: 1px solid #6d519f !important;
    margin: 5px;
    padding: 25px;
    border-radius: 50px 0 !important;
    box-shadow: inset 0px 1px 19px rgba(128,104,173,0.35);
/*     min-height: 475px; */
}
.testimonial_box .sp-testimonial-client-image {
    text-align: left !important;
}
.testimonial_box .sp-testimonial-client-image img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
}
.testimonial_box .sp-testimonial-client-name {
    position: absolute;
    top: 68px;
    left: 150px;
    color: #1b1b1b !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}
.testimonial_box .sp-testimonial-client-designation {
    position: absolute;
    top: 95px;
    left: 150px;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    top: 40px;
    left: 150px;
}
.testimonial_box .sp-testimonial-content p {
    font-size: 14px !important;
    color: #1b1b1b !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
}
/*-- testimonial section end --*/

/*-- conversation section start --*/
.conversation{
    padding: 97px 0 90px;
    background: url(../images/conersation_bckimg.png) no-repeat;
    background-position: top left;
}
.conversation_rightimg img{
    border-radius: 0 50px;
}
/*-- conversation section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 80px 0 0;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer_logo img {
    width: 230px;
}
.ft_newsform {
    margin: 35px 0;
}
.ft_newsform .box .form-control {
    padding: 14px 10px 15px 25px;
    border: none;
    border-radius: 25px;
    font-size: 12px;
    color: #313131;
    box-shadow: none;
}
.ft_newsform .box .btn{
    width: 100%;
}
.footer_hd_text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 24px;
    font-family: PlayfairDisplay;
    text-transform: uppercase;
}
.footer_list ul li {
    padding-bottom: 4px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #000;
}
.footer_serviceslist li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.footer_text_left a:hover{
    color: #000;
}
.footer_text_left {
    width: 80%;
}
.footer_detailimg img {
    width: 16px;
}
.footer_detailimg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border: 1px solid #fff;
}

.footer_copy_text {
    border-top: 1px solid #fff;
    padding: 12px 0;
    margin-top: 45px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.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: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background: #6240a0;
    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 #000;
}

/*-- inner page head --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_innerimg1.jpg") #fff no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 300px 0 57px !important;
    margin: 38px 0 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-id-10 .entry-header {
  background-position: center !important;
}
.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;
    font-family: PlayfairDisplay;
}
.breadcrumb-container {
    width: 100%;
    color: #cdbdeb;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #cdbdeb;
}
.page{
   margin-top: 0 !important;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: bold;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: PlayfairDisplay;
}
.inner_text_hd strong {
    color: #8563c5;
    font-weight: bold;
}
.inner_text_para {
    font-size: 16px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_text_para strong {
    color: #6240a0;
    font-weight: 600;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #cdbdeb;
    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;
}
.contact_left_text a:hover{
    color: #6240a0;
}
.form_boxmain .box .form-control {
    border: 1px solid #000000;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}
.form_cnthd {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.inner_servicesinfo {
    padding: 50px 0;
    background: #efefef;
    margin-top: 60px;
}
.inner_servicesinfo2 {
    background: #f7f3ff;
}
.inner_serbox {
    background: #fff;
    padding: 15px;
    min-height: 100%;
    border-radius: 5px;
}
.inner_serbox .inner_text_hd {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #8563c5;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 5px;
    font-size: 16px;
    color: #4b4b4b;
    padding: 0px 0 5px 26px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong {
    color: #6341a0;
    font-weight: 500;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.cnt_boxinfo {
    background: #8563c5;
    padding: 50px 25px;
    margin-top: 40px;
}
.inner_smalltext {
    font-size: 14px;
    margin-bottom: 10px;
}
.inner_pageimg img {
    padding: 8px;
    box-shadow: 0px 0px 4px #c5c5c5;
}
.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
   
.inner_small_text {
    font-size: 17px;
    color: #6240a0;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}
.inner_servemailbox .box .form-control{
	border: 1px solid #000;
}
.wpcf7-spinner {
    display: none !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #cdbdeb;
    color: #000000 !important;
    padding: 10px 0;
    font-weight: bold;
}
.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%;
    float: left;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

/*-- responsive css start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_right_icon ,.header_nav{
    display: none;
}
.head_bg {
    padding: 12px 0;
}
.logo_img img {
    width: 170px;
}
.banner_rightimgbox {
    margin-bottom: 50px;
}
.banner_rightimgbox img {
    height: auto;
}
.banner_info {
    margin-top: 60px;
}
.banner_texthd2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 15px;
}
.services_info {
    padding-top: 40px;
}
.services_textbox .main_text_hd {
    font-size: 22px;
    line-height: 25px;
}
.about_info {
    padding: 40px 0;
}
.about_leftimg {
    padding: 0;
}
.about_info::before ,.choose_info::before{
	display: none;
}
.about_textright {
    margin-top: 30px;
}
.main_text_hd {
    font-size: 28px;
    line-height: 30px;
}
.choose_info {
    padding-bottom: 40px;
}
.testimonial_info ,.conversation{
	padding: 40px 0;	
}
.ft_newsform .box .btn {
    width: auto;
}
.footer_bg {
    padding: 40px 0 0;
}
.ft_newsform {
    margin: 20px 0 30px;
    padding: 0 15px;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_head2 {
    padding-left: 0;
}
.footer_hd_text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
}
.footer_copy_text {
    padding: 10px 0 60px;
    margin-top: 0;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 110px 0 20px !important;
    margin: 55px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_text_hd {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.inner_pageimg {
    margin-bottom: 30px;
}
.inner_servicesinfo {
    padding: 30px 0;
    margin-top: 40px;
}
.cnt_boxinfo {
    padding: 30px 10px;
    margin-top: 40px;
}
.inner_servebtn {
    text-align: center;
}
.inner_servebtn .hd_contact {
    margin-top: 15px;
}
.testimonial_box .sp-testimonial-content {
    height: 280px;
    overflow-x: scroll;
    display: block !important;
}
.testimonial_box .sp-testimonial-client-image img {
    width: 60px !important;
    height: 60px !important;
}
.testimonial_box .sp-testimonial-client-rating {
    top: 37px;
    left: 110px;
}
.testimonial_box .sp-testimonial-client-name {
    top: 60px;
    left: 110px;
    font-size: 17px !important;
}
.testimonial_box .sp-testimonial-client-designation {
    top: 85px;
    left: 110px;
    font-size: 14px !important;
}
.testimonial_box .sp-testimonial-free {
    min-height: auto;
}
.left-sec-contact-information {
    margin-bottom: 35px;
}
}


@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) {
.about_leftimg img {
    height: auto;
}
.about_textright {
    margin-top: 0;
}
.inner_servebtn {
    text-align: start;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.about_leftimg img {
    height: auto;
}
.about_textright {
    margin-top: 0;
}
.inner_servebtn {
    text-align: start;
}
}

/* 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) {
.header_nav ul li {
    margin-right: 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) {

}

@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) {

} 
