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

/*--- header section start ---*/
.header_top {
    padding: 10px 0;
    transition: all 500ms ease-in-out;
    background: #f7941d;
}
.header_toptext img {
    width: 15px;
    margin-right: 6px;
}
.header_toptext {
    font-size: 13px;
    color: #000;
    display: inline-block;
    font-weight: 500;
}
.header_toptext a {
    color: #000;
    vertical-align: middle;
}
.head_bg {
    background: #fff;
	position: relative;
}
.hd_topsocial {
    display: flex;
    align-items: center;
    justify-content: end;
}
.hd_sociallink {
    margin-left: 7px;
}
.hd_topsocial img {
    width: 25px;
}
.logo_img img {
    width: 120px;
    position: absolute;
    top: 0;
    background: #fff;
    padding: 9px;
    border-radius: 0 0 20px 20px;
}
.header_nav ul li:first-child{
    margin-left: 0;
} 
.header_nav ul ul{
    height: 350px;
    overflow-y: scroll;
}

/* width */
.header_nav ul ul::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
.header_nav ul ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
   
  /* Handle */
.header_nav ul ul::-webkit-scrollbar-thumb {
    background: #165f9b; 
    border-radius: 5px;
}
  
  /* Handle on hover */
.header_nav ul ul::-webkit-scrollbar-thumb:hover {
    background: #f7941d; 
}
.hd_contact ,.contact_fmcode .box .btn{
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 22px;
    background: #0ba151;
}
.hd_contact2 ,.contact_fmcode .box .btn{
    background: #f7931d;
}
.hd_contact:hover ,.contact_fmcode .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #165f9b;
}
.hd_contact img {
    width: 16px;
    margin-right: 6px;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -45px;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 135px;
    position: relative;
    z-index: 0;
	overflow: hidden;
}
.ms-slide-info {
    position: absolute !important;
    top: 50%;
    right: 8%;
    max-width: 460px;
    transform: translatey(-50%);
    background: #fff;
    padding: 20px;
}
.banner_texthd {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
    color: #2d2424;
    text-transform: uppercase;
}
.banner_btnbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_linkbtn {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2d2424 !important;
    font-weight: 600;
    line-height: 26px;
    background: #d2eaff;
    border-radius: 5px;
    margin-right: 10px;
    padding: 10px;
}
.banner_linkbtn img{
    width: 60px;
    margin-right: 10px;
}
.banner_linkbtn2{
    background: #c0ffdd;
    margin-right: 0;
}
.circle_pos {
    position: absolute;
    right: 0px;
    top: 0px;
}
.circle_box {
    width: 100px;
    height: 100px;
}
.cirtified_img {
    position: absolute;
    background: url("../images/mobile_logoch.png") no-repeat;
    border-radius: 100%;
    background-position: center;
    background-size: 55px;
    width: 100%;
    height: 100%;
}
.circle_text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: textRotation 8s linear infinite;
    background: url(../images/textrotate_img.png) no-repeat;
}
@keyframes textRotation{
    100% {
        transform: rotate(360deg);
    }
}
.banner_info .ms-nav-prev {
    background: url(../images/banner_leftarrow.png) no-repeat !important;
    width: 20px !important;
    height: 40px !important;
    background-size: 20px !important;
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightarrow.png) no-repeat !important;
    width: 20px !important;
    height: 40px !important;
    background-size: 20px !important;
}
/*-- banner section end --*/

/*-- about section start --*/
.about_info ,.newcont_info{
    padding-top: 80px;
}
.main_small_text{
    font-size: 13px;
    color: #f7941d;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 10px;
}
.main_text_hd {
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
    color: #1c1c1d;
    font-weight: 800;
    margin-bottom: 10px;
}
.main_text_para {
    font-size: 14px;
    color: #1c1c1d;
}
.serve_topbox {
    box-shadow: 0px 3px 3.5px rgba(0,0,0,0.28);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    background: #ebf6ff;
	min-height: 100%;
}
.serve_topltimg {
    width: 195px;
    height: 272px;
}
.serve_topltimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 0 0 6px;
}
.serve_toprttext {
    width: 60%;
}
.serve_toptexthd {
    font-size: 23px;
    line-height: 32px;
    color: #040404;
    font-weight: bold;
    min-height: 75px;
}
.serve_toptxtpara {
    font-size: 14px;
    color: #404040;
    margin-bottom: 15px;
}
/*-- about section end --*/

