body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/30px 'Poppins'; color:#141414; 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: 10px 32px; border-radius: 50px; text-transform: uppercase; font-weight: 700; 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; background: #1b4bbc;}
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #ff7200;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  border-radius: 50px;
  transition: transform 0.3s ease;
}

.btn_link:hover::before {
  transform: scaleX(1);
}
.btn_link:hover{ color:#fff; }

.btn_link2{background: #ff7200 !important;}
.btn_link2::before{background-color: #030916 !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; box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.1); }


.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; position: relative; z-index: 55; }
.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; padding: 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 20px; font-size: 14px; line-height: 20px; color:#000; position: relative; font-weight: normal; float: left; }
.menu_sec li a{display: inline-block; color: #000; padding: 6px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#1b4bbc; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #1b4bbc; 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: #1b4bbc; top: 75px; 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: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #ff7200 !important; }
.menu_sec li.btn_link { padding: 0px; border: none; }
.menu_sec li.btn_link a { color:#fff; padding: 14px 44px 17px; font-weight: bold; }
.menu_sec li.btn_link a:after{ display: none; }

.top-logo{width: 15%;}
.header-mid { width: 64%;}
.header-rt { width: 21%;}


/* .header-rt .btn_link{ background: none; color:#444444; font-size: 17px; border: 1px solid #0981a2; border-radius: 8px; font-weight: 400; padding: 14px 22px; float: right;
  margin: 0; }
.header-rt .btn_link i{color:#0981a2; margin: 0 0 0 5px;}
.header-rt .btn_link:hover, .header-rt .btn_link:hover i{ color:#fff; }
.header-rt .btn_link:hover{border-color:#869558; } */


.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.1); animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:8px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand img {
  max-width: 80px;
}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-rt .btn_link{ float: right; margin: 0; }
.header-rt .btn_link::before{ border-radius: 4px; }

/* .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; }  
/* .bannersec:before{ width: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/banbg.png) repeat-x left bottom; height: 110px; content: "";} */
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; height: 670px; }
.banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: url(../images/bannerbg.png) no-repeat 0 0; background-size: cover; opacity: 0.75; }
.banner_box img, .banner_box video{ width: 100%; height: 100%; object-fit: cover; }
.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: 2; text-align: center; }
.banTxt{max-width: 100%; }
.banTxt .ban_subheading{ width: 100%; display: inline-block; font-size: 18px; line-height: 24px; color:#fff; text-transform: uppercase; margin: 0 0 15px; font-weight: bold; letter-spacing: 2px; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 55px; line-height: 62px; color: #fff; padding-bottom: 25px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; }   
.ban_btn ul{ display: flex; justify-content: center; }
.ban_btn ul li{ margin: 10px 20px 0 0; float: left;}
.ban_btn ul li:last-child{ margin-right: 0px; }
.ban_btn ul li i{ margin: 0 5px 0 0; }
.ban_btn ul li a{ margin: 0;}



.wrapper{ padding: 90px 0; }

.speciality_sec{ width: 100%; position: relative; }
 .speciality_innr { width: 100%; background: #fff; border-radius: 20px; padding: 20px 40px; margin-top: -60px; position: relative; z-index: 1; box-shadow: 0px 3px 10px 0px rgba(3, 9, 20, 0.11); /*padding-right: 265px; */ }
.speciality_box { width: 100%; text-align: center; color: #fff; padding: 0 10px; margin: 10px 0 0; }
.speciality_box i { width: 76px; height: 76px; background: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; border-radius: 100%;}
.speciality_box i img{transition: all 0.8s; max-width: 100%;}
.specl_heading { font-weight: 500; font-size: 18px; line-height: 24px; padding: 0 0 6px; color:#181818; }
.speciality_box:hover i img{ transform: rotateY(360deg); }
.trusted_logo { position: absolute; right: 50px; top: 25px;}
.trusted_logo img{ max-width: 100%; }



.about_sec{position: relative;}
.about_sec .container{ position: relative; z-index: 55; }
.reverse{ flex-direction: row-reverse; }
.about_sec .row{ align-items: center; }
.top_subheading{ width: auto; display: inline-block; font-size: 18px; line-height: 25px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: #1b4bbc; padding: 0 0 20px; }
.top_heading{ width: 100%; font-size: 34px; line-height: 40px; font-family: 'Poppins'; color: #181818; font-weight: 700; padding-bottom: 15px; text-transform: capitalize; }
.top_heading strong{ color:#1b4bbc; }
.top_paragraph{ font-size: 16px; line-height: 30px; color: #141414; font-weight: normal; padding-bottom: 15px; }


.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 16px; line-height: 24px; color:#1d1d1d; padding: 10px; padding-left: 30px; }
.list_style li strong{ font-size: 22px; line-height: 26px; color:#1c5a9e; display: inline-block; margin: 0 0 5px; }
.list_style li:before{ width: 10px; height: 10px; position: absolute; left: 0px; top: 0; background: #1F9AE9;
background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); border-radius: 100%; content: ""; }

.about_left{ width: 100%; padding: 0 0 0 30px; } 
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; }
.about_imgbox img{ max-width: 100%; border-radius: 10px; }



.number_sec{ width: 100%; background: #1b4bbc; padding: 80px 0; position: relative; }
.numbr_box .numbr_heading{ color:#fff; font-weight: 700; font-size: 35px; line-height: 40px; padding: 0 0 3px; }
.numbr_box .numbr_content{ color:#fff; font-weight: 500; font-size: 15px; line-height: 21px; }
.number_sec:before{ background: url(../images/blue_line1.png) no-repeat 0 0; width: 100%; height: 142px; background-size: 100% 100%; position: absolute; left: 0; top: -138px; content: ""; }
.number_sec:after{ background: url(../images/blue_line2.png) no-repeat 0 0; width: 100%; height: 135px; background-size: 100% 100%; position: absolute; left: 0; bottom: -130px; content: ""; }

/* .wrapper.about_sec { padding-bottom: 130px;} */
.number_sec .col-lg-3{position: relative;}
.number_sec .col-lg-3:after{ width: 2px; height: 65px; background: #fff; position: absolute; right: 0; top: 50%; content: ""; transform: translate(0%, -50%); }
.number_sec .col-lg-3:last-child::after{ display: none;}


.exp_temSec{ width: 100%; text-align: center; position: relative; z-index: 1; }
.top_sec{ text-align: center; width: 100%; }
.top_sec .top_subheading {padding: 0 0 12px;}
.wrapper.exp_temSec { padding-top: 130px;}
.team_ban{ width: 100%; padding-top: 30px; }
.team_ban img{ max-width: 100%;}

.why_choose { width: 100%; text-align: center; margin-top: -120px; position: relative; z-index: 1;}
.why_choose .top_heading, .why_choose .top_subheading{ color:#fff; }
.why_choose::after { background: url(../images/blue_line3.png) no-repeat 0 0; width: 100%; height: 116px; background-size: 100% 100%; bottom: -105px;}
.why_box{ width: 100%;}
.why_box i{ width: 81px; height: 81px; background: #b3f4ff; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; border-radius: 100%;}
.why_box i img{ max-width: 100% !important; width: auto !important; transition: all 0.8s; }
.why_text{ width: 100%; font-size: 16px; line-height: 20px; color:#fff; font-weight: 700; }
.why_choose .owl-carousel{ padding: 60px 0 0; }
.why_box:hover i img { transform: rotateY(360deg);}

.why_choose .owl-nav.disabled{ display: block !important;}
.why_choose .owl-nav .owl-prev{ background: url(../images/prev.png) no-repeat 0 0 !important; background-size: 100% !important; width: 18px; height: 34px; position: absolute; left: -20px; top: 50%; transform: translate(-50%, 0); font-size: 0 !important; }
.why_choose .owl-nav .owl-next{ background: url(../images/next.png) no-repeat 0 0 !important; background-size: 100% !important; width: 18px; height: 34px; position: absolute; right: -20px; top: 50%; transform: translate(-50%, 0); font-size: 0 !important; }


.service_sec{width: 100%; }
.wrapper.service_sec { padding-bottom: 40px;}
.service_sec .owl-carousel .owl-item { padding: 10px;}
.service_row { padding: 50px 0; border-bottom: 2px solid #1b4bbc; position: relative;}
.service_box{ align-items: center; }
.service_box .flex-shrink-0{ width: 350px; font-size: 24px; line-height: 26px; font-weight: 700; color:#000;  transition: all 0.8s;}
.service_box .service_content{ font-size: 14px; line-height: 24px; font-weight: 400; color:#141414;  transition: all 0.8s;}

.service_img{ width: 100%; position: absolute; left: 0; top: 0; height: 100%; opacity: 0; visibility: hidden; transition: all 0.8s; }
.service_img:before{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0; background: rgba(0, 0, 0, 0.5); content: ""; }
.service_img img{ width: 100%; height: 100%; object-fit: cover; }
.service_row .container{position: relative; z-index: 1;}
.service_row:hover .service_img{opacity: 1; visibility: visible;}
.service_row:hover .flex-shrink-0, .service_row:hover .service_content{color:#fff;}
.service_row:hover .btn_link::before{ transform: scaleX(1);}
.last_row{ border: none; padding-bottom: 100px; }


.testimonial_sec{ width: 100%; position: relative; background: #d8e4ff; }
.testimonial_sec .container{ position: relative; z-index: 2;}
.testimonial_sec .top_sec{ padding-bottom: 20px; }

.testimonial_sec::before { background: url(../images/blue_line4.png) no-repeat 0 0; width: 100%; height: 143px; background-size: 100% 100%; position: absolute; left: 0; top: -138px; content: "";}
.testimonial_sec::after { background: url(../images/blue_line5.png) no-repeat 0 0; width: 100%; height: 126px; background-size: 100% 100%; position: absolute; left: 0; bottom: -105px; content: "";}


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; 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; border-radius: 100%; z-index: 5555; background: #1b4bbc; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


.clients_sec{ width: 100%; }
.clients_slider { width: 100%; }
.clients_slider .client_logo{ width: 100%; box-shadow: 0 0 5px 2px #ededed; border-radius: 15px; }
.clients_slider .client_logo img{ width: auto !important; max-width: 100% !important;  border-radius: 15px; }
.clients_slider .owl-carousel .owl-item{ padding: 10px;}
.clients_slider .owl-carousel { margin-top: 25px;}
.wrapper.clients_sec { padding-bottom: 65px;}


.cta_sec{ width: 100%; position: relative;}
.cta_innr{width: 100%;  background: url(../images/cta_bg.jpg) repeat 0 0; border-radius: 30px 30px 0 0; position: relative; background-attachment: fixed; }
.cta_innr .top_subheading, .cta_innr .top_heading{ color:#fff; }
.cta_sec .container-fluid{ max-width: 1920px; padding: 0; }
.cta_content { width: 560px; float: right; padding: 110px 35px 110px 0;}
.cta_img{ width: 100%; height: 100%; border-radius: 0 30px 0 0; }
.cta_img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 0 30px 0 0; }
.cta_sec .row{ margin: 0; align-items: center;} 
.cta_sec .col-md-6{ padding: 0px;}



.footer_sec{ width: 100%; position: relative; background: #030916; }
.footer_sec .container{ position: relative; z-index: 2; }

.footer_top{ width: 100%; padding: 70px 0 40px 0; }
.footer_box{ width: 100%; }
.footer_heading { font-size: 18px; line-height: 27px; font-weight: bold; color: #fff; text-transform: uppercase; padding: 0 0 15px; margin-bottom: 10px; letter-spacing: 1px;
}
.footer_heading strong{ font-weight: bold; border-bottom: 2px solid #0980a3;}
.ftr_logo{ display: inline-block; margin-bottom: 10px; }
.ftr_logo img{ max-width: 230px;}
.footer_content{ width: 100%; font-size: 14px; line-height: 26px; font-weight: normal; color:#fff; padding: 0 10px 15px 0;}

.social_box{ width: 100%; display: flex; align-items: center; padding-left: 24px; }
.social_box li{ margin: 0 8px; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{ display: flex; align-items: center; justify-content: center; color:#fff; font-size: 14px; width: 28px; height: 28px; border-radius: 100%; background: #1b4bbc; }
.social_box li a:hover{ color:#fff; background: #fd7100; }



.foot_link li {width: 100%; margin: 0 0 15px; font-size: 14px; line-height: 18px; color: #fff; position: relative; padding: 0; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#fd7100; }

.foot_contact li { width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 22px; color: #fff; position: relative; padding: 3px; padding-left: 40px;}
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#fd7100; }
.foot_contact li i {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 1px;
  background: #1b4bbc;
}

.footer_box1{width: 20%;}
.footer_box2{width: 22%;}
.footer_box3{width: 30%;}
.footer_box4{width: 28%;}


.footer_btm{ width: 100%; padding: 20px 0; font-size: 14px; line-height: 16px; font-weight: normal; color:#fff; text-align: center; position: relative; background: #030916; border-top: 1px solid #353a45; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#fd7100; }

.mobile_btm{ display: none;}
.ndis_logo{ max-width: 100%;}
.ndis_logo img{ max-width: 100%; }

.footer_logo{ display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }





/*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: #1b4bbc;}
.primary-navigation .menu_sec ul li a:hover{background-color: #ff7200; color:#fff !important; padding-left: 20px; }
.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: #ff7200; 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: #181818;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Poppins';
  text-transform: capitalize;
  margin-bottom: 15px;
      text-align: left;
}
.inner_subtitle {
  color: #181818;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Poppins';
  margin-bottom: 15px;
  text-transform: capitalize;
   text-align: left;
}
.inner_subtitle2 {
  color: #181818;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
 font-family: 'Poppins';
  text-transform: capitalize;
  text-align: left;
}

.inner_txt {
  font-size: 16px;
  color: #141414;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Poppins';
  text-align: left;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#1b4bbc;
  padding-bottom: 16px;
  position: relative;
}


.inner_title::before, .inner_subtitle::after  {
  background: #1b4bbc;
  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-left: 25px;;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Poppins';
  color: #141414;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#1b4bbc; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #1b4bbc;
  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:#ff7200;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #181818;
}
.sub_heading strong{ color: #1b4bbc;}
/* .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: 'Poppins';}
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.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:#16b0b7 !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: #181818;
padding: 0 0 15px;
 font-family: 'Poppins';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #1b4bbc;
}
.contact_page_heading strong { color:#1b4bbc;}
.contact_page_info {
position: relative;
color: #141414;
margin-top: 25px;
padding-left: 57px;
font-family: 'Poppins';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#1b4bbc;
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: #141414;
}
.contact_page_info {
color: #141414;
}
.contact-text a:hover{ color:#1b4bbc; }

.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: #08121e !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:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #1b4bbc;
}
.contact-page input[type="submit"]:hover {
background-color: #ff7200 !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;}
.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: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }
.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: '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: 600; background: #1b4bbc; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #ff7200;
  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:#08121e;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; padding-bottom: 120px !important; } 
.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:#181818; }
.entry-title a:hover, .entry-meta a:hover { color: #1b4bbc !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #1b4bbc !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: 26px; font-family: 'Poppins'; color: #141414; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #141414; 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{ text-align: center;}
.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 #949494; outline: none; font-size: 15px; line-height: 18px; color:#08121e; border-radius: 10px; font-family: 'Poppins'; }
.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: 1px solid #1b4bbc !important; }
.img_box img{ width: 100%; border-radius: 8px; }



.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section{ margin-left: 20px; margin-right: 20px; }
.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free{ background: #fff; padding: 20px; box-shadow: 0px 4px 0px 0px rgba(27, 75, 188, 0.004); border-radius: 20px; position: relative; padding-top: 55px; border-bottom: 4px solid #1b4bbc; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-item{ padding: 10px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content{ padding: 0 !important;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ text-align: left; font-size: 14px; line-height: 24px; color:#141414; padding: 0; min-height: 230px; margin: 0 !important; }
.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: left; font-size: 13px; line-height: 20px; color:#141414;  font-weight: 600; min-height: 40px; }
.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-rating {width: auto; position: absolute; left: 20px; top: 25px; }
.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0 !important;}

.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{ background: url(../images/next2.png) no-repeat 0 0 !important; width: 18px; height: 34px; background-size: 100% !important; font-size: 0px; border-radius: 0; border: none !important; right: 0px;}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{ background: url(../images/prev2.png) no-repeat 0 0 !important; width: 18px; height: 34px; background-size: 100% !important; font-size: 0px; border-radius: 0; border: none !important; left: 0px;}
.testimonial_slider #sp-testimonial-free-wrapper-80 .sp-testimonial-free-section .testimonial-nav-arrow{border: none !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow{ transform: inherit;}


.about_sec.inner_content .row{ align-items: inherit;}
.yello_sec { background: #fbf6f1;}




.get_in_touch{ width: 100%; text-align: center; background: url(../images/blue_pattern.jpg) no-repeat 0 0; background-attachment: fixed; background-size: cover; }
.get_in_touch .top_subheading, .get_in_touch .top_heading{ color:#fff; }

.get_frm{ width: 100%; display: inline-block; margin: 6px 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 25px; background: #fff; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Poppins'; 
  transition: all 0.3s; }
.get_frm textarea{ padding: 15px 20px; resize: none; height: 130px; }
.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; }
/* .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{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}


.team_box { padding: 10px; margin: 15px 0; box-shadow: 0px 1px 9px -4px rgba(0, 0, 0, 0.4); border-bottom: 4px solid #1b4bbc; border-radius: 15px;  height: 100%;}
.team_img{ width: 100%; overflow: hidden;  border-radius: 15px;  }
.team_img img{ width: 100%; border-radius: 15px 15px 0 0; transition: all 0.3s; }
.team_content { width: 100%; padding: 15px 0 0;}
.team_heading{ width: 100%; font-size: 18px; line-height: 24px; color:#1b4bbc; font-weight: 600; }
.team_box:hover .team_img img{transform: scale(1.1);}

.count { display: inline-block;}


.top_subheading, .ban_subheading, .speciality_innr {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.top_subheading.visible, .ban_subheading.visible, .speciality_innr.visible {
  opacity: 1;
  transform: translateY(0);
}



/* Optional: fade out as scrolls upward */
.top_subheading.fade-out, .ban_subheading.fade-out, .speciality_innr.fade-out {
  opacity: 0;
  transform: translateY(-20px);
}

.cta_innr .top_heading a {
    text-decoration: underline !important;
    color: #fff;
    text-underline-offset: 6px;
}

/* The scroll indicator styling */
.scroll-indicator {
    width: 120px;
    height: auto;
    animation: bounce 2s infinite 
ease-in-out;
    position: absolute;
    left: 50%;
    bottom: -85px;
    color: #fff;
    margin-left: -60px;
}

/* The soft bounce animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    40% {
        transform: translateY(-20px) rotate(0deg);
    }
    60% {
        transform: translateY(-10px) rotate(0deg);
    }
}

.banTxt .ban_heading, .banTxt h1 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 10px;
    font-weight: 600;
}

.text_animation {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
text-shadow: 0 8px 15px #5486fd;	
}

.text_animation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  height: 2px;
  width: 100%;
  background-color: rgba(52,109,244,0); /* light base line */
  overflow: hidden;
}

.text_animation::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  height: 4px;
  width: 0;
  background-color: #5486fd;

  animation: underlineLoop 2.2s ease-in-out infinite;
}

@keyframes underlineLoop {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.speciality_innr2{ padding: 20px !important; background: url(../images/cta_bg.jpg) repeat 0 0; }
.speciality_img img{ width: 100%; border-radius: 5px; }
.speciality_img { width: 100%; }
.speciality_innr2 .row{ align-items: center; }
.speciality_innr2 .top_subheading, .speciality_innr2 .top_heading{ color:#fff; }
.discover_txt { text-shadow: 0 3px 6px #000;}
.speciality_innr2 .speciality_txt{position: relative; padding-top: 34px; padding-bottom: 34px; }
.speciality_innr2 .speciality_txt:before{ background: url(../../../../wp-content/uploads/2025/11/coma2-1.png) no-repeat 0 0; width: 30px; height: 30px; background-size: 100%; position: absolute; left: 0; top: 0px; content:""; }
.speciality_innr2 .speciality_txt:after{ background: url(../../../../wp-content/uploads/2025/11/coma1.png) no-repeat 0 0; width: 30px; height: 30px; background-size: 100%; position: absolute; right: 0; bottom: 0px; content:""; }



.speciality_innr_new .row .col-lg-6:nth-child(odd) .speciality_box{ text-align: left; box-shadow: 6px 6px 14px -4px #dfdfdf; }
.speciality_innr_new .row .col-lg-6:nth-child(even) .speciality_box{ text-align: right; box-shadow: -6px 6px 14px -4px #dfdfdf; }
.speciality_box .specl_heading { font-weight: 600;}
.speciality_box .top_paragraph{ }
.speciality_box .top_paragraph { font-size: 15px; line-height: 24px;}
.speciality_innr_new .row .col-lg-6:nth-child(odd) .speciality_box .top_paragraph{ padding-right: 30%; }
.speciality_innr_new .row .col-lg-6:nth-child(even) .speciality_box .top_paragraph{ padding-left: 30%; }
.speciality_innr { box-shadow: 0px -20px 10px 0px rgba(3, 9, 20, 0.11); padding-bottom: 40px; }
.speciality_box {
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
}

.spcl_title {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 140px;
  color: #fff162;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
  opacity: 0.3;
} 
.speciality_innr_new .row .col-lg-6:first-child .spcl_title{color: #004e8c;}
.speciality_innr_new .row .col-lg-6:last-child .spcl_title{color: #004e8c;}

.spcilty_hovr{ width: 100%; visibility: hidden; opacity: 0; transition: all 0.3s; }
.speciality_box:hover .spcilty_hovr{opacity: 1; visibility: visible; }
.trusted_logo {
  position: absolute;
  right: inherit;
  top: 50%;
  width: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 0 0 20px -9px #222020;
  background: #fff;
  height: 300px;
  z-index: 1;
}
.trusted_logo img {
  max-width: 100%; border-radius: 100%;
}
.ban_heading a {
  color: #1d5ffb;
}
.scroll-indicator a{ color: #fff;}
.about_home{ padding-top: 60px; }


.team_box .flex-shrink-0 {
  width: 350px;
  overflow: hidden;
  border-radius: 15px;
   transition: all 0.3s;
}
.team_box .flex-shrink-0 img {
  width: 100%;
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
  object-position: left top;
  transition: all 0.3s;
}
.team_box { padding: 20px; height: auto; border-radius: 15px; }
.team_box .d-flex{ align-items: center; }
.team_heading { font-size: 24px; line-height: 30px; font-weight: 600; padding: 0 0 5px; }
.team_desig {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #ff7200;
  line-height: 20px;
  text-transform: uppercase;
}
.team_box2 .d-flex{ flex-direction: row-reverse; }
 .team_content {
  width: 100%;
  padding: 15px 0 0;
  font-size: 15px;
  line-height: 26px;
}
.team_box2 .d-flex .flex-grow-1.ms-3{ margin-right: 1rem !important; margin-left: 0 !important; }
.team_innr .inner_subtitle::after{ left: 50%; transform: translate(-50%, 0); }
.team_innr {
  margin-top: 40px;
}
.team_row{ margin-top: 30px; }

.esg_page .top_sec { margin-bottom: 30px; }
.esg_page .top_sec .inner_title::before{ left: 50%; transform: translate(-50%, 0); }
.esg_page .top_sec .inner_title{ margin-bottom: 20px; }
.team_box:hover .flex-shrink-0 img{ transform: scale(1.1); }

.why_innr { width: 100%; padding: 30px 0 0; text-align: center; display: flex; justify-content: center;}
.why_img{ max-width: 660px; position: relative; padding-top: 100px; }
.why_img img{ max-width: 100%; }
.why_box{ width: 290px; position: absolute; }
.why_box_heading{ width: 100%; text-align: center; font-weight: 700; font-size: 22px; line-height: 26px; color:#fff; padding: 0 0 5px; }
.why_box_content{ width: 100%; text-align: center; font-weight: 400; font-size: 14px; line-height: 24px; color:#fff; }
.why_box1 { left: 50%; top: 0; transform: translate(-50%, 0);}
.why_box2 { right: -175px; top: 234px;}
.why_box3 { left: -22px; bottom: -100px;}
.why_box4 { right: -22px; bottom: -100px;}
.why_box5 { left: -175px; top: 234px;}
.why_choose { padding-bottom: 130px;}



.header-mid { width: 64%;}
.header-rt { width: 21%;}




.news-section {
  width: 100%;
}

.news-section h2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.news-section h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #346df4;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* News Card */
.news-item {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.news-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Date Badge */
.news-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #346df4;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.news-date span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

/* Category */
.news-category {
  display: inline-block;
  font-size: 12px;
  color: #346df4;
  background: rgba(52, 109, 244, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

/* Title */
.news-item h3 {
  font-size: 20px;
  margin: 10px 0;
  color: #222;
}

/* Description */
.news-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* Read More */
.news-item a {
  font-size: 14px;
  font-weight: 600;
  color: #346df4;
  text-decoration: none;
}

.news-item a:hover {
  text-decoration: underline;
}


.top-logo { width: 12%;}
.header-mid { width: 69%;}
.header-rt { width: 19%;}
.menu_sec li { margin: 0 0 0 15px; font-size: 13px; line-height: 20px;}







 
@media only screen and (min-width: 1400px){
.cta_content { width: 645px;}




}




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

.navbar-brand img {max-width: 85px;}
.header-mid { width: 64%;}
.header-rt { width: 21%;}
.top-logo { width: 14%; }
.btn_link {padding: 10px 25px;}
.menu_sec li {
  margin: 0 0 0 16px;
  font-size: 13px;
  line-height: 20px;
}
.headerMain { padding: 8px 0;}
.banTxt .ban_subheading {font-size: 16px; line-height: 22px;}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 44px;
  line-height: 50px;
  padding-bottom: 15px;
}
.ban_btn ul li {
  margin: 10px 12px 0 0;
}
.banner_box {
  height: 550px;
}
.speciality_innr {
  padding: 16px 30px;
  margin-top: -60px;
  padding-right: 185px;
}
.specl_heading {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 6px;
}
.speciality_box i {
  margin: 0 auto 5px;
}

.about_left {
  padding: 0 0 0 15px;
}
.top_paragraph {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}
.top_subheading {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 3px;
  padding: 0 0 12px;
}
.wrapper.about_sec {
  padding-bottom: 95px;
}
.numbr_box .flex-shrink-0 img{ max-width: 45px;}
.numbr_box .numbr_heading {
  font-size: 28px;
  line-height: 34px;
}
.numbr_box .numbr_content {
  font-size: 13px;
  line-height: 19px;
}
.number_sec {
  padding: 50px 0;
}
.number_sec::before {
  height: 110px;
  top: -108px;
}
.number_sec::after {
  height: 100px;
  bottom: -98px;
}
.wrapper.exp_temSec {
  padding-top: 110px;
}
.team_ban {
  padding-top: 20px;
}
.why_text {
  font-size: 14px;
  line-height: 20px;
}
.service_row {
  padding: 35px 0;
}
.testimonial_sec::before {
  height: 110px;
  top: -109px;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  min-height: 185px;
}
.testimonial_sec::after {
  height: 100px;
  bottom: -87px;
}
.cta_content {
  width: 465px;
  padding: 75px 20px 75px 0;
}
.footer_top {
  padding: 60px 0 35px 0;
}
.testimonial_sec::before {
  height: 90px;
  top: -90px;
}
.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;
}

.banTxt .ban_heading, .banTxt h1 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 15px;
  }



.speciality_innr {  padding: 16px 30px;  }
.trusted_logo { width: 220px; height: 220px;}


.why_choose { padding-bottom: 130px !important;}


.header-rt .btn_link { padding: 6px 15px; font-size: 13px;}
.top-logo { width: 12%; }
.header-rt { width: 18%;}
.header-mid {width: 70%; }
.menu_sec li { margin: 0 0 0 10px; font-size: 12px; line-height: 20px; }
.site-navigation ul .sub-menu li a {padding: 6px 10px !important; font-size: 13px;}
.site-navigation ul .sub-menu { width: 220px; padding: 5px; top: 28px; }


}


@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 {  background:#ff7200;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.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:#0d389d;  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: 6px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
  }
.navbar-brand img {   max-width: 75px; }
.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;
  }
.banner_box {
    height: 440px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
  }
.banTxt .ban_subheading {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 6px;
  }
.btn_link {
    padding: 8px 22px;
  }
.speciality_innr {
    padding: 14px 21px;
    margin-top: -43px;
    padding-right: 140px;
  }
.top_heading {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
  }
/* .trusted_logo {
    right: 28px;
    top: 62px;
    width: 110px;
  } */
.about_sec .row {
  align-items: flex-start;
}
.about_left {
    padding: 0;
  }
.header_sec.fixed .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;}

.team_heading {
  font-size: 16px;
  line-height: 22px;
}
.team_desig {
  font-size: 13px;
  line-height: 22px;
}

.banTxt .ban_heading, .banTxt h1 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 15px;
  }
.scroll-indicator {
  bottom: -66px;
}

.speciality_innr {  padding: 15px 20px;  }
.trusted_logo { width: 150px; height: 150px;}
.spcl_title {font-size: 110px;}
.speciality_innr_new .row .col-lg-6:nth-child(2n+1) .speciality_box .top_paragraph { padding-right: 20%;}
.speciality_innr_new .row .col-lg-6:nth-child(2n) .speciality_box .top_paragraph { padding-left: 20%;}





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

.number_sec::before {
    height: 75px;
    top: -73px;
  }
.wrapper.about_sec {
    padding-bottom: 70px;
  }
.number_sec .col-lg-3:nth-child(2):after{ display: none; }
.number_sec .col-lg-3{ margin: 10px 0; }
.number_sec::after {
    height: 70px;
    bottom: -65px;
  }
.wrapper.exp_temSec {
    padding-top: 90px;
  }
.why_choose { margin-top: -80px;}
.service_box .flex-shrink-0 {
  width: 230px;
  font-size: 18px;
  line-height: 24px;
}
.testimonial_sec::before {
    height: 65px;
    top: -60px;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    min-height: 245px;
  }
.testimonial_sec::after {
    height: 70px;
    bottom: -62px;
  }
.cta_content {
    width: 350px;
    padding: 50px 15px 50px 0;
  }
.top_heading {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
.ftr_logo img {
  max-width: 100px;
}
.social_box {
  padding-left: 10px;
}
.social_box li {
  margin: 0 5px;
}
.footer_heading {
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 10px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}  
.footer_box1 {
  width: 19%;
}
.foot_link li {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 20px;
  }
.foot_contact li {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 22px;
  padding: 3px;
  padding-left: 32px;
}
.foot_contact li i {
  width: 24px;
  height: 24px;
  font-size: 10px;
  top: 2px;
}
.footer_box3 {
  width: 34%;
}
.footer_box4 {
  width: 25%;
}
.contact_right {
  padding: 20px 20px 0;}
.contact-page input[type="submit"] {
  font-size: 15px;
  line-height: 24px;
  padding: 12px 34px !important;}


.team_box .flex-shrink-0 {
  width: 220px;
}
.team_content {
  width: 100%;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
}
.team_heading {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
  }


.why_img { max-width: 430px; padding-top: 88px;}
.why_box { width: 270px;}
.why_box_heading { font-size: 18px; line-height: 24px; padding: 0 0 5px;}
.why_box_content { font-size: 14px; line-height: 22px;}
.why_box5 { left: -150px; top: 135px;}
.why_box2 { right: -150px; top: 135px;}
.why_box3 { left: -60px; bottom: -112px;}
.why_box4 { right: -75px; bottom: -88px;}






  
      
} 

 
@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: 16px; line-height: 24px; padding: 13px 35px !important;}
.wrapper { padding: 45px 0; }
 .inner_txt {
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 12px;
  }

.navbar-brand img {
    max-width: 60px;
  }
.header_sec.fixed .navbar-brand img {
  max-width: 60px;
}
.banTxt .ban_subheading {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px;
    letter-spacing: 1px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 15px;
  }
.speciality_innr {
    padding: 15px;
    text-align: center;
    margin-top: 0;
  }
.speciality_sec{ padding: 45px 0 0;}
/* .trusted_logo {
    right: inherit;
    top: inherit;
    width: 100%;
    position: inherit;
    padding: 30px 0 0;
  }
.trusted_logo img {
  max-width: 125px;
} */
.why_choose .owl-nav .owl-prev {
  width: 13px;
  height: 26px;
  left: 0;
}
.why_choose .owl-nav .owl-next{
  width: 13px;
  height: 26px;
  right: 0;
}
.service_row {
    padding: 25px 0;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    min-height: auto;
    margin: 0 0 15px !important;
  }
.wrapper.clients_sec {
  padding-bottom: 40px;
}
.cta_content {
    width: 100%;
    padding: 45px 15px 30px;
  }
.cta_img, .cta_img img {
  border-radius: 0; height: auto;
}
.footer_box1{ width: 100%;}
.footer_box1 .footer_box {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
.footer_logo {
  justify-content: center;
}
.social_box {
    padding: 0;
    justify-content: center;
  }
.footer_box{ margin: 15px 0;}
.social_box li:first-child{ margin-left: 0;}
.footer_box2 {
  width: 27%;
}
.footer_box3 {
    width: 42%;
  }
.footer_box4 {
    width: 31%;
  }
.foot_link li {
    margin: 0 0 9px;
    font-size: 13px;
    line-height: 20px;
  }
.foot_contact li {
    margin: 0 0 10px;
  }
.footer_btm {
    padding-bottom: 70px;
    font-size: 13px;
  }
.footer_top {
    padding: 35px 0 25px 0;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    min-height: 200px;
    margin: 0 0 15px !important;
  }

 .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;
  }
.core-box img {
  width: 65px;
  padding-bottom: 12px;
}
.banner_box {
    height: 375px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
  }



.speciality_innr {  padding: 15px 20px;  }
.trusted_logo { width: 150px; height: 150px;}
.spcl_title {font-size: 110px;}
.speciality_innr_new .row .col-lg-6:nth-child(2n+1) .speciality_box .top_paragraph { padding-right: 20%;}
.speciality_innr_new .row .col-lg-6:nth-child(2n) .speciality_box .top_paragraph { padding-left: 20%;}
.spcilty_hovr { visibility: visible; opacity: 1;}
.speciality_box .top_paragraph {font-size: 13px;line-height: 20px;}
.trusted_logo { width: 140px; height: 140px;  }

.team_box .flex-shrink-0 {
    width: 200px;
  }
.team_box .flex-shrink-0 img {
  height: 230px;
}
.team_box .d-flex {
  align-items: flex-start;
}
.team_content {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 23px;
  }
.team_heading {
    font-size: 17px;
    line-height: 24px;
}


.why_img { max-width: 280px; padding-top: 88px; }
.why_box_heading { font-size: 16px; line-height: 22px; padding: 0 0 5px;}
.why_box {width: 200px; }
.why_box_content { font-size: 13px; line-height: 20px; }
.why_box2 { right: -112px; top: 90px; }
.why_box5 { left: -112px; top: 90px; }
.why_box3 { left: -68px; bottom: -106px; }
.why_box4 { right: -80px; bottom: -86px; }





}




@media only screen and (max-width: 735px){ 
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    min-height: auto;
    margin: 0 0 15px !important;
  }

}

@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; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	


.banTxt .ban_subheading {
    font-size: 13px;
    line-height: 17px;
    margin: 0px 0 4px;
    letter-spacing: 0px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }
 .btn_link {
    padding: 8px 18px;
    font-size: 13px;
  }
.banner_box {
    height: 320px;
  }
.specl_heading {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 6px;
  }
.number_sec::before {
    height: 50px;
    top: -48px;
  }
.number_sec::after {
    height: 45px;
    bottom: -44px;
  }
.number_sec {
    padding: 40px 0;
  }
.number_sec::before {
    height: 40px;
    top: -38px;
  }
 .why_choose {
    margin-top: -55px;
  }
.why_choose .owl-carousel {
  padding: 40px 0 0;
}
.service_box {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.service_box .ms-3{ margin: 0px !important; text-align: center; }
.service_box .flex-shrink-0 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 10px;
  }
.service_img {
  opacity: 1;
  visibility: visible;
}
.service_row .flex-shrink-0, .service_row .service_content {
  color: #fff;
}
.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section {
  margin-left: 10px;
  margin-right: 10px;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  width: 12px;
  height: 25px;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  width: 12px;
  height: 25px;
}
.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free {
  padding: 15px;
  border-radius: 15px;
  position: relative;
  padding-top: 50px;
}
.testimonial_slider #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-rating {
  left: 12px;
  top: 22px;
}
.footer_box2, .footer_box3, .footer_box4 {
    width: 100%;
  }
/* .trusted_logo img {
    max-width: 100px;
  } */
.about_imgbox {
  margin-top: 10px;
}
 .top_subheading {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 2px;
    padding: 0 0 12px;
  }
.about_imgbox img {
  width: 100%;
}
.number_sec .col-lg-3::after{ display: none;} 
.numbr_box .numbr_heading {
    font-size: 24px;
    line-height: 30px;
  }
.discover_txt {
  font-size: 14px;
}

.banTxt .ban_heading, .banTxt h1 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
  }
.banTxt .ban_heading br, .banTxt h1 br{ display: none;}
	

.speciality_innr_new .row .col-lg-6:nth-child(2n+1) .speciality_box .top_paragraph { padding-right: 0;}
.speciality_innr_new .row .col-lg-6:nth-child(2n) .speciality_box .top_paragraph { padding-left: 0;}
.trusted_logo{ display: none; }
.speciality_box{ text-align: center !important;}

.team_box {
  padding: 8px;
}
.team_box .flex-shrink-0 {
    width: 105px;
  }
.team_box .flex-shrink-0 img {
    height: auto;
    border-radius: 8px;
  }
.team_heading {
    font-size: 15px;
    line-height: 21px;
    padding: 0;
  }
 .team_desig {
    font-size: 12px;
    line-height: 17px;
  }
.team_content {
    padding: 7px 0 0;
    font-size: 12px;
    line-height: 19px;
  }
.team_box .d-flex {
    align-items: center;
    flex-wrap: wrap;
  }
.team_box .flex-shrink-0 {
    width: 105px;
    margin: 0 auto 15px;
  }
.team_box .ms-3 {
  margin: 0 !important;
}
.team_box {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.team_box2 .d-flex .flex-grow-1.ms-3 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.why_box {width: 100%; position: inherit; left: inherit !important; right: inherit !important; top: inherit !important; bottom: inherit !important; text-align: left; transform: inherit; margin: 15px 0; }
.why_img {
    max-width: 100%;
    padding-top: 0;
    width: 100%;
  }
.why_img img {
  max-width: 250px;
  margin: 0 0 20px;
}
.why_box_heading, .why_box_content {
    text-align: left;
  }
.why_choose {
    padding-bottom: 40px !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;}

.team_innr .col-6 { width:100%;}
.team_box { height: auto; margin: 10px 0; }
.team_innr .row { row-gap: 0 !important;}





	
}
