body{ padding: 0px; margin: 0px; list-style: none; font: normal 16px/26px 'Aeonik'; color:#424242; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Aeonik';*/


.btn_link { padding: 11px 45px 14px; border-radius: 30px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Aeonik'; font-size: 16px; line-height: 24px; background: #e2184d; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; border-top-left-radius: 0px; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #e46617; transform: scaleX(0); transform-origin: left;
  z-index: -1; transition: transform 0.3s ease;
}
.btn_link:hover::before { transform: scaleX(1);}
.btn_link:hover{ color:#fff !important;}
.menu_sec li.btn_link a:hover { color:#fff !important;}

.btn_link2{background: #e46617 !important;}
.btn_link2::before {background-color: #e2184d !important; }

.btn_link3{background: #fff !important; color:#e2184d !important; }
.btn_link3::before {background-color: #e2184d !important; }
.btn_link3:hover{ color:#fff !important;}







/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 5; }
.header_sec .container{ max-width: 1260px; }

.headerMain{ width: 100%; background: #fff; padding: 10px 0;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand { margin: 0; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{ max-width: 100%; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.menu_sec {padding: 0; display: flex; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 35px; font-size: 17px; line-height: 20px; color:#2d2d2d; position: relative; font-weight: normal; float: left; }
.menu_sec li a{display: inline-block; color: #000; padding: 10px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#e0184e !important; background: none !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #e0184e; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #e0184e; top: 38px; box-shadow: 0 0 7px -4px #646363;}
.primary-navigation li.menu-item-12 ul.sub-menu{ overflow-y: auto; height: 250px; scrollbar-width: thin;}
  
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #fff !important; color:#e46617 !important; }
.site-navigation ul .sub-menu li a:after{ display: none !important;}

.top-logo{width: 20%; position: relative; }
.header-mid { width: 66%;}
.header-rt { width: 14%;}
.header-rt .btn_link{ float: right; margin: 0;}
/* .header-rt .btn_link{ background: #5948d7;}
.header-rt .btn_link::before { background-color: #019544; } */


.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding: 6px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }


/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */



.bannersec{ width: 100%; position: relative; z-index: 2;}  
/* .bannersec:before{ width: 100%; position: absolute; left: 0; bottom: -30px; background: url(../images/whitebg.png) no-repeat 0 0; height: 103px; background-size: 100%; content: ""; background-size: 100% 100%; }  */
.banner_box .container{ position: relative; }
.banner_box{ width: 100%; position: relative;  }
.banner_box img{ width: 100%; height: 650px; object-fit: cover; border-radius: 40px; }
/* .banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: #335C95; background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.98) 100%); } */

.banner_innr{ width: 100%; /* position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; */ }
.banTxt{max-width: 610px; display: inline-block; padding: 0; margin-left: 70px; }
.banTxt .ban_subheading{display: inline-block; width: 100%; }   
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 48px; line-height: 62px; color: #fff; padding-bottom: 15px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; }   
.banTxt .ban_content{display: inline-block; width: 100%; font-size: 18px; line-height: 28px; color: #fff; padding-bottom: 25px; position: relative; }   
.ban_btn li{ margin: 0 20px 0 0; float: left;}
.ban_btn li:last-child{ margin-right: 0px; }
.ban_content{display: inline-block; width: 100%; font-size: 14px; line-height: 24px; color: #000; padding-bottom: 15px; }   
.ban_btn .btn_link{ margin: 0;}

.satisfied_box{ position: absolute; right: 5%; bottom: 30px; }
.satisfied_box img{ max-width: 100%;  }



.why_choose{ width: 100%; position: relative; }
.why_choose:after{ width: 50%; height: 100%; background: url(../images/pattern.jpg) no-repeat 0 0; background-size: cover; position: absolute; left: 0px; bottom: 0; content: ""; }
.why_choose .container{ position: relative; z-index: 1; }
.why_choose .row{ align-items: center; }
.why_row .col-md-6{ padding: 0 8px;}
.why_row .row{ margin: 0 -8px;}


.why_box {margin: 8px 0; border: none; padding: 20px 8px; background: #e0184e; text-align: center; border-radius: 0; }
.why_box .card-body{ padding: 0;}
.why_box .card-body .card-title{ margin: 0; font-size: 19px; line-height: 24px; color:#fff; font-weight: bold; text-transform: capitalize; padding: 0 0 10px; }
.why_box .card-body .card-text{ margin: 0; font-size: 15px; line-height: 24px; color:#fff; padding: 0; }
.why_box i{ width: 103px; height: 103px; background: #fff; border-radius: 100%; display: flex; justify-content: center; align-items: center; border-radius: 100%; margin: 0 auto 15px; }
.why_box i img{ max-width: 100%; margin: 0; width: auto; transition: all 0.8s; }
.why_choose .welcome_txt {padding: 0 12px 0 0; }
.why_content{ width: 100%; }
.wrapper.why_choose { padding: 60px 0; margin-top: -25px;}
.welcome_rt { padding-left: 20px;}
.why_choose .top_heading, .why_choose .top_paragraph2, .why_choose .top_paragraph{ color:#fff;}
.why_choose .welcome_txt .top_paragraph2{ margin-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.why_choose .welcome_txt .top_subheading strong{ background: rgba(228, 102, 23, 0.2); color:#fff; }
.why_box:hover i img{transform: rotateY(360deg);}

.top_subheading{ width: 100%; font-size: 22px; line-height: 24px; color: #e46617; text-transform: capitalize; margin: 0 0 15px; }
.top_subheading strong{ background: rgba(228, 102, 23, 0.10); border-radius: 30px; padding: 10px 30px 13px; display: inline-block; font-weight: normal; }
.top_heading{ width: 100%; font-size: 40px; line-height: 45px; color: #1d1d1d; font-weight: bold; padding-bottom: 15px; text-transform: capitalize; }
.top_heading strong{ color:#e0184e; }
.top_paragraph2{ font-size: 16px; line-height: 26px; color: #424242; font-weight: bold; padding-bottom: 15px; font-family: 'Aeonik'; }
.top_paragraph{ font-size: 16px; line-height: 26px; color: #424242; font-weight: normal; padding-bottom: 15px; font-family: 'Aeonik'; }
.top_paragraph strong{ font-weight: bold; }
.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 16px; line-height: 24px; color:#424242; padding: 10px; padding-left: 30px; position: relative; }
.list_style li:before{ width: 8px; height: 8px; position: absolute; left: 0; top: 2px; content: ""; background: #019544; }
.list_style li strong{ color:#e0184e; }

.why_row .col-md-6:first-child .why_box { background: #333333; }
.why_row .col-md-6:last-child .why_box { background: #333333; }
.why_choose .welcome_txt .top_paragraph2{}

.wrapper{ padding: 90px 0; }
.welcome_sec{ width: 100%; position: relative; padding-bottom: 75px; }
.reverse{ flex-direction: row-reverse; }
.welcome_sec .row{ align-items: center;}
.about_img{ width: 100%; padding-top: 18px; position: relative;}
.about_img:after{ width: 100%; padding-top: 25px; background: #e46617; position: absolute; right: 12px; top: 0; height: 90%; content: ""; }
.about_img img{ width: 100%; margin-left: -25px; position: relative; z-index: 1; object-fit: cover;}
.welcome_sec .welcome_txt{ padding-right: 20px;}
.welcome_txt .ban_btn li { margin: 10px 20px 0 0;}


.service_sec{width: 100%; position: relative; background: url(../images/pattern2.jpg) repeat 0 0; }
.service_sec .container{ position: relative; z-index: 1;}
.service_innr{ width: 100%; position: relative; padding-top: 10px; }
.service_sec .top_sec{ text-align: center; }

.service_sec .top_heading{ text-align: center; padding-bottom: 10px; color:#fff; }
.service_sec .top_paragraph{ color:#fff; }

.service_box{ width: 100%; position: relative; margin: 15px 0; border-radius: 30px; background: #fff; padding: 15px;}
.service_title { width: 100%; font-size: 30px; line-height: 36px; text-transform: capitalize; color: #3d3d3d; font-weight: bold; background: #fff; padding: 0 0 15px; }
.service_content{ width: 100%; font-size: 16px; line-height: 24px; color:#2b2b2b; font-weight: normal; padding: 0 0 15px; }
.service_img{ width: 100%; border-radius:25px; overflow: hidden;}
.service_img img{ width: 100%; border-radius: 25px; -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.service_box:hover .service_img img {-webkit-transform: scale(1.1); transform: scale(1.1); }


.working_sec{ width: 100%; text-align: center; }
.working_box{ width: 100%; margin-top: 25px; }
.working_icon{ width: 117px; height: 117px; border-radius: 100%; border: 1px solid #e46617; padding: 4px; margin-bottom: 10px; margin: 0 auto 12px; }
.working_icon i{ width: 100%; height: 100%; background: #fff; border: 10px solid #e02332; display: flex; border-radius: 100%; justify-content: center; align-items: center; position: relative; }
.working_icon i img{ max-width: 100%; transition: all 1.0s; }
.working_step{ width: 100%; }
.working_step strong{ display: inline-block; background: #fcefe7; border-radius: 30px; padding: 1px 40px 3px; margin-bottom: 12px; font-size: 14px; color:#3a3a3a; font-weight: normal; }
.working_title{ width: 100%; display: inline-block; padding: 0 0 6px; font-size: 19px; line-height: 24px; color:#e02332; font-weight: bold; }
.working_content{ width: 100%; font-size: 14px; line-height: 24px; color:#3a3a3a; }
.working_box:hover .working_icon i img{transform: rotateY(360deg);}

.working_innr{ width: 100%; position: relative;}
.working_innr::before { width: 80%; background: url(../images/line.png) repeat-x left top; position: absolute; left: 50%; top: 83px; height: 1px; content: ""; transform: translate(-50%, 0); }
.working_innr .col-lg-3{ position: relative;}
.working_innr .col-lg-3:after{ background: url(../images/arrow.png) no-repeat 0 0; width: 12px; height: 10px; background-size: 100%; position: absolute; right: 0px; top: 79px; content: ""; }
.working_innr .col-lg-3:last-child:after{ display: none; }

.view_service{ width: 100%; text-align: center; margin-top: 60px; background: url(../images/dot.png) repeat-x left top 35px; position: relative; }
.view_service:before{ width: 22px; height: 22px; background: #fbdf4f; border-radius: 100%; position: absolute; left: 0; top: 50%; content: ""; transform: translate(0, -50%); }
.view_service:after{ width: 22px; height: 22px; background: #fbdf4f; border-radius: 100%; position: absolute; right: 0; top: 50%; content: ""; transform: translate(0, -50%); } 
.view_btn{ background: #fff; padding: 0 20px; display: inline-block; }



.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 24px; color:#fff !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px;; display: flex; justify-content: center; align-items: center; background: #e02332; border-radius: 10px; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }

.testimonial_sec{ width: 100%; position: relative; background: url(../images/pattern2.jpg) repeat 0 0; }
.testimonial_sec .top_heading, .testimonial_sec .top_paragraph{ padding-bottom: 15px; color:#fff; }
.testimonial_sec .top_paragraph{ color:#fff; }
.testimonail_left{ padding-right: 15px;}
.book_heading{ width: 100%; color:#191715; font-size: 38px; line-height: 42px; padding-bottom: 15px;}

.get_frmleft{ width: 100%; background: #fff; padding: 25px; border-radius: 15px;}
.get_frm{ width: 100%; display: inline-block; margin: 5px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 55px; padding: 0 15px; padding-left: 35px; background: #fff; border: none; border-bottom: 2px solid #d1d1d0; outline: none; font-size: 16px; line-height: 18px; color:#191715; border-radius: 0; font-family: 'Aeonik'; transition: all 0.3s; padding-bottom: 14px; }
.get_frm textarea{ padding: 0 20px 15px; resize: none; height: 90px; padding-left: 35px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#4c4c4c; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; border-radius: 0; background: #191715; width: 100%;}
.get_frm .btn_link:hover{background: #e46617; }
.get_frm select{ cursor: pointer;}
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#e46617; }

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.name{ background: url(../images/name_icon.png) no-repeat left top 9px #fff !important; }
.email{ background: url(../images/email_icon.png) no-repeat left top 9px #fff !important; }
.tel{ background: url(../images/phone_icon.png) no-repeat left top 9px #fff !important; }
.service{ background: url(../images/service_icon.png) no-repeat left top 9px #fff !important; }
.msg{ background: url(../images/msg_icon.png) no-repeat left top #fff !important; }

.faq_sec{ width: 100%; }
.faq_sec .top_subheading strong{padding: 10px 70px 13px;}
.faq_sec .row{ align-items: center;}
.faq_rt .accordion-item { margin-bottom: 10px; border: none; border-radius: 0;}
.faq_rt .accordion-button { background: #e46617; border-radius: 8px !important; padding: 15px; font-size: 14px; font-weight: bold; border: none !important; color: #fff;}
.faq_rt .accordion-body{ padding: 15px; border: 1px solid #b9b9b9; font-size: 14px; color:#555555; line-height: 24px; border-radius: 8px !important; margin-top: 10px; }
.faq_rt .accordion-button:focus{ box-shadow: none;}
.faq_rt .accordion-button.collapsed{background: #3d3d3d;}
.faq_rt .accordion{ margin: 10px 0 0;}
.faq_rt .accordion-button::after{ display: none; }

.faq_img { width: 131%; margin-left: -198px;}
.faq_img img{ width: 100%;}


.ctc_sec{ width: 100%; background: url(../images/ctc_bg.jpg) no-repeat 0 0; background-size: cover; position: relative; }
.ctc_left{ width: 100%; padding: 50px 0; }
.ctc_left .top_heading, .ctc_left .top_paragraph{ color:#fff; }
.ctc_left .top_heading{ font-weight: 400; line-height: 52px; }
.ctc_left .top_paragraph{ padding-bottom: 0;}
.ctc_btn{ display: flex; align-items: center; gap: 20px; padding: 25px 0 0; }
.call_link{ font-size: 35px; font-weight: 700; color:#fff; }
.call_link i{ color:#e02332; margin: 0 5px 0 0; }
.ctc_btn a{ margin: 0;}
.call_link:hover{ color:#e02332;}

.ctc_img{ width: 100%; margin-top: -90px; position: relative;}
.ctc_img img{ max-width: 100%; position: relative; }
.ctc_sec .row{ align-items: center;}
.ctc_img:before{ background: url(../images/orange_bg.png) no-repeat 0 0; background-size: 100%; width: 640px; height: 286px; position: absolute; right: -110px; bottom: 0; content: ""; }

.footer_sec{ width: 100%; position: relative; background: #f4eded; }
.footer_top{ width: 100%; padding: 45px 0 40px 0;}
.footer_box{ width: 100%; }
.footer_heading{ font-size: 22px; line-height: 24px; font-weight: bold; color:#e02332; text-transform: capitalize; margin-bottom: 15px; }
.footer_heading strong{ padding: 0 0 10px; border-bottom: 1px solid #e02332; display: inline-block;}
.footer_logo{ display: inline-block; margin-bottom: 0; }
.footer_logo img { max-width: 200px;}

.ftr_img{ display: flex; align-items: center; justify-content: space-between; margin: 0 0 10px; }
.social_box { width: auto; display: inline-block;}
.social_box li{ margin: 0 10px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{  width: 38px; height: 38px; display: flex; justify-content: center; align-items: center; color:#fff; background: #e02332;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; border-radius: 100%; }
.social_box li a:hover{ background:#e46617; }

.foot_link li{ width: 100%; margin: 0 0 6px; font-size: 16px; line-height: 24px; color:#3d3d3d; position: relative; font-weight: 500; }
.foot_link li:last-child{ margin-bottom: 0px; }
.foot_link li a{color:#3d3d3d; }
.foot_link li a:hover{ color:#e46617 }

.foot_contact li{ width: 100%; margin: 0 0 7px; font-size: 16px; line-height: 24px; color:#3d3d3d; position: relative; padding: 3px; padding-left: 30px; font-weight: 500;}
.foot_contact li:last-child{ margin-bottom: 0px; } 
.foot_contact li a{color:#3d3d3d; }
.foot_contact li a:hover{ color:#e46617; }
.foot_contact li i{ position: absolute; left: 0px; top: 4px; }

.footer_box1{width: 32%;}
.footer_box2{width: 14%;}
.footer_box3{width: 27%;}
.footer_box4{width: 27%;}

.footer_btm{ width: 100%; padding: 15px 0; background: #e46617; font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; }
.footer_btm em{ font-style: normal; text-transform: uppercase; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#000; }

.mobile_btm{ display: none;}
.ndis_logo { width: auto; display: inline-block;}
.ndis_logo img{ max-width: 80px; }

.footer_callSec { width: 100%; position: relative; margin-top: -2px; display: flex;}
.callSec_innr { width: 100%; background: #4a9f4a; border-radius: 130px; padding: 22px; position: relative; margin-top: -70px;}
.callSec_innrbox { width: 100%; border: 1px dashed #fff; padding: 40px; border-radius: 110px;}
.callSec_innrbox .top_heading{ color:#fff; text-transform: capitalize;}

.callSec_innrbox .col-6{ padding: 0 5px; }
.callSec_innrbox .btn_link{ padding: 12px 28px; }
.callSec_innrbox .btn_link:before{background: #124145; }
.callSec_innrbox .btn_link:hover{ color:#fff !important; }
.call_row{ align-items: center;}





/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:before{ display: none !important; }
.primary-navigation .menu_sec ul {background: #e2184d; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.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; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #e2184d; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.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; */
content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }








/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
    color: #1d1d1d;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    font-family: 'Aeonik';
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: left;
}
.inner_subtitle {
  color: #1d1d1d;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Aeonik';
  margin-bottom: 15px;
  text-transform: capitalize;
   text-align: left;
}
.inner_subtitle2 {
  color: #1d1d1d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
 font-family: 'Aeonik';
  text-transform: capitalize;
  text-align: left;
}

.inner_txt {
  font-size: 16px;
  color: #424242;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Aeonik';
  text-align: left;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  padding-bottom: 16px;
  color: #e0184e;
  font-family: 'Aeonik';
  text-transform: capitalize;
}


.inner_title::before, .inner_subtitle::after  {
  background: #e0184e;
  width: 35px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: 0px;
}



.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding: 3px;
  padding-left: 20px;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Aeonik';
  color: #424242;
  font-weight: normal;
  list-style: none;
}
.inner_list_txt ul li:before {
    position: absolute;
    left: 0;
    top: 12px;
    color: #0e2a7e;
    background: url(../images/arrow.png) no-repeat 0 0;
    width: 12px;
    height: 12px;
    background-size: 100%;
    content: "";
}
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #e46617;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#e0184e;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #424242;
}
.sub_heading strong{ color: #e0184e;}
/* .inner_bottm_sec .inner_txt { margin-top: 20px;} */
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}







/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Aeonik';}
.get_box .btn_link{ border: none; font-family: 'Aeonik'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#e46617 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 34px;
line-height: 1.2;
text-transform: capitalize;
color: #1d1d1d;
padding: 0 0 15px;
 font-family: 'Aeonik';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
background: #785d3a;
}
.contact_page_heading strong { font-family: 'Aeonik'; font-weight: normal; color: #785d3a; }
.contact_page_info {
position: relative;
color: #1d1d1d;
margin-top: 25px;
padding-left: 57px;
font-family: 'Aeonik';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#fff;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #1d1d1d;
}
.contact_page_info {
color: #1d1d1d;
}
.contact-text a:hover{ color:#e2184d; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #1d1d1d !important;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #fff !important;
font-weight: normal;
text-align: center;
border-radius:30px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Aeonik';
height: auto;
letter-spacing: 1px;
font-weight: bold;
 background: #e2184d; /*border-top-left-radius: 0px; */ }
.contact-page input[type="submit"]:hover {
background: #e46617 !important;
color:#fff !important;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0 !important;}
.inner_content { width: 100%; padding:75px 0 !important;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ /* background: none; */ border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 16px; color: #424242; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ background: #f3efe9; }
.error404 .inner_title::before, .error404 .inner_subtitle::after  { left: 50%; transform: translate(-50%, 0);}



/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 30px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Aeonik'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 700; display: block; width: fit-content; background: #e2184d; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #e46617;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }


.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#1d1d1d;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; } 
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#1d1d1d; }
.entry-title a:hover, .entry-meta a:hover { color: #e2184d !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #e2184d !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 16px; line-height: 28px; font-family: 'Aeonik'; color: #424242; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #424242; font-size: 15px; line-height: 24px; }
.menu_sec li > a{ background: none !important; }


.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}
.get_rt .top_heading{ background-position: center bottom;}

.get_box input[type="file"] {  padding: 14px 15px !important;}

.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #d1d1d0; outline: none; font-size: 15px; line-height: 18px; color:#191715; border-radius: 10px; font-family: 'Aeonik'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.get_box input[type="file"] { padding: 14px 15px !important;}


.thank_you img{ max-width: 100%; margin-bottom: 15px;}
/* .site-navigation ul .sub-menu { width: 250px; top: 34px; box-shadow: 0 0 7px -4px #646363; padding: 5px;} */
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ 
 border-color: #e46617 !important; }
.get_frm textarea:focus{ border: none !important;  border-bottom: 1px solid #e46617 !important;} 
.img_box img{ width: 100%; border-radius: 8px; }

.get_frm{ width: 100%; display: inline-block; margin: 6px 0; }

.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
/* .get_frm .btn_link:hover{background: #10254f;} */
.get_frm select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div .btn_link{ margin: 15px 0 0;}

.yello_sec { background: #efefef; padding: 40px 0 65px 0 !important; }






/* Referral form css here  */
.inner-form-container a {text-decoration: none !important;}
.inner-form-page .inner_txt a {text-decoration: none;}
.inner-form-label { font-size: 16px; font-weight: 600;}
.inner-form-label p {	margin-bottom: 0; padding-bottom: 10px; }
.inner-form-input input {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#191715; font-family: 'Aeonik'; border: 1px solid #d1d1d0;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; }
.inner-form-input select {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#191715; font-family: 'Aeonik'; border: 1px solid #d1d1d0;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px;  
}
.inner-form-textarea textarea {
	 width: 100%; height: 100px; background: #fff; padding: 15px 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#191715; font-family: 'Aeonik'; border: 1px solid #d1d1d0;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; 
}
.inner-form-container {margin: 0 0 30px;padding: 30px 20px;	border-radius: 20px;	box-shadow: 0 0 5px #dfdfdf; background: #fff; }
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {
  color: #1d1d1d;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-family: 'Aeonik';
  text-transform: capitalize;
	margin-top: 15px;
}
/* .inner-form-heading strong { color: #e0184e;  font-family: 'Aeonik'; text-transform: capitalize; } */
.inner-form-heading::after {	position: absolute;	content: "";	bottom: 0;	left: 12px;	width: 30px;	height: 3px;	background: #e0184e;}
.inner-form-radio .wpcf7-list-item {display: block;	margin: 0;}
.inner-form-text {font-size: 16px;	text-align: center;	font-weight: 600;}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{	border-color: #e46617;}
.inner-form-submit-btn {	display: flex;	justify-content: center;}

.inner-form-submit-btn input[type="submit"] {font-size:14px; text-transform: uppercase;  color: #fff; font-weight: bold; text-align: center; border-radius: 30px;
width: fit-content;  padding: 13px 35px;  font-family: 'Aeonik'; background: #e0184e; }
.inner-form-submit-btn input[type="submit"]:hover {background: #e46617; color: #fff; }
.inner-form-submit-btn .wpcf7-spinner {display: none;}
.inner-form-radio { width: 100%; display: inline-block; padding-bottom: 15px; }
.inner-form-radio .wpcf7-list-item{ position: relative; float: left; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; }
.inner-form-radio input[type="radio"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/radio2.png) no-repeat left top 7px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 7px; background-size: 18px; }

.inner-form-checkbox input[type="checkbox"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../../../../wp-content/uploads/2025/12/chk1.png) no-repeat left top 4px; background-size: 18px; }
.inner-form-checkbox input[type="checkbox"]:checked{ background: url(../../../../wp-content/uploads/2025/12/chk2.png) no-repeat left top 4px; background-size: 18px; }
.inner-form-checkbox .wpcf7-list-item {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
	position: relative;
}

.error404 .header_sec { box-shadow: 0 0 14px -8px #000;}
.thank_you img{ max-width: 300px !important; }
.career_page .contact_right { padding: 30px;  max-width: 750px;  margin: 0 auto;}


.testimonial_slider #sp-testimonial-free-wrapper-75 .sp-testimonial-free{ background: #fff; padding: 20px; border-radius: 20px; padding-bottom: 50px; position: relative; overflow: hidden; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ padding: 0 0 10px; text-align: left; margin: 0; font-size: 16px; line-height: 24px; color:#515151; }
.testimonial_slider #sp-testimonial-free-wrapper-75 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: left; color:#e02332; font-weight: normal; text-transform: capitalize; font-size: 16.85px; padding: 15px 0 0; }
#sp-testimonial-free-wrapper-75 .sp-testimonial-free-section .sp-testimonial-client-rating {
  display: flex !important;
  gap: 2px;
  justify-content: flex-start;
  text-align: left;
  align-items: start;
  position: relative;
  margin-top: -54px;
}
.testimonial_slider #sp-testimonial-free-wrapper-75 .sp-testimonial-free:after{ background: url(../images/coma2.png) no-repeat 0 0; width: 80px; height: 58px; background-size: 100%; position: absolute; right: -5px; bottom: -5px; content: ""; }



.master-slider-parent {width: 100% !important;}
.master-slider {width: 100% !important; margin: 0 !important; border-radius: 40px; }
.ms-view { height: 650px !important; border-radius: 40px; }
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 650px !important;}
/* .ms-slide-info { width: auto !important; position: absolute !important;left: 0; bottom: 40px; z-index: 5; padding: 0 30px; } */
.ms-slide-info { position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; z-index: 1; }
.banner_box .ms-skin-light-6 .ms-nav-next{ background: #fff !important; border-radius: 0px !important; width: 50px; height: 50px; border:none !important; left: 15px !important; right: inherit !important; font-size: 28px; display: flex; justify-content: center; align-items: center; border-radius: 100% !important; box-shadow: 0px 3px 12.48px 0.52px rgba(0, 0, 0, 0.34) !important; }
.banner_box .ms-skin-light-6 .ms-nav-next:hover{ background: #e2184d !important;}
.banner_box .ms-skin-light-6 .ms-nav-next:hover:before{ color:#fff;}
.banner_box .ms-skin-light-6 .ms-nav-next:before{ content: "\f060"; font-family: "Font Awesome 5 Pro"; font-weight: 400; }
.banner_box .ms-skin-light-6 .ms-nav-prev{ background: #fff !important; border-radius: 0px !important; width: 50px; height: 50px; border:none !important; 
  right: 15px !important; left: inherit !important; font-size: 28px;  display: flex; justify-content: center; align-items: center; border-radius: 100% !important; box-shadow: 0px 3px 12.48px 0.52px rgba(0, 0, 0, 0.34) !important; }
.banner_box .ms-skin-light-6 .ms-nav-prev:hover:before{ color:#fff;}  
.banner_box .ms-skin-light-6 .ms-nav-prev:hover{ background: #e2184d !important;}  
.banner_box .ms-skin-light-6 .ms-nav-prev:before{ content: "\f061"; font-family: "Font Awesome 5 Pro"; font-weight: 400; }

.inner-form-input { margin: 0 0 6px;}
.sml_label { margin: 0 0 15px;}
.inner-form-label p { margin-bottom: 0; padding: 10px 0 5px 0;}
.inner-form-input p{ padding: 0px; }
.inner-form-input .intl-tel-input { width: 100%;}


.contact_right .get_frm input[type="text"], .contact_right .get_frm input[type="email"], .contact_right .get_frm input[type="tel"], .contact_right .get_frm select, .contact_right .get_frm textarea {
    padding: 0 !important;
  }


.header_row .btn_link.contact_btn {
  padding: 11px 30px 14px;
}
.header_row .btn_link {
  padding: 11px 40px 14px;
}
.header-rt {
  width: 26%;
}
.header-rt .btn_link {
  margin: 0 0 0 10px;
float: left;	
}
.header-rt .btn_link:first-child{ margin-left: 0px;}
.header-rt {
  display: flex;
  justify-content: flex-end;
}
.header-mid {
  width: 54%;
}
.menu_sec li {
  margin: 0 0 0 30px;
}
.contact-page input[type="submit"]{border-radius: 30px; border-top-left-radius: 0px; padding-bottom: 15px !important; }
.inner-form-submit-btn input[type="submit"]{border-radius: 30px; border-top-left-radius: 0px; padding-bottom: 15px !important; }


.header_row .btn_link.contact_btn{ background-color: #e46617;}
.header_row .btn_link.contact_btn:before{ background-color: #191715;}


@media only screen and (max-width: 1399px) {
.menu_sec li {margin: 0 0 0 25px; font-size: 16px;}
.banTxt .ban_heading, .banTxt h1 { font-size: 40px; line-height: 52px;}
.banTxt .ban_content { font-size: 17px; line-height: 25px; padding-bottom: 20px;}
.top_heading {
  font-size: 36px;
  line-height: 42px;
}
.wrapper {
  padding: 80px 0;
}
.get_frmleft {
  padding: 20px;
}
.book_heading {
  font-size: 34px;
  line-height: 36px;
  padding-bottom: 10px;
}
.ctc_img img {
  max-width: 100%;
}
.ctc_img {
  margin-top: -23px;
}
.ctc_img::before {
  width: 580px;
  height: 244px;
  right: -35px;
}
.ctc_img img {
  max-width: 100%;
}

}


@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading { font-size: 28px;line-height: 32px; padding-bottom: 15px; }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 28px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}
.btn_link {padding: 10px 25px;}

.top-logo {
  width: 18%;
  position: relative;
}
.header-mid {
  width: 68%;
}
.header-rt {
  width: 14%;
}
.menu_sec li {
    margin: 0 0 0 16px;
    font-size: 15px;
  }
.btn_link {
    padding: 8px 24px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 30px;
    line-height: 40px;
  }
.banTxt .ban_content {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 15px;
  }
.banner_box .ms-skin-light-6 .ms-nav-next {
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.banner_box .ms-skin-light-6 .ms-nav-prev {
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.ms-view { height: 540px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 540px !important;}
.why_box i {
  width: 90px;
  height: 90px;
  margin: 0 auto 12px;
}
.why_box i img {
  max-width: 48px;
}
.why_box .card-body .card-title {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 10px;
}
.why_box .card-body .card-text {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}
.top_subheading {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 5px;
  }
.top_paragraph {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 15px;
  }
.welcome_sec {
  padding-bottom: 65px;
}
.wrapper {
    padding: 60px 0;
  }
.service_title {
  font-size: 25px;
  line-height: 32px;
  padding: 0 0 10px;
}
.working_title {
  padding: 0 0 6px;
  font-size: 17px;
  line-height: 22px;
  min-height: 50px;
}
.book_heading {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 8px;
  }
.testimonial_slider #sp-testimonial-free-wrapper-75 .sp-testimonial-free {
  padding: 12px;
  padding-bottom: 50px;
}
.faq_img {
  width: 131%;
  margin-left: -150px;
}
.ctc_left .top_heading {
  font-weight: 400;
  line-height: 38px;
}
.call_link {
  font-size: 25px;
  font-weight: 700;
}
.ctc_img::before {
    width: 480px;
    height: 213px;
    right: -35px;
  }
.ctc_img {
    margin-top: -4px;
  }
.footer_logo img {
  max-width: 160px;
}
.ndis_logo img {
  max-width: 65px;
}
.footer_heading {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
}
.foot_link li {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 22px;
}
.foot_contact li {
  font-size: 14px;
  line-height: 23px;
}

.header-rt {
    width: 26%;
  }
	.header_row .btn_link.contact_btn {
  padding: 9px 22px 12px;
}
	.header_row .btn_link {
  padding: 9px 22px 12px;
}
	.header-mid {
    width: 57%;
  }
.menu_sec li {
    margin: 0 0 0 14px;
    font-size: 14px;
  }
.header-mid {
    width: 56%;
  }





}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {   width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #fd7f31; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 6px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#f9235d;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 24px; }
.inner_subtitle { font-size: 22px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 24px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image { margin-bottom: 0 !important; background: #fff; padding: 20px 12px; height: auto; width: 180px; border-radius: 5px;}

.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 55px; padding: 0 15px; font-size: 14px;
  line-height: 18px;}
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}

.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;}    

.top-logo {
    width: auto;
    position: relative;
  }
.navbar-brand img {
  height: auto;
  max-width: 150px;
}
.ms-view {
  height: 420px !important;
  border-radius: 0;
}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 420px !important;}
.master-slider {
  border-radius: 0;
}
.banTxt {
  max-width: 360px;
  margin-left: 30px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 22px;
    line-height: 30px;
  }
 .banTxt .ban_content {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 12px;
  }
.satisfied_box img {
  max-width: 220px;
}
.banner_box .ms-skin-light-6 .ms-nav-next {
    width: 30px;
    height: 30px;
    font-size: 15px;
    left: 5px !important;
  }
.banner_box .ms-skin-light-6 .ms-nav-prev {
    width: 30px;
    height: 30px;
    font-size: 15px;
    right: 5px !important;
  }

.inner-form-container {
  margin: 0 0 25px;
  padding: 15px 5px;
  border-radius: 13px;
  background: #fff;
}












} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 80px;}
.get_touchSec { padding: 0 0 20px;}   
  
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 22px; font-size: 14px; }  
  
  
.wrapper.why_choose {
  padding: 55px 0;
  margin-top: 0;
}

.why_choose::after {
  width: 100%;
  height: 100%;
}
.why_choose .welcome_txt {
  padding: 0;
}
.welcome_rt {
  padding-left: 0;
} 
.welcome_sec {
  padding: 50px 0;
}
.welcome_txt .ban_btn li {
  margin: 5px 10px 0 0;
}
 .service_title {
    font-size: 20px;
    line-height: 27px;
    padding: 0 0 10px;
  }
.working_innr .col-lg-3::after{ display: none; }
.working_innr::before{ display: none; }
.working_title {
    min-height: auto;
  }
.testimonail_left {
  padding-right: 0;
}
.get_frmleft .get_frm input[type="text"], .get_frmleft .get_frm input[type="email"], .get_frmleft .get_frm input[type="tel"], .get_frmleft .get_frm select, .get_frmleft .get_frm textarea{ padding-left: 30px;}
.tel, .service, .msg, .name { background-position: left top 15px !important;}
.faq_img {
    width: 100%;
    margin-left: 0;
  }
.faq_sec .row {
  align-items: flex-start;
}
.ctc_img::before {
    width: 375px;
    height: 165px;
    right: -25px;
  }
.ctc_img {
    margin-top: 50px;
  }
 .ctc_left .top_heading {
    line-height: 28px;
  }
.call_link {
    font-size: 21px;
  }
.ctc_left {
  padding: 30px 0;
}
.footer_box1 {
  width: 100%;
}
.ftr_img {
  justify-content: center;
  margin: 0 0 10px;
  column-gap: 20px;
}
.footer_box {
  margin: 10px 0;
}
.footer_box2 {
  width: 22%;
}
.footer_box3 {
  width: 35%;
}
.footer_box4 {
  width: 43%;
}
.footer_btm {
    font-size: 13px;
  }
.footer_top {
  padding: 35px 0 30px 0;
}





  
      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
.contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 27px !important;
  }
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px;}
.inner_subtitle {font-size: 18px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 18px;}
.inner_content { padding: 50px 0 !important;}


.banner_box .ms-skin-light-6 .ms-nav-next, .banner_box .ms-skin-light-6 .ms-nav-prev{ display: none; }
.banTxt {
    max-width: 290px;
    margin-left: 0;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 10px;
  }
.banTxt .ban_content {
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 10px;
  }
.ban_btn li {
  margin: 0 10px 0 0;
}
.satisfied_box {
  right: 12px;
  bottom: 20px;
}
.ms-view {
  height: 380px !important;
  border-radius: 0;
}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 380px !important;}
.wrapper.why_choose {
    padding: 50px 0;
  }
.welcome_sec {
    padding: 45px 0;
  }
.about_img {
  width: 100%;
  padding-top: 18px;
  position: relative;
  margin-top: 25px;
  padding-left: 0;
}
.service_sec .top_paragraph br{ display: none;}
.sp-testimonial-free-section.swiper-initialized {
  margin-bottom: 35px !important;
}
.faq_img {
    margin-top: 20px;
  }
.ctc_img {
    margin-top: 20px;
    text-align: center;
  }
.ctc_img::before {
    width: 300px;
    height: 134px;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0);
  }
 .footer_box2 {
    width: 38%;
  }
 .footer_box3 {
    width: 62%;
  }
 .footer_box4 {
    width: 100%;
  }
.banner_box .container {
  position: relative;
  width: 300px;
  float: left;
}
.banTxt {
    max-width: 100%;
    margin-left: 0;
  }







}


@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}

.thank_you img {
  max-width: 170px !important;
}




}




@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content {  padding: 40px 0 !important; }


.satisfied_box{ display: none;}
.service_text {
  width: 100%;
  padding: 20px 0 0;
}
.service_img {
  border-radius: 10px;
}
.service_img img {
  border-radius: 10px;
}
.service_box {
  margin: 15px 0;
  border-radius: 15px;
  padding: 10px;
}
.get_frmleft {
    padding: 12px;
    border-radius: 10px;
  }
.book_heading {
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 0;
  }
.btn_link {
    padding: 8px 20px;
    font-size: 13px;
  }
.call_link {
    font-size: 19px;
  }
.welcome_sec .welcome_txt {
  padding-right: 0;
}
.banner_box {
  overflow: hidden;
}

.why_row .col-md-6:nth-child(odd) .why_box{background: #333333 !important;}
.why_row .col-md-6:nth-child(even) .why_box{background: #e0184e !important;}














} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
	
	
	
}
