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 family secion end ---*/

/*--- header section start ---*/
.header_top {
    /* padding: 7px 0 7px; */
    transition: all 500ms ease-in-out;
    background: #001d55;
}
.header_toptext img {
    width: 17px;
    margin-right: 5px;
}
.header_toptext {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding-right: 15px;
}
.hd_toprtbd {
    border-right: 1px solid #fff;
    margin-right: 15px;
}
.header_toptext a {
    color: #fff;
    vertical-align: middle;
}
.header_toptext a:hover{
    color: #c3f500;
}
.head_bg {
    background: #fff;
}
.header_nav ul li li{
    margin: 0;
    text-align: left;
}
.header_nav ul li:first-child{
    margin-left: 0;
}

.header_nav ul li a:hover{
    color: #a1c710;
}
.header_rightbox {
    background: #c3f500;
    padding: 12px 0 12px 40px;
    position: relative;
    font-size: 14px;
    color: #011d55;
}
.header_rightbox::before{
    position: absolute;
    content: "";
    top: 0;
    right: -2549px;
    width: 2550px;
    height: 100%;
    background: #c3f500;
}
.header_rightbox::after {
    position: absolute;
    content: "";
    top: 0;
    left: -49px;
    width: 50px;
    height: 100%;
    background: #c3f500;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.header_rightbox a {
    margin-left: 5px;
}
.header_rightbox img {
    width: 14px;
}
.header_callbtn {
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.header_callbtn img {
    width: 18px;
    vertical-align: sub;
    margin-right: 4px;
}
.hd_contact {
    background: #011d55;
    padding: 12px 17px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    font-size: 15px;
    border-radius: 25px;
}
.hd_contact img {
    width: 21px;
    margin-right: 7px;
    vertical-align: sub;
    transition: all 500ms ease-in-out;
}
.hd_contact:hover {
    color: #fff;
    box-shadow: 3px 3px #c4f500;
}
.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: 120px;
    position: relative;
    background: url(../images/banner_backtrianglebg.jpg) no-repeat;
    background-size: cover;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: -4%;
    width: 100%;
    height: 100%;
    background: url(../images/banner_leftshape.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}
.banner_info::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 197px;
    height: 194px;
    background: url(../images/banner_leftsharpe.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}
.banner_rightimgbox img {
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 2% 100%);
}
.banner_disc {
    padding: 0 0 0 115px;
    position: relative;
    z-index: 1;
}
.banner_texthd {
    font-size: 20px;
    color: #011d55;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}
.banner_texthd2 {
    font-size: 60px;
    color: #011d55;
    line-height: 76px;
    margin-bottom: 25px;
    font-weight: bold;
}
.banner_textpara {
    color: #1b1b1b;
    margin-bottom: 25px;
}

/*-- banner section end --*/

/*--- get touch section start ---*/
.get_touchinfo {
    padding: 110px 0 0;
    position: relative;
    background: url(../images/get_touchrtimg.png) no-repeat;
    background-position: bottom right;
}
.get_touchinfo::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58%;
    background: #011d55;
    z-index: -1;
}
.main_text_hd {
    font-size: 38px;
    color: #011d55;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 10px;
}
.main_text_para{
    font-size: 16px;
    color: #011d55;
}
.main_text_para2{
    color: #191919;
}
.get_touchimg img {
    width: 100%;
    height: 522px;
    object-fit: cover;
    border-radius: 20px;
}
.get_touchrtbox {
    padding-left: 30px;
}
.get_touchform {
    padding-top: 100px;
}
.get_touchform .box .form-control ,.get_touchform .box select{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 12px 10px 20px 10px;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    border-radius: 5px;
}
.get_touchform .box .form-control::placeholder{
    color: #fff;
}
.get_touchform .box textarea{
	height: 90px;
	resize: none;
}
.get_touchform .box select{
    background: url("../images/dropdown.png") no-repeat center right 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.get_touchform .box select option{
    background: #011d55 !important;
}
.get_touchform .box .btn {
    background: #c3f500 url(../images/submit_icon.png) no-repeat;
    color: #011d55;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 22px 12px 40px;
    background-size: 25px;
    background-position: left 10px center;
    text-transform: capitalize;
    border-radius: 25px;
}
/*--- get touch section end --*/

/*--- services section start --*/
.services_info{
    padding: 90px 0;
}
.services_box{
    border: 1px solid #94b900;
    border-radius: 20px;
    padding: 30px 25px;
    background: url(../images/services_boxrticon1.png) no-repeat;
    background-position: bottom right;
}
.services_box2{
    background: url(../images/services_boxrticon2.png) no-repeat;
    background-position: bottom right;
}
.services_texthd {
    font-size: 20px;
    color: #011d55;
    font-weight: bold;
    line-height: 25px;
    margin: 20px 0 8px;
}
.services_text {
    font-size: 14px;
    color: #1e1e1e;
}
.services_btn {
    font-size: 14px;
    font-weight: bold;
    color: #011d55;
    border-bottom: 1px solid #011d55;
    margin-top: 10px;
    display: inline-block;
}

/*--- services section end --*/

/*--- about section start --*/
.about_info{
    padding-bottom: 90px;
}
.about_leftbox {
    padding-right: 25px;
}
.about_rightbox img{
    border-radius: 20px;
}
/*--- about section end --*/

/*-- choose section start --*/
.choose_backbox {
    background: url(../images/choose_backimg.jpg) no-repeat;
    padding: 65px 0 30px;
    margin-top: 30px;
    background-size: cover;
}
.choose_icon {
    width: 105px;
    height: 105px;
    background: #011d55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #011d55;
    margin: 0 auto;
}
.choose_icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #c3f500;
    border-radius: 50%;
}
.choose_icon img{
    width: 50px;
}
.choose_text {
    font-size: 19px;
    color: #011d55;
    font-weight: bold;
    line-height: 25px;
    margin-top: 20px;
}
/*-- choose section end --*/