/*--- services section start --*/
.services_info{
    background: #ffecd7;
    padding: 65px 0 75px;
    margin-top: 60px;
}
.serve_itemtxt {
    background: #0ba151;
    padding: 24px 10px;
    border-radius: 0 0 5px 5px;
}
.serve_texthd {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    min-height: 60px;
}
.serve_textpara {
    font-size: 13px;
    color: #fff;
    min-height: 110px;
}
.serve_itemimg img {
    width: 100%;
    height: 162px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.services_mainbox .owl-prev {
    width: 20px;
    height: 38px;
    background: url(../images/serve_leftarrow.png) no-repeat !important;
    top: 42%;
    position: absolute;
    left: -40px;
    font-size: 0 !important;
    background-size: 20px !important;
}
.services_mainbox .owl-next {
    width: 20px;
    height: 38px;
    background: url(../images/serve_rightarrow.png) no-repeat !important;
    top: 42%;
    position: absolute;
    right: -40px;
    font-size: 0 !important;
    background-size: 20px !important;
}
/*--- services section end --*/

/*--- support section start --*/
.support_info {
    padding: 80px 0 80px;
}
.support_lftimg {
    margin: 0 30px;
}
.serve_btn img {
    width: 7px;
    margin-right: 0;
    margin-left: 10px;
}
.serve_btn2{
    color: #010101;
}
.support_lftimg img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}
.support_list {
    margin-top: 75px;
    text-align: center;
}
.support_list ul li {
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    background: #fff url(../images/star_iconlist.png) no-repeat;
    box-shadow: 0px 3px 3.5px rgba(0,0,0,0.17);
    padding: 12px 10px 12px 38px;
    background-size: 20px;
    background-position: top 10px left 8px;
}
.support_list ul li:last-child{
    margin-right: 0;
}
/*--- support section end --*/

/*-- contacthm section start --*/
.contact_fmrtbox {
    background: #2171b7;
    padding: 80px 115px 100px 95px;
    min-height: 100%;
}
/*-- contacthm section end --*/

