body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/26px 'Poppins'; color:#000; 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: 'Poppins';*/


.btn_link { padding: 12px 30px; border-radius: 30px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 14px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 700; border: none; letter-spacing: 1px; background: linear-gradient(90deg,rgba(7, 63, 174, 1) 0%, rgba(8, 102, 186, 1) 30%, rgba(10, 150, 201, 1) 56%, rgba(11, 185, 212, 1) 79%, rgba(12, 202, 218, 1) 100%); }
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: linear-gradient(90deg,rgba(251, 67, 150, 1) 0%, rgba(251, 92, 159, 1) 30%, rgba(251, 124, 171, 1) 56%, rgba(252, 173, 190, 1) 79%, rgba(252, 196, 198, 1) 100%);
  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; }

.btn_link2{ background: linear-gradient(90deg,rgba(251, 67, 150, 1) 0%, rgba(251, 92, 159, 1) 30%, rgba(251, 124, 171, 1) 56%, rgba(252, 173, 190, 1) 79%, rgba(252, 196, 198, 1) 100%) !important; color:#fff !important; }
.btn_link2:hover{ color:#fff !important; }
.btn_link2::before { background: linear-gradient(90deg,rgba(7, 63, 174, 1) 0%, rgba(8, 102, 186, 1) 30%, rgba(10, 150, 201, 1) 56%, rgba(11, 185, 212, 1) 79%, rgba(12, 202, 218, 1) 100%) !important; }
/* 
.btn_link3{ background: #68bc46 !important; border-color: #68bc46 !important; color:#fff !important; }
.btn_link3:hover{ color:#fff !important; border-color: #8243fc !important; }
.btn_link3::before { background: #8243fc !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: absolute; left: 0px; top: 0px;  z-index: 555; }


.header_top{position: relative; width: 100%; padding: 15px 0; }
.header_top .row{ align-items: center; justify-content: flex-end; }

.top_contact ul { display: flex; justify-content: flex-end; column-gap: 15px;}
.top_contact ul li{ margin: 0 0 0 0 20px; color:#fff; font-family: 'Poppins'; font-size: 14px; line-height: 20px; font-weight: 500; float: left; }
.top_contact ul li a{ color:#fff; }
.top_contact ul li a:hover{ color:#fb6ea6; }
.top_contact ul li img{ margin: -2px 5px 0 0; max-width: 15px; }
.top_contact ul li:last-child{ margin-right: 0px;}


.headerMain{ 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; }
.headerMain .row{ align-items: center; }
.headerMain_innr{ width: 100%; background: #fff; border-radius: 15px; padding: 10px 15px; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; padding: 0; }
.navbar-brand {
  margin: 0;
  padding: 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;
  width: auto;
}
.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; } 

.header-rt .btn_link{ float: right; margin: 0; }

.menu_sec {padding: 0; display: flex; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 28px; font-size: 14px; line-height: 20px; color:#393939; position: relative; font-weight: normal; float: left; }
.menu_sec li a{display: inline-block; color: #393939; padding: 10px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#fd519c; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #fd519c; bottom: 0; left: 0; transition: all 0.3s; 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: #fff; top: 42px; box-shadow: 0 0 7px -4px #646363; }
.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: 8px 12px !important; color:#333333; }
.site-navigation ul .sub-menu li a:hover{ background: #fd519c !important; color:#fff !important; }


.top-logo{width: 19%; position: relative; }
.header-mid { width: 64%;}
.header-rt { width: 17%;}



.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; z-index: 5555; }
.header_sec.fixed .header_top{ display: none; }
.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; }


.bannersec{ width: 100%; position: relative; overflow: hidden; }  
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
/* .banner_box:before{ width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/banner_bg.png) no-repeat 0 0; background-size: cover; height: 100%; content: ""; } */
/* .banner_box:after{ background: url(../images/pattern1.png) no-repeat 0 0; background-size: 100%; width: 320px; height: 190px; position: absolute; right: 0; bottom: 0; content: ""; } */
.banner_box img{ width: 100%; }
.banner_innr{ width: 100%; position: relative; }
.banTxt{max-width: 530px; position: relative; float: right;}
.banTxt .ban_subheading{display: inline-block; width: 100%; font-size: 16px; line-height: 20px; color: #fff; margin-bottom: 15px; position: relative; text-transform: capitalize; position: relative; font-weight: 500; }   
.banTxt .ban_subheading em{ border-radius: 30px; font-style: normal; display: inline-block; padding: 7px 15px; background: linear-gradient(90deg,rgba(251, 67, 150, 1) 0%, rgba(251, 92, 159, 1) 30%, rgba(251, 124, 171, 1) 56%, rgba(252, 173, 190, 1) 79%, rgba(252, 196, 198, 1) 100%); }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 36px; line-height: 48px; color: #fff; padding-bottom: 15px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; }   
.banTxt .ban_heading:after, .banTxt h1:after{ width: 36px; height: 31px; position: absolute; right: -8px; top: -5px; background: url(../images/text_icon.png) no-repeat 0 0; background-size: 100%; content: ""; }
.banTxt .ban_content{ width: 100%; display: inline-block; font-size: 16px; line-height: 28px; color:#fff; margin: 0 0 10px; font-weight: 400; position: relative; }
.ban_btn li{ margin: 10px 0 0; }
.ban_btn li:last-child{ margin-right: 0px; }
.banTxt .ban_btn ul { display: flex; align-items: center; column-gap: 20px; justify-content: flex-start; }
.ban_btn { position: relative;}




.wrapper{ padding: 70px 0; }



.top_subheading{display: inline-block; width: 100%; font-size: 16px; line-height: 20px; color: #fff; margin-bottom: 15px; position: relative; text-transform: capitalize; position: relative; font-weight: 500; }   
.top_subheading em{ border-radius: 30px; font-style: normal; display: inline-block; padding: 7px 18px; background: linear-gradient(90deg,rgba(251, 67, 150, 1) 0%, rgba(251, 92, 159, 1) 30%, rgba(251, 124, 171, 1) 56%, rgba(252, 173, 190, 1) 79%, rgba(252, 196, 198, 1) 100%); }
.top_heading{ width: 100%; font-size: 38px; line-height: 42px; font-family: 'Poppins'; color: #000; font-weight: 700; padding-bottom: 15px; margin-top: 10px; }
.top_heading em{ display: inline-block; padding: 0 30px 0 0; position: relative; font-style: normal; }
.top_heading em:after{ background: url(../images/text_icon.png) no-repeat 0 0; background-size: 100%; position: absolute; right: 0; top: -9px; content: ""; width: 35px; height: 30px; }
.top_paragraph{ font-size: 16px; line-height: 28px; font-family: 'Poppins'; color: #000; font-weight: normal; padding-bottom: 20px; }


.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 15px; line-height: 22px; color:#373737; padding: 10px; padding-left: 30px; position: relative; }
.list_style li strong{ font-size: 22px; line-height: 26px; color:#1c5a9e; display: inline-block; margin: 0 0 5px; }
.list_style li:before{ width: 22px; height: 22px; position: absolute; left: 0px; top: 12px; background: url(../images/bullet.png) no-repeat 0 0; background-size: 100%; content: ""; }


.about_sec{position: relative;}
.about_home{position: relative;overflow: hidden; }
.about_row{ flex-direction: row-reverse; position: relative;} 
.about_row:before{ background: url(../images/pattern2.png) no-repeat 0 0; background-size: 100%; width: 480px; height: 310px; position: absolute; left: 0; top: -212px; content: ""; }
.about_left{ width: 100%; } 
/* .about_sec .about_row{ align-items: center;} */
.about_rt{ width: 100%; position: relative; }


.about_imgbox{ width: 100%; text-align: center; position: relative; margin-top: 10px; }
.about_imgbox img{ width: 100%; border-radius: 10px; height: 370px; object-fit: cover; }


.exp_box { width: 100%; margin: 0 0 15px; padding: 140px 0 0 210px; }
.exp_title{ width: 100%; font-size: 38px; color:#fc4b98; font-weight: 700; line-height: 40px; }
.exp_title sub{ font-size: 16px; line-height: 18px; color:#000; text-transform: uppercase; margin-left: 10px; bottom: 0; }
.exp_subtitle{ width: 100%; font-size: 43px; line-height: 45px; font-weight: 700; text-transform: uppercase; margin-top: 15px; font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px #073ead;
  font-family: "Poppins", sans-serif; }
.exp_img{ width: 100%; position: relative; }
.exp_img:before{ background: url(../images/pattern3.png) no-repeat 0 0; width: 120px; height: 150px; background-size: 100%; position: absolute; left: 0; top: 0; content: ""; }
.exp_imgRt{ float: right; margin-top: 60px; } 
.exp_imgRt img{ max-width: 100%; border-radius: 10px; }








.service_sec{width: 100%; position: relative; background: #ffe4f0; }  

.service_innr{ width: 100%; }


.service_box{ width: 100%; position: relative; background: #fff; border-bottom: 2px solid #0a40ae; border-radius: 15px; padding: 35px 20px; box-shadow: 0px 3px 1px 0px rgba(7, 62, 173, 0.99); margin: 15px 0; padding-top: 50px; }
.service_box:after{ background: url(../images/half_circle.png) no-repeat 0 0; background-size: 100%; width: 52px; height: 80px; position: absolute; right: 0; top: 42px; content: ""; }
.service_icon{ width: 100%; margin: 0; padding: 0; position: relative; }
.service_icon img{ max-width: 60px !important; transition: all 1.3s; }
.service_text{ width: 100%; padding: 65px 0 0;}
.service_title{ width: 100%; font-size: 19px; line-height: 22px; text-transform: capitalize; color:#141414; font-weight: 600; padding: 0; min-height: 45px; }
.service_content{ width: 100%; font-size: 14px; line-height: 26px;  padding: 0 0 15px; color:#626262; min-height: 90px; }
.service_box:hover .service_icon img { transform: rotateY(360deg); }
.service_tag { padding: 8px 24px; border: 1px solid #fb4697; border-radius: 30px; text-transform: uppercase; font-size: 16px; line-height: 20px; position: absolute; right: 15px; top: 10px; color: #fb4697; background: #fff; z-index: 1; }

.why_sec{ width: 100%; }
.why_rt { padding-left: 40px; }
.why_rt .ban_btn ul{ display: flex; column-gap: 25px;}
.why_box{ width: 100%; text-align: center; padding: 20px; margin-top: 10px; position: relative; }
.why_box img{ max-width: 65px; margin-bottom: 10px; transition: all 1.7s;  }
.why_text{ width: 100%; font-size: 17px; line-height: 21px; color:#000; }
.why_rt .row{ position: relative; }
.why_rt .row:before{ background: url(../images/line.png) no-repeat 0 0; width: 450px; height: 46px; background-size: 100%; position: absolute; left: 50%; top: 30px; content: ""; transform: translate(-50%, 0);}
.why_box:hover img { transform: rotateY(360deg); }

.why_left{ width: 100%; }
.why_leftinnr{ width: 100%; background: url(../images/why_img1.jpg) no-repeat 0 0; background-size: cover; border-radius: 15px; padding: 20px; min-height: 415px; }
.why_title{ width: 100%; display: inline-block; font-size: 21px; line-height: 30px; color:#002e86; font-weight: 700; padding: 0 0 15px; }
.why_link{ font-size: 18px; line-height: 24px; color:#002e86; font-weight: 600; }
.why_link img{ margin: 0 2px 0 0; max-width: 100%; }
.why_link:hover{ color:#fb4d9a; }

.video_sec{ width: 100%; position: relative; } 
.video_img{ text-align: center; height: 330px; width: 100%; object-fit: cover; }
.play_btn { width: auto;}
.play_btn{ width: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.play_btn img{ max-width: 120px;}
.video_sec .container{position: relative;}




.testimonial_sec{ width: 100%; position: relative; overflow: hidden; }
.testimonial_sec:after{ background: url(../images/testimnial_icon.png) no-repeat 0 0; background-size: 100%; width: 150px; height: 140px; position: absolute; right: 8%; top: -20px; content: ""; }
.testimonial_slider{ width: 100%; padding: 0; margin-top: 25px; text-align: center;}

.testimonial_left{ width: 100%; background: linear-gradient(180deg,rgba(12, 202, 218, 1) 0%, rgba(11, 185, 212, 1) 22%, rgba(10, 142, 199, 1) 47%, rgba(8, 102, 186, 1) 69%, rgba(7, 69, 176, 1) 86%, rgba(7, 62, 173, 1) 100%); padding: 20px; border-radius: 15px; min-height: 334px; position: relative; margin-top: 25px; }
.testimonial_left:after{ background: url(../images/flower2.png) no-repeat 0 0; width: 115px; height: 120px; background-size: 100%; position: absolute; right: -2px; top: 10px; content: "";}
.test_left{ width: 100%; }
.test_left .clock_img{ margin-top: 85px; }
.left_call{ width: 100%; display: inline-block; font-size: 14px; line-height: 20px; color:#fff; margin-top: 20px; }
.left_call a{ font-size: 18px; line-height: 24px; color:#fff; display: inline-block; margin-top: 5px; }
.ndis_logonew{ width: 100%; display: inline-block; margin-top: 10px; }
.ndis_logonew img{ max-width: 100%; }




.testimonial_rt{ width: 100%; background: linear-gradient(180deg,rgba(251, 67, 150, 1) 0%, rgba(251, 89, 158, 1) 22%, rgba(251, 116, 168, 1) 47%, rgba(252, 153, 182, 1) 67%, rgba(252, 174, 190, 1) 82%, rgba(252, 196, 198, 1) 100%); padding: 20px; border-radius: 15px; min-height: 334px; position: relative; margin-top: 25px; }
.book_img{ position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0);}
.book_btn{ color:#fff; font-size: 18px; line-height: 24px; font-weight: 700; position: relative; padding-right: 50px; display: block; }
.book_btn i{ width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 100%; position: absolute; right: 0; top: 0; background: #07c6d9; }
.book_btn i img{ max-width: 100%; }
.book_btn:hover{ color:#07c6d9; }

.work_sec{ width: 100%; text-align: center; }
.work_box{ width: 288px; text-align: center; margin-top: 15px; display: inline-block; position: relative; padding: 20px; }
.work_icon{ width: 92px; height: 92px; background: #fff; border-radius: 100%; display: flex; justify-content: center; margin: 0 0 20px; box-shadow: 0px 2px 5.64px 0.36px rgba(0, 0, 0, 0.22); align-items: center; margin: 0 auto 20px; position: relative; }
.work_icon img{ max-width: 45px; transition: 1.5s; }
.work_box:hover .work_icon img { transform: rotateY(360deg);}
.work_number{ width: 34px; height: 34px; background: #68bc46; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 24px; font-weight: 600; color:#fff; position: absolute; left: -18px; top: 35%; transform: translate(0, -50%); }
.work_title{ width: 100%; font-weight: 600; font-size: 18px; line-height: 24px; color:#1d1f25; padding: 0 0 12px; }
.work_content{ width: 100%; font-weight: 400; font-size: 14px; line-height: 24px; color:#1d1f25; }
.work_icon:before{ background: url(../images/arw1.png) no-repeat 0 0; width: 18px; height: 30px; background-size: 100%; position: absolute; right: -95px; top: 50%; transform: translate(0, -50%); content: "";}
.work_sec .col-sm-6:last-child .work_icon:before{ display: none;}
.work_innr{ position: relative; width: 100%; }
.work_innr:before{ width: 78%; background: url(../images/line.png) repeat-x 0 0; height: 3px; position: absolute; left: 50%; top: 33%; transform: translate(-50%, -50%); opacity: 0.2; content: ""; }

.request_sec{ width: 100%; background: url(../images/request_bg.jpg) no-repeat 0 0; background-size: cover; }
.request_left{ width: 100%; padding: 50px 0; padding-right: 100px; }
.request_left .top_heading{ font-size: 28px; line-height: 32px; color:#331965; font-weight: 600; padding: 0 0 10px; }
.request_left .top_paragraph{ font-size: 14px; line-height: 24px; color:#131313; font-weight: 400; }
.request_left ul li{width: 100%; display: inline-block; position: relative; padding: 4px; padding-left: 40px; font-size: 16px; list-style: 20px; color:#131313; margin: 0 0 3px; }
.request_left ul li a{ color:#131313; }
.request_left ul li a:hover{ color:#68bc46; }
.request_left ul li i{ width: 30px; height: 30px; border: 2px solid #0d253b; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; }
.request_left ul li i img{ max-width: 15px;}
.request_left ul li strong{ font-weight: 600; }
.contact_img{ width: 100%; margin-top: 15px; }
.contact_img img{ width: 100%; border-radius: 10px; }

.request_rt{ width: 100%; padding: 40px 20px; background: #331965; height: 100%; }
.request_rt .top_heading{ font-size: 30px; line-height: 35px; color:#fff; font-weight: 600; padding: 0 0 10px; text-align: center; }
.request_rt .top_paragraph{ font-size: 15px; line-height: 24px; color:#fff; font-weight: 400; text-align: center; }

.get_frm2{ width: 100%; display: inline-block; margin: 7px 0; }
.get_frm2 input[type="text"], .get_frm2 input[type="email"], .get_frm2 input[type="tel"], .get_frm2 input[type="date"], .get_frm2 select, .get_frm2 textarea{ width: 100%; height: 50px; padding: 0 15px; background: #fff; border: 1px solid transparent; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 0px; font-family: 'Poppins'; transition: all 0.3s; }
.get_frm2 textarea{ padding: 15px; resize: none; height: 120px !important; }
.get_frm2 input[type="text"]:focus, .get_frm2 input[type="email"]:focus, .get_frm2 input[type="tel"]:focus, .get_frm2 input[type="date"]:focus, .get_frm2 select:focus, .get_frm2 textarea:focus{ border-color:#68bc46 !important;}
.get_frm2 input[type="text"]::placeholder, .get_frm2 input[type="email"]::placeholder, .get_frm2 input[type="tel"]::placeholder, .get_frm2 textarea::placeholder{ opacity: 1; color:#374550; }
.get_frm2 .btn_link { cursor: pointer; border: none; padding: 14px 15px; outline: none; margin: 0; width: 100%;  border-radius: 0; background: #68bc46; text-transform: capitalize; }
.get_frm2 .btn_link:hover{ background: #8243fc; }
.get_frm2 select{ cursor: pointer;}
.request_rt .row{ margin: 0 -7px; }
.request_rt .col-sm-6, .request_rt .col-sm-12{ padding: 0 7px;}

.contact_map{ width: 100%; }
.contact_map iframe{ width: 100%; height: 320px; display: flex; margin: 0; }


.toparww{ position: fixed; right: 15px; bottom: -30px; 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: 45px; height: 45px; display: flex; justify-content: center; align-items: center; border-radius: 0; z-index: 5555; background: #f4efe9; border-radius: 100%; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }
.toparww img{filter: invert(1);}

.footer_sec{ width: 100%; background: #040f23; position: relative; }
.footer_sec:before{ background: url(../images/flower.png) no-repeat 0 0; background-size: 100%; width: 110px; height: 140px; position: absolute; left: 0; bottom: 0; content: "";}
.footer_top{ width: 100%; }
.footer_top.wrapper { padding: 50px 0 40px 0; }

.footer_box{ width: 100%; margin-top: 2px; }
.footer_heading { font-size: 18px; line-height: 24px; font-weight: 700; color: #fff; text-transform: uppercase; padding: 0 0 15px; }
.footer_logo{ display: inline-block; margin-bottom: 10px; margin-bottom: 0; }
.footer_logo img{ max-width: 230px;}

.social_box{ width: 100%; display: flex; align-items: center; margin: 0; column-gap: 6px; }
.social_box li{ margin: 0 8px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{ width: 28px; height: 28px; background: #06b7c9; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.social_box li img{ max-width: 15px; }
.social_box li a:hover{ background: #fb4998;}

.foot_link li {width: 100%; margin: 0 0 7px; font-size: 14px; line-height: 21px; color: #fff; position: relative; font-weight: 400; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#06bfd1; }

.foot_contact li { width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 21px; color: #fff; position: relative; padding: 5px; padding-left: 38px; }
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#06bfd1; }
.foot_contact li i{ position: absolute; left: 0px; top: 1px; width: 28px; height: 28px; background: #06b7c9; border-radius: 100%; display: flex; align-items: center; justify-content: center;  }
.foot_contact li i img{ max-width: 15px; }

.footer_box1{width: 23%;}
.footer_box2{width: 21%;}
.footer_box3{width: 32%;}
.footer_box4{width: 24%;}

.footer_btm{ width: 100%; padding: 21px 0; font-size: 14px; line-height: 18px; font-weight: normal; color:#fff; position: relative; border-top: 1px solid rgba(255, 255, 255, 0.3); text-align: center;}
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#06bfd1; }

.mobile_btm{ display: none;}
.ndis_logo{ width: 100%; display: inline-block; margin-bottom: 10px; }
.ndis_logo img{ max-width: 100%; }

.footer_logoSec{ width: 100%; display: flex; align-items: center; justify-content: space-between; margin: 0 0 30px; }
.footer_logoSec img{ max-width: 100%; }





/*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:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #fff;}
.primary-navigation .menu_sec ul li a:hover{background-color: #fd519c; color:#fff !important; }
.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: 240px; }



/*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: #fd519c; 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(255, 255, 255, 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: #000;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.inner_txt {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#fd519c;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #fd519c;
}
.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;
  font-size: 15px;
  line-height: 1.6em;
  color: #000;
  font-weight: normal;
  list-style: none;
  padding: 5px;
  padding-left: 26px;
  margin: 0 0 2px;
  background: url(../images/bullet.png) no-repeat left top 7px; background-size: 18px;
}
/* .inner_list_txt ul li:before{ background: url(../images/bullet.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 23px; position: absolute; left: 0; top: 0; content: "";  } */
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: linear-gradient(90deg,rgba(7, 63, 174, 1) 0%, rgba(8, 102, 186, 1) 30%, rgba(10, 150, 201, 1) 56%, rgba(11, 185, 212, 1) 79%, rgba(12, 202, 218, 1) 100%);
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.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:#fd519c;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #000;
}
.sub_heading strong{ color: #fd519c;}
.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 12px; }
.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{ -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: 'Poppins'; height: 50px; background: none; border: 1px solid #ccc !important; }
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 80px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box input[type="date"]:focus, .get_box input[type="file"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#3ebfc4 !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; }
.get_box input[type="file"]{ padding: 12px !important;}
.get_box label{ padding: 0 0 5px; width: 100%; display: inline-block; }
.contact_page_heading {
font-size: 32px;
line-height: 1.2;
text-transform: capitalize;
color: #000;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #fd519c;
}
.contact_page_heading strong { color:#fd519c;}
.contact_page_info {
position: relative;
color: #000;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background: linear-gradient(90deg,rgba(7, 63, 174, 1) 0%, rgba(8, 102, 186, 1) 30%, rgba(10, 150, 201, 1) 56%, rgba(11, 185, 212, 1) 79%, rgba(12, 202, 218, 1) 100%);
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: #000;
}
.contact_page_info {
color: #000;
}
.contact-text a:hover{ color:#fd519c; }

.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;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #403d41 !important;
outline:none;
border-color:#ccc !important; border-radius: 6px;
}


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

.contact-page input[type="submit"] {
font-size: 15px;
line-height: 24px;
text-transform: capitalize;
color: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius: 50px;
width: fit-content;
padding: 11px 30px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
font-weight: 400;
background: linear-gradient(90deg,rgba(7, 63, 174, 1) 0%, rgba(8, 102, 186, 1) 30%, rgba(10, 150, 201, 1) 56%, rgba(11, 185, 212, 1) 79%, rgba(12, 202, 218, 1) 100%);

}
.contact-page input[type="submit"]:hover {
  background: linear-gradient(90deg,rgba(251, 67, 150, 1) 0%, rgba(251, 92, 159, 1) 30%, rgba(251, 124, 171, 1) 56%, rgba(252, 173, 190, 1) 79%, rgba(252, 196, 198, 1) 100%);}
.get_touchSec { padding: 0 0 20px;}
.get_touchSec .col-lg-6, .get_touchSec .col-md-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0;}
.inner_content { width: 100%; padding:75px 0; }
.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: 17px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; }

/* .btn_link { padding: 12px 35px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #fe084a; margin-top: 10px; font-weight: 700; letter-spacing: 1px; }
.btn_link:hover{ background: #e75710; color:#fff !important; } */



/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 50px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 400; background: linear-gradient(90deg,rgba(251, 67, 150, 1) 0%, rgba(251, 92, 159, 1) 30%, rgba(251, 124, 171, 1) 56%, rgba(252, 173, 190, 1) 79%, rgba(252, 196, 198, 1) 100%); display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: linear-gradient(90deg,rgba(7, 63, 174, 1) 0%, rgba(8, 102, 186, 1) 30%, rgba(10, 150, 201, 1) 56%, rgba(11, 185, 212, 1) 79%, rgba(12, 202, 218, 1) 100%);
  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:#000;}
.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:#000; }
.entry-title a:hover, .entry-meta a:hover { color: #fd519c !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #fd519c !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: 15px; line-height: 26px; font-family: 'Poppins'; color: #000; font-weight: normal; padding-bottom: 15px;}

.menu_sec li > a{ background: none !important; }


.get_frm{ width: 100%; display: inline-block; margin: 7px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm input[type="date"], .get_frm select, .get_frm textarea{ width: 100%; height: 50px; padding: 0 15px; background: #fff; border: 1px solid #ccc; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 5px; font-family: 'Poppins'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px; resize: none; height: 120px; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm input[type="date"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#fd519c !important;}
.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:#656363; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
.get_frm select{ cursor: pointer;}

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

.menu_sec li a { height: auto !important; line-height: normal !important;}
.thank_you img{ max-width: 250px !important; margin: 0 0 20px; }
.contact-img img{ max-width: 25px !important;}

.inner_subtitle.center_txt::after, .inner_title.center_txt::after { left: 50%; transform: translate(-50%, 0); }
.img_box img{ width: 100%; border-radius: 5px; }
.inner_content { padding: 60px 0;}

.menu_sec li{ height: auto !important; line-height: normal !important; }
.menu_sec li a { padding: 10px 0;}




/* inner 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:#000; font-family: 'Poppins'; border: 1px solid #c4c4c4;  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:#000; font-family: 'Poppins'; border: 1px solid #c4c4c4;  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:#000; font-family: 'Poppins'; border: 1px solid #c4c4c4;  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 20px; padding: 0; border-radius: 20px; box-shadow: none; background: #fff;}
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {	color: #000;	font-size: 25px;	line-height: 1.2;	font-weight: 600;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px; font-family: 'Poppins'; }
.inner-form-heading strong {color: #fd519c;}
.inner-form-heading::after { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 1px; background: #fd519c; }
.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: 1px solid #fd519c;}
.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: 500; text-align: center; border-radius: 30px;
width: fit-content; padding: 10px 40px; background: linear-gradient(90deg,rgba(251, 67, 150, 1) 0%, rgba(251, 92, 159, 1) 30%, rgba(251, 124, 171, 1) 56%, rgba(252, 173, 190, 1) 79%, rgba(252, 196, 198, 1) 100%); }
.inner-form-submit-btn input[type="submit"]:hover {background: linear-gradient(90deg,rgba(7, 63, 174, 1) 0%, rgba(8, 102, 186, 1) 30%, rgba(10, 150, 201, 1) 56%, rgba(11, 185, 212, 1) 79%, rgba(12, 202, 218, 1) 100%); 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; }

.menu_sec li a { height: auto !important; line-height: normal !important;}
.thank_you img{ max-width: 250px !important; margin: 0 0 20px; }
.contact-img img{ max-width: 25px !important;}

.inner_subtitle.center_txt::after, .inner_title.center_txt::after {  left: 50%; transform: translate(-50%, 0);}
.img_box img{ width: 100%; border-radius: 5px; }


.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ font-size: 16px; line-height: 30px; color:#5c5c5c; }
.testimonial_slider #sp-testimonial-free-wrapper-24 .sp-testimonial-free{ position: relative;}
.testimonial_slider #sp-testimonial-free-wrapper-24 .sp-testimonial-free-section .sp-testimonial-client-rating {position: absolute; left: 50%; transform: translate(-50%, 0); bottom: 22px;}
.testimonial_slider #sp-testimonial-free-wrapper-24 .sp-testimonial-free-section .sp-testimonial-client-name{ color:#fb4396; font-size: 16px; line-height: 20px; margin-top: 40px; }



/*SLIDER CSS*/
.ms-slide-info { position: absolute !important; top: 60%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; z-index: 5;}
.ms-view { height: 730px !important; border-radius: 0 !important; }
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 730px !important; border-radius: 0 !important;}
.master-slider::before { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/banner_bg.png) no-repeat 0 0; background-size: cover;
 height: 100%; content: ""; z-index: 1;}
.master-slider:after{ background: url(../images/pattern1.png) no-repeat 0 0; background-size: 100%; width: 320px; height: 190px; position: absolute; right: 0; bottom: 0; content: ""; z-index: 55; }
.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev { width: 17px !important; height: 32px !important; border-radius: 0 !important; border: none !important;}
.ms-skin-light-6 .ms-nav-prev{  opacity: 1; }
.ms-skin-light-6 .ms-nav-next { opacity: 1; }
.ms-skin-light-6 .ms-nav-next:hover{ opacity: 1;}
.ms-skin-light-6 .ms-nav-next { background: url(../images/next1.png) no-repeat center center !important; left: inherit !important; right: 15px !important;}
.ms-skin-light-6 .ms-nav-prev { background: url(../images/prev1.png) no-repeat center center !important; left: 15px !important; right: inherit !important;}

.contact_map{ width: 100%; margin-top: 40px; }
.contact_map iframe{ width: 100%; height: 300px; display: flex; margin: 0; }


.policies_innr{ width: 100%; text-align: center; }
.policies_innr ul{ display: flex; justify-content: center; column-gap: 10px; flex-wrap: wrap; }
.policies_innr ul li{ margin: 5px 0; }
.policies_innr ul li a{ margin: 0;}
.feedback_frminnr{ max-width: 100%; margin: 0 auto; }
.details_box {
  font-size: 17px;
  font-weight: 600;
  color: #fb4a99;
  margin: 10px 0; text-align: center;
}
.details_box a {
  color: #fb4a99;
}
.details_box a:hover {
  color: #074bb2;
}
.details_box img{ max-width: 75px !important; margin: 0 0 10px;} 
.top_sec2 {
  background: #fff4f9;
  padding: 30px;
  border-radius: 10px;
}



.faq_sec .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #fd519c !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #000 !important; font-size: 15px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 14px !important; line-height: 24px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#fd519c !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }
.faq_sec .sp-easy-accordion .sp-ea-single .ea-header{ padding: 0; }
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a { padding: 12px;}
.faq_sec .ea-body h4{ font-size: 18px; line-height: 24px; color:#fd519c; }
.faq_sec .ea-body ul { padding: 0 0 15px; margin: 0;}
.faq_sec .ea-body ul li { position: relative; font-size: 14px; line-height: 1.4em; color: #444; font-weight: normal; list-style: none; padding: 3px; padding-left: 22px;
margin: 0 0 4px; background: url(../images/bullet.png) no-repeat left top 4px; background-size: 16px; }
.faq_sec .ea-body strong{ color:#000; padding: 0; }


.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a { position: relative; padding-right: 30px !important;}
.faq_sec #sp-ea-137.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon{ position: absolute; right: 6px; top: 12px; }





@media only screen and (max-width: 1199px) {
.top_contact ul li{ font-size: 14px; }
/* 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;}

.top_contact ul li {
    font-size: 13px;
  }
.top_contact ul {
  column-gap: 12px;
}
.headerMain_innr {
  padding: 8px 12px;
}
.top-logo {
  width: 18%;
}
.navbar-brand img {
  max-width: 146px;
}
.menu_sec li {
  margin: 0 0 0 20px;
  font-size: 13px;
  line-height: 20px;
}
.header-mid {
  width: 63%;
}
.header-rt {
  width: 19%;
}
.header-rt .btn_link { padding: 9px 25px;
  font-size: 13px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 12px;
}
.banTxt .ban_subheading {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.banTxt .ban_content {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 5px;
}
.ms-view { height: 640px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 640px !important; }
.master-slider::after {
  background-size: 100%;
  width: 240px;
  height: 144px;
}
.about_row::before {
  width: 400px;
  height: 255px;
  top: -168px;
}
.about_left .top_subheading {
    margin: 0;
  }
.top_heading em::after {
  right: 0;
  top: 0px;
  width: 26px;
  height: 25px;
}
.top_heading em {
  padding: 0 25px 0 0;
}
.top_heading {
    padding-bottom: 10px;
  }
.exp_box {
  padding: 120px 0 0 180px;
}
.exp_subtitle {
  font-size: 38px;
  line-height: 40px;
}
.exp_img::before {
  width: 90px;
  height: 114px;
}
.top_subheading {
  margin-bottom: 0;
}
.service_box {
  border-radius: 15px;
  padding: 25px 15px;
  margin: 15px 0;
  padding-top: 25px;
}
.service_text {
  padding: 35px 0 0;
}
.service_box::after {
  width: 35px;
  height: 54px;
  top: 27px;
}
.service_title {
  font-size: 17px;
  line-height: 22px;
}
.why_leftinnr {
  padding: 15px;
  min-height: 415px;
}
.why_rt {
  padding-left: 25px;
}
.why_box {
  padding: 10px;
  margin-top: 10px;
}
.why_text {
  font-size: 15px;
  line-height: 20px;
}
.btn_link {
  padding: 10px 26px;
}
.why_leftinnr {
  padding: 15px;
  min-height: 350px;
}
.testimonial_sec::after {
  width: 115px;
  height: 104px;
  top: -20px;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 15px;
  line-height: 28px;
}
.testimonial_left {
  padding: 15px;
  min-height: 334px;
  margin-top: 25px;
}

.testimonial_rt {
  padding: 15px;
  min-height: 334px;
  margin-top: 25px;
}
.book_btn {
  font-size: 14px;
  line-height: 20px;
  padding-right: 40px;
}
.book_btn i {
  width: 35px;
  height: 35px;
}
.book_img {
  max-width: 100%;
}
.footer_heading {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 15px;
}
.foot_contact li {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 20px;
  padding: 4px;
  padding-left: 38px;
}
.foot_link li {
  font-size: 13px;
  line-height: 20px;
}
.footer_box2 {
  width: 20%;
}
.footer_box3 {
  width: 33%;
}
.footer_btm {
  padding: 15px 0; font-size: 13px;
  line-height: 16px;
}
.footer_sec::before {
  width: 85px;
  height: 110px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 24px;
    display: inline-block; width: auto;
  }


.details_box img {
  max-width: 65px !important;
  margin: 0 0 10px;
}
.details_box {
  font-size: 14px;
  margin: 10px 0;
}





}


@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: #073ead; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 8px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background: #fc4b98; 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; background-position: left top 9px; }
.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: none; padding: 0 10px; height: auto; width: 200px; border-radius: 0;}

.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: 50px; 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; }

.headerMain { padding: 0; }
.header_sec.fixed .navbar-brand img {max-width: 140px;}
.navbar-brand img { max-width: 140px; height: auto; }

.header_sec{ position: relative; left: inherit; top: inherit; }
.navbar-brand img {
    max-width: 140px;
  }
.ms-view { height: 450px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 450px !important; }
.ms-slide-info {
  top: 50%;
}
.banTxt {
  max-width: 390px;
}
.banTxt .ban_subheading {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
  }
.banTxt .ban_subheading em {
  padding: 6px 12px;
}
.banTxt .ban_heading::after, .banTxt h1::after {
  width: 28px;
  height: 25px;
  right: -8px;
  top: -2px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 24px;
    line-height: 32px;
    padding-right: 20px;
  }
.banTxt .ban_content {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
  }
.master-slider::after {
    width: 160px;
    height: 96px;
  }

.top_sec2 {
  padding: 25px 15px;
}

.headerMain_innr{ border-radius: 0px; background: none; }


    
} 
 
 
@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: 32px;}
.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: 24px; font-size: 14px; }
  
.about_row::before {
    width: 310px;
    height: 200px;
    top: -140px;
  }
.exp_box {
    padding: 90px 0 0 100px;
  }
.exp_title {
  font-size: 32px;
  line-height: 34px;
}
.exp_title sub {
  font-size: 14px;
  line-height: 18px;
  margin-left: 6px;
}
.exp_subtitle {
    font-size: 32px;
    line-height: 34px;
  }
.exp_imgRt {
  margin-top: 28px;
}
.exp_img::before {
    width: 65px;
    height: 84px;
  }
.why_title {
  font-size: 17px;
  line-height: 24px;
  padding: 0 0 10px;
}
.why_link {
  font-size: 15px;
  line-height: 22px;
}
.why_leftinnr {
    padding: 15px;
    min-height: 280px;
  }
.top_subheading {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px;
  }
.top_subheading em {
  padding: 6px 16px;
}
.why_box img {
  max-width: 45px;
  margin-bottom: 10px;
}
.why_box {
    padding: 5px;
    margin-top: 10px;
  }
.why_text {
    font-size: 12px;
    line-height: 16px;
  }
.why_rt .ban_btn ul {
  display: flex;
  column-gap: 14px;
}
.why_rt {
    padding-left: 12px;
  }
.why_rt .row::before {
  width: 298px;
  height: 30px;
  left: 50%;
  top: 25px;
}
.btn_link {
    padding: 8px 22px;
    font-size: 13px;
  }
.video_img {
  height: 280px;
}
.play_btn img {
  max-width: 85px;
}
.left_call {
  font-size: 17px;
  line-height: 22px;
  margin-top: 20px;
}
.left_call a {
  font-size: 21px;
  line-height: 26px;
  margin-top: 8px;
}
.book_btn {
    font-size: 18px;
    line-height: 26px;
    padding-right: 40px;
  }
.footer_box1 {
  width: 100%;
  text-align: center;
}
.footer_logoSec {
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}
.social_box {
  justify-content: center;
}
.footer_box2 {
    width: 21%;
  }
.footer_box3 {
    width: 46%;
  }
.footer_box4 {
  width: 33%;
}
.footer_sec::before{ display: none;}
.footer_box {
  margin-top: 25px;
}
 .testimonial_left {
    padding: 15px;
    min-height: 334px;
    margin: 25px auto 0;
    max-width: 280px;
  }
 .testimonial_rt {
    padding: 15px;
    min-height: 334px;
    margin: 25px auto 0;
    max-width: 280px;
  }




      
} 

 
@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: 20px; }
.contact_right { padding: 15px; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] {
    font-size: 15px;
    line-height: 22px;
    padding: 11px 35px !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; text-shadow: 0 1px 2px #333; }
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 17px;}
.inner_content { padding: 50px 0 !important;}

.footer_box { margin: 12px 0;}
.banner_box .container {
  max-width: 280px;
  text-align: center;
}
.banTxt{ max-width: 100%;}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 18px;
    line-height: 22px;
  }
.banTxt .ban_content {
    font-size: 12px;
    line-height: 17px;
    margin: 0; text-shadow: 0 1px 2px #333;
  }
.banTxt .ban_btn ul {
  column-gap: 10px;
  justify-content: center;
}
.ban_btn li .btn_link{ margin: 0;}
.ms-view { height: 380px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 380px !important; }
.master-slider::after {
    width: 130px;
    height: 76px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 18px;
    line-height: 24px; text-shadow: 0 1px 2px #333;
  }
.about_row::before {
    width: 170px;
    height: 110px;
    top: -94px;
    left: 50%;
    transform: translate(-50%, 0);
  }
.exp_box {
    padding: 25px 0 0 0;
  }
.exp_imgRt img {
  width: 100%;
}
.exp_imgRt {
    margin-top: 0;
    width: 60%;
  }
.service_text {
    padding: 15px 0 0;
  }
.why_leftinnr {
    padding: 15px;
    min-height: 280px;
    max-width: 280px;
    margin: 0 auto 20px;
  }
 .why_rt {
    padding-left: 12px;
    text-align: center;
  }
.why_rt .row{ justify-content: center;}
.why_rt .row::before{ display: none;}
.why_rt .ban_btn ul {
    column-gap: 14px;
    margin-top: 15px;
    justify-content: center;
  }
.video_img {
    height: 240px;
  }
.play_btn img {
    max-width: 50px;
  }
.testimonial_sec::after {
    width: 82px;
    height: 80px;
    top: -20px;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 14px;
    line-height: 26px;
  }
.footer_box2 {
    width: 19%;
  }
.footer_box3 {
    width: 48%;
  }
.footer_box4 {
    width: 33%;
  }
.foot_contact li {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 20px;
    padding: 3px;
    padding-left: 38px;
  }
.foot_link li {
    font-size: 11px;
    line-height: 16px;
  }
.footer_btm {
    font-size: 11px;
  }
.footer_heading {
    font-size: 15px;
    line-height: 22px;
}
.core-box {
  padding: 25px 15px;
}
.inner-form-label {
  font-size: 14px;
}

.policies_innr ul {
  column-gap: 4px;
}
.policies_innr ul li {
  margin: 2px 0;
}
.get_frm .btn_link {
  padding: 11px 30px;
}
.faq_sec .ea-body h4 {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 10px;
}
.faq_sec .ea-body p{ padding: 0 0 10px;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {
  font-size: 13px !important;
  line-height: 20px;
}

.contact-img {
  width: 40px;
  height: 40px;
}
.contact-img img {
  max-width: 20px !important;
}
.contact_page_info {
  margin-top: 15px;
  padding-left: 50px;
}
.contact-text {
  font-size: 14px;
  line-height: 24px;
}





}

@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;}





}



@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; }

.banTxt .ban_heading, .banTxt h1 {
    font-size: 18px;
    line-height: 24px;
  }

.wrapper.about_sec.about_home {
  padding-top: 65px;
}
.about_row::before {
    top: -115px;
  }
.about_imgbox img {
  width: 100%;
  border-radius: 6px;
  height: 180px;
}
.service_title{ min-height: auto; padding: 0 0 12px; }
.service_content{ min-height: auto;}
.video_img {
    height: 210px;
  }
.footer_heading {
    font-size: 16px;
    line-height: 22px;
  }
.foot_link li {
    font-size: 13px;
    line-height: 20px;
  }
.foot_contact li {
    margin: 0 0 13px;
    font-size: 13px;
    line-height: 22px;
    padding: 3px;
    padding-left: 38px;
  }
.core-box {
    padding: 20px 15px;
  }




} 

@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;}
.btn_link { padding: 5px 16px; font-size: 12px; }	

.service_innr .col-6 { width: 100%;}

	
	
}