/*-- testimonial section end --*/
.testimonial_info{
    padding: 110px 0 100px;
    background: url(../images/testimonial_bgimg.jpg) no-repeat; 
    background-size: 100%;
}
.testimonial_leftbox .main_text_para {
    color: #3f3f3f;
    font-size: 14px;
}
.sp-testimonial-client-image {
    margin-bottom: 47px !important;
}
.sp-testimonial-client-image img {
    border-radius: 0 !important;
    width: 26px;
}
.sp-testimonial-free {
    box-shadow: 0px 0px 10px -7px #192c56;
    margin: 5px;
    padding: 35px 30px 30px 30px;
    background: #fff url(../images/testimonial_boxbackimg.png) no-repeat !important;
    background-position: top right !important;
}
.sp-testimonial-content p {
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #7a7a7a !important;
}
.sp-testimonial-client-rating {
    position: absolute;
    top: 85px;
    left: 32px;
}
.sp-testimonial-client-name {
    color: #3d3d3d !important;
    font-size: 15px !important;
    text-align: right !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}
.testimonial_rightbox .swiper-button-prev {
    border: none !important;
    font-size: 0 !important;
    top: 61% !important;
    opacity: .7;
    background: url(../images/left_arrowicon.png) no-repeat !important;
    background-size: 13px !important;
    background-position: center !important;
    border: 1px solid #011d55 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 7px;
}
.testimonial_rightbox .swiper-button-next {
    border: none !important;
    font-size: 0 !important;
    top: 61% !important;
    opacity: .7;
    background: url(../images/right_arrowicon.png) no-repeat !important;
    background-size: 13px !important;
    background-position: center !important;
    border: 1px solid #011d55 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 7px;
}
/*-- testimonial section end --*/