/*-- ctahm section start --*/
.home .ctaft_info {
    margin: -50px 85px 45px 85px;
}
.ctaft_info {
    background: #1b1a1a;
    border-radius: 10px;
    padding-bottom: 40px;
    margin: 0 85px 45px 85px;
    position: relative;
}
.ctaft_icon {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #f7941d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.ctaft_icon img {
    width: 19px;
}
.ctaft_textbox strong{
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}
.ctaft_textbox ,.ctaft_textbox a{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.ctaft_textbox a:hover{
    color: #f7941d;
}
.ctaft_rtbd {
    border-right: 1px solid rgb(255 255 255 / 10%);
}
.contact_fmcode .box{
    margin-bottom: 15px;
}
.contact_fmcode .box .form-control ,.contact_fmcode .box select{
    border: 2px solid #262626;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}
.contact_fmcode .box select{
    background: url("../images/drop_btmiocn.png") #fff no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact_fmcode .box .form-control::placeholder{
    color: #1b1b1b;
}
.contact_fmcode .box textarea{
    height: 90px;
}
.wpcf7-spinner{
    display: none !important;
}
/*-- ctahm section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #ffebd3;
    padding-bottom: 55px;
}
.map_box iframe {
    margin-bottom: 0 !important;
}
.footer_list ul li {
    margin-bottom: 6px;
}
.footer_list ul li a {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
}
.footer_list ul li a:hover{
    color: #31c3bd;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.ft_sidebd {
    border-left: 1px solid rgb(38 38 38 / 9%);
}
.ft_textpara {
    font-size: 13px;
    margin: 20px 0;
}
.footer_head2 {
    padding-left: 15px;
}
.footer_text_left {
    width: 88%;
    padding-left: 10px;
}
.footer_text_left, .footer_text_left a {
    font-size: 16px;
    color: #434343;
    font-weight: 500;
}
.footer_text_left a:hover{
    color: #03b6ef;
}
.footer_detailimg img {
    width: 15px;
    vertical-align: baseline;
}
.footer_texthd {
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 20px;
}
.acnowldge_ftinfo {
    padding: 40px 0 35px;
    text-align: center;
    background: #2171b7;
}
.ft_copybox{
    background: #fff;
    padding: 10px 0;
}
.acnowldge_txtpara {
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
    padding: 0 170px;
}
.ft_copytext {
    color: #1b1b1b;
    font-size: 13px;
    font-weight: 500;
}
.ft_socialbox img{
    width: 30px;
    margin-left: 10px;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #0ba151;
    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 #2171b7;
}

/*-- inner page start --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_innerimg.jpg") #fff no-repeat !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 195px 0 60px !important;
    margin: 135px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgb(0 0 0 / 35%);
    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: 26px;
    font-weight: 600;
    color: #050606;
    line-height: 30px;
    margin-bottom: 10px;
}
.inner_text_hd strong {
    color: #165f9b;
    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: #f7941d;
    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;
}
.right-sec-contact {
    background: #2171b7;
    padding: 25px;
    border-radius: 5px;
}
.ref_form_box_label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.inner_text_para {
    margin-bottom: 10px;
    font-size: 15px;
    color: #484848;
}
.inner_ctabox {
    background: #2171b7;
    text-align: center;
    padding: 50px 25px;
    margin-top: 40px;
}
.inner_text_para p {
    margin-bottom: 10px;
}
.inner_page_list ul li {
    background: url(../images/checkemark01.png) no-repeat left 3px;
    font-size: 15px;
    color: #4b4b4b;
    padding: 0px 0 10px 25px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
	color: #165f9b;
	font-weight: 600;
}
.inner_text_hd2 {
    font-size: 20px;
    color: #f7931d;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_text_para a{
	color: #f7931d;
	font-weight: 500;
}
.inner_text_para a:hover{
	color: #000;
}
.inner_servebox {
    background: #fff;
    box-shadow: 0px 0px 4px #b5b5b5;
    padding: 20px;
    min-height: 100%;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    line-height: 22px;
	color: #165f9b;
}
.inner_serveinfo {
    margin-top: 50px;
}
.inner_text_para strong{
	font-weight: 600;
	color: #000;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #2171b7;
    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: #f7941d;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
	color: #fff;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #f7941d;
	border-color: #f7941d;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer_logo {
    width: 110px;
}

/*-- responsive css start --*/

@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_right_icon ,.header_nav{
    display: none;
}
 .logo_img img {
    width: 64px;
    border-radius: 0 0 5px 5px;
    padding: 5px;
  }
.rmp-menu-title-image {
    background: #fff;
    padding: 15px;
    width: 100px;
}
.head_bg {
    padding: 10px 0;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
    object-position: left;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 210px !important;
}
.ms-slide-info {
    position: initial !important;
    transform: none;
	max-width: 315px;
}
.banner_info {
    margin-top: 85px;
}
.banner_texthd {
    font-size: 25px;
    line-height: 33px;
}
.banner_btnbox {
    display: block;
}
.banner_linkbtn {
    width: 100%;
    margin-bottom: 15px;
}
.circle_pos {
    display: none;
}
.services_mainbox .owl-next ,.services_mainbox .owl-prev{
	display: none;
}
.about_info, .newcont_info {
    padding-top: 35px;
}
.main_text_hd {
    font-size: 25px;
    line-height: 30px;
}
.about_leftbox {
    margin-bottom: 30px;
}
.serve_topbox {
    display: block;
    padding: 20px;
}
.serve_topltimg {
    width: 100%;
}
.serve_toprttext {
    width: 100%;
    margin-top: 15px;
}
.serve_toptexthd {
    font-size: 20px;
    line-height: 30px;
}
.services_info {
    padding: 40px 0;
    margin-top: 25px;
}
.support_lftimg {
    margin: 0;
	margin-bottom: 25px;
}	
.support_lftimg img {
    height: auto;
}
.support_btnbox .hd_contact {
    margin-bottom: 15px;
}
.support_list {
    margin-top: 20px;
    text-align: left;
}
.support_info {
    padding: 40px 0;
}
.contact_fmrtbox {
    padding: 30px 15px;
}
.home .ctaft_info ,.ctaft_info {
    margin: -25px 0px 30px 0px;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_head2 {
    padding-left: 0;
}
.footer_bg {
    padding-bottom: 0;
}
.acnowldge_txtpara {
    padding: 0 0px;
}
.ft_copytext {
    padding: 10px 0 0;
    text-align: center;
}
.ft_copybox {
    padding: 10px 0 60px;
}
#back_to_top {
    bottom: 50px;
    right: 10px;
}
.page .entry-header, .blog_page_header {
    padding: 100px 0 20px !important;
    margin: 75px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_pgimg {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 24px;
    margin-bottom: 10px;
}
.inner_ctabox {
    padding: 25px 15px;
    margin-top: 30px;
}
.inner_serveinfo {
    margin-top: 30px;
}
.ft_sidebd {
    border-left: 0;
}
}

@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 {
    position: absolute !important;
    max-width: 330px;
	right: 4%;
    transform: translatey(-50%);
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 430px !important;
}
.ms-slide-bgcont img {
    object-position: initial;
}
.contact_fmrtbox {
    padding: 100px 15px 30px 15px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info {
    position: absolute !important;
    max-width: 400px;
	right: 4%;
    transform: translatey(-50%);
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 430px !important;
}
.ms-slide-bgcont img {
    object-position: initial;
}
.contact_fmrtbox {
    padding: 100px 15px 30px 15px;
}
}

/* 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 {
    right: 4%;
}
.contact_fmrtbox {
    padding: 80px 60px 100px 50px;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
    right: 10%;
}
.contact_fmrtbox {
    padding: 80px 165px 100px 50px;
}	
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
    right: 16%;
}
.contact_fmrtbox {
    padding: 80px 312px 100px 50px;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
    right: 18%;
}
.contact_fmrtbox {
    padding: 80px 370px 100px 50px;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
    right: 24%;
}
.contact_fmrtbox {
    padding: 80px 620px 100px 50px;
}
}   