/*--- footer section start ---*/
.side_fixed_buttons {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 250px;
    background: #011d55;
    padding: 25px 18px;
    border-radius: 35px;
    border: 1px solid #fff;
}
.side_fixed_buttons a {
    display: block;
    margin-top: 15px;
}
.side_fixed_buttons img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(82%) sepia(92%) saturate(4456%) hue-rotate(12deg) brightness(95%) contrast(103%);
}
.footer_bg {
    padding: 80px 0 0;
    background: url(../images/footer_backimg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer_hd_text {
    color: #c4f500;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 24px;
}
.footer_head2 {
    padding-left: 15px;
}
.footer_list ul li {
    margin-bottom: 7px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #c4f500;
}
.footer_list2 ul li {
    position: relative;
    padding: 0 0 0 20px;
}
.footer_list2 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #c4f500;
    border-radius: 25px;
    margin: auto 0;
}
.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: #c4f500;
}
.footer_text_left {
    width: 80%;
}
.footer_text_left strong {
    display: block;
    font-weight: 600;
}
.footer_detailimg img {
    width: 15px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(56%) saturate(4129%) hue-rotate(215deg) brightness(98%) contrast(95%);
}
.footer_detailimg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #c3f500;
}
.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: #c4f500;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #c3f500;
    border: 1px solid #fff;
    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 #09328e;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 175px 0 40px !important;
    margin: 120px 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 .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: #c3f500;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #c3f500;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #011d55;
    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 strong {
    font-weight: 600;
}
.contact_left_text a {
    color: #4b4b4b;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #011d55;
    font-weight: 600;
}
.right-sec-contact {
    background: #011d55 url(../images/get_touchrtimg.png) no-repeat;
    padding: 40px 25px;
    border-radius: 10px;
    background-position: bottom right;
}
.wpcf7-spinner {
    display: none !important;
}
.inner_serveinfo {
    background: #efefef;
    padding: 50px 0;
    margin-top: 40px;
}
.inner_servebox {
    background: #fff;
    min-height: 100%;
    padding: 20px;
    border: 1px solid #011d55;
    border-radius: 10px;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    line-height: 22px;
    color: #011d55;
    margin-bottom: 10px;
}
.inner_servebox .inner_text_para {
    font-size: 14px;
    color: #484848;
}
.inner_page_list ul li {
    background: url(../images/checkmark2.png) no-repeat left 3px;
    font-size: 16px;
    color: #000000;
    padding: 0px 0 7px 27px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong {
    color: #011d55;
    font-weight: 600;
}
.inner_servebox .inner_page_list ul li {
    font-size: 14px;
    background-size: 18px;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_text_para {
    font-size: 16px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_cntbox {
    padding: 50px 25px;
    margin-top: 40px;
    background: #011d55;
}
.inner_imgbox img {
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}
.review_page_box_inner {
    background: url("../images/quoteinner_icon.png") no-repeat;
    background-size: 50px;
    background-position: 20px 30px;
    border: 1px solid #ddd;
    padding: 100px 20px 20px;
    min-height: 100%;
}
.review_page_box_name {
    font-weight: 600;
    color: #011d55;
    margin-top: 12px;
    font-size: 18px;
}

.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #c4f500;
    color: #000 !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_btn2 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);
}
}
.footer_btn3 {
    width: 50%;
    background: #011d55;
    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) {
.header_top ,.header_right_icon ,.header_nav{
    display: none;
}
.head_bg {
    padding: 8px 0;
}
.logo_img img {
    width: 150px;
}
.rmp-menu-title-image {
    width: 150px;
}
.banner_info {
    margin-top: 62px;
}
.banner_disc {
    padding: 40px 15px;
}
.banner_texthd2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}
.banner_info::before ,.banner_info::after{
    display: none;
}
.banner_rightimgbox img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.get_touchinfo {
    padding: 50px 0 0;
}
.get_touchimg img {
    height: auto;
}
.get_touchinfo::before {
    height: 40%;
}
.get_touchrtbox {
    padding-left: 0;
    padding-top: 30px;
}
.get_touchform {
    padding-top: 60px;
}
.main_text_hd {
    font-size: 25px;
    line-height: 32px;
}
.services_info {
    padding: 40px 0;
}
.services_box {
    padding: 15px 15px;
}
.about_leftbox {
    padding-right: 0;
    margin-bottom: 40px;
}
.about_info {
    padding-bottom: 30px;
}
.choose_icon {
    width: 80px;
    height: 80px;
}
.choose_icon img {
    width: 30px;
}
.choose_text {
    font-size: 17px;
    line-height: 22px;
    margin-top: 12px;
}
.choose_backbox {
    padding: 40px 0;
    margin-top: 20px;
}
.testimonial_info {
    padding: 50px 0;
}
.testimonial_leftbox {
    margin-bottom: 40px;
}
.footer_bg {
    padding: 40px 0 0;
}
.footer_head2 {
    padding-left: 0;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_logo img {
    width: 160px;
    margin-bottom: 12px;
}
.footer_copy_text {
	margin-top: 0;
    padding: 12px 0 60px;
    font-size: 14px;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 100px 0 20px !important;
    margin: 62px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.inner_imgbox {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_serveinfo {
    padding: 30px 0;
    margin-top: 25px;
}
.inner_cntbox {
    padding: 30px 15px;
    margin-top: 30px;
}
.contact_left_text {
    font-size: 15px;
}
.left-sec-contact-information {
    margin-bottom: 40px;
}
.right-sec-contact {
    padding: 26px 15px;
}
}

@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) {
.get_touchimg img {
    height: 480px;
}
.get_touchinfo::before {
    height: 50%;
}
.about_leftbox {
    margin-bottom: 0;
}
.testimonial_leftbox {
    margin-bottom: 0;
}
.banner_info::before{
    display: block;
	left: 3%;
}
.banner_rightimgbox {
    height: 100%;
}
.banner_rightimgbox img {
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 2% 100%);
    height: 100%;
    object-fit: cover;
}
.banner_disc {
    padding: 40px 30px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.get_touchimg img {
    height: 480px;
}
.get_touchinfo::before {
    height: 58%;
}
.about_leftbox {
    margin-bottom: 0;
}
.testimonial_leftbox {
    margin-bottom: 0;
}
.banner_info::before{
    display: block;
	left: -4%;
}
.banner_rightimgbox img {
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 2% 100%);
    height: 100%;
    object-fit: cover;
}
.banner_disc {
    padding: 40px 30px;
}
}

/* 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) {
.primary-navigation a {
    font-size: 14px !important;
}
.primary-navigation li {
    margin-left: 10px !important;
}
.hd_contact {
    padding: 10px 10px;
    font-size: 13px;
}
.hd_contact img {
    width: 16px;
    margin-right: 6px;
}
.header_toptext {
    font-size: 12px;
    padding-right: 5px;
}
.hd_toprtbd {
    margin-right: 5px;
}
.banner_disc {
    padding: 0 0 0 88px;
}
}

/* 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) {
.banner_disc {
    padding: 0 0 0 23%;
}
}

@media screen and (min-width: 1920px) {
.banner_disc {
    padding: 0 0 0 37%;
}
}

@media screen and (min-width: 2048px) {
.banner_disc {
    padding: 0px 0 0 42%;
}
}

@media screen and (min-width: 2550px) {
.banner_disc {
    padding: 0 0 0 58%;
}
}   