@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');



/*

Theme Name: Springlife

Author: Springlife

Tags: responsive, fixed width

*/



* { margin: 0px; padding: 0px; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; box-sizing: border-box; -webkit-box-sizing: border-box; }

html, body { width: 100%; font-size: 20px; line-height: 1.5; color: #333; font-family: "Poppins", sans-serif; font-weight: 400; background: #fff; }

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }



article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section { display: block; }

.container { padding: 0 15px; margin: 0 auto; max-width: 1140px; position: relative; }



input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top;}

button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; }





[href^="tel"] { cursor: text; }

[href^="tel"]:hover { text-decoration:none !important; }



textarea::input-placeholder,input::input-placeholder { opacity: 1; } 

textarea::-moz-placeholder,input::-moz-placeholder{ opacity: 1; } 

textarea:-ms-input-placeholder,input:-ms-input-placeholder{ opacity: 1; }

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder { opacity:100; }  



.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.mob_show { display: none; }

input, textarea { font-weight: 400; transition: all 0.3s; -webkit-transition: all 0.3s; font-family: "Poppins", sans-serif; border-radius:0px !important; -webkit-border-radius:0px  !important; -ms-border-radius:0px  !important; }

input[type="text"]:focus,

input[type="url"]:focus,

input[type="email"]:focus,

input[type="tel"]:focus,

input[type="password"]:focus,

 textarea:focus { outline: none; }

input.wpcf7-validates-as-required {  }

input.wpcf7-validates-as-required:focus { }



/* common */

a { color: #326CD6; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }

a:hover { }

img { border: 0px; outline: none; display: block; max-width: 100%; height:auto;  transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }

ul,ol { margin-bottom: 20px; padding: 0 0 0 20px;}

.clear { clear: both; overflow: hidden; }

h1, .h1 ,h2, .h2 ,h3, .h3 ,h4, .h4 ,h5, .h5 ,h6, .h6 { padding-bottom: 10px; font-weight:400; line-height: 1.3; color: #326CD6; } 



h1, .h1 { font-size: 48px; font-family: "PT Serif", serif; letter-spacing: -0.018em; }

h2, .h2 { font-size: 40px; font-family: "PT Serif", serif; letter-spacing: -0.018em; }

h3, .h3 { font-size: 35px; font-family: "PT Serif", serif; letter-spacing: -0.018em; }

h4, .h4 { font-size: 30px; }

h5, .h5 { font-size: 20px; }

h6, .h6 { font-size: 16px; font-weight: 700; }



p { padding-bottom: 20px; }

p a { color: #333; text-decoration: underline; }

p a:hover { text-decoration:none; }



ul.listing li { padding: 0 0 10px 10px; position: relative; line-height: 30px; }

ul.listing li:before { content:'.'; position:absolute; left:0; top:0; }



.field, .wpcf7-text, textarea { display: block; border-radius:0; -webkit-border-radius:0; -ms-border-radius:0; width: 100%; height: 40px; font-size: 13px ; padding: 13px 25px 13px 15px; background:#eeeeee; border:0; color:#5d5d5d; }

textarea { padding: 13px 15px; height: 110px; resize: none; }



a.close, a.mobilemenu { display: none; }



.flex-wrap { display: flex; flex-wrap: wrap; }

.v-center { align-items: center; }

.h-center { justify-content: center; }

.space-between { justify-content: space-between; }



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="password"]:focus,

 textarea:focus { border:0; color: #000; outline:none; }



 #navbox .subnav li > a,

 a.button { font-size: 18px; line-height: 22px; padding: 14px 30px; text-align:center; background:#2154A0; display:inline-block; vertical-align: top; text-transform: capitalize; font-weight:500; border:0; color: #fff; letter-spacing: 0.045em; border-radius: 6px; cursor: pointer; }

 

 #navbox .subnav li.magenta > a,

 a.button.magenta { background: #882981; }

 

 #navbox .subnav li.orange > a,

 a.button.orange { background: #F47C20; }

 

 a.button.white { background: #fff; color: #882981; }

 a.button.white:hover { background: rgba(255,255,255,0.75); }

 

 #navbox .subnav li > a:hover,

  a.button:hover { background: rgba(33,84,160,0.75); }



  #navbox .subnav li.magenta > a:hover,

  a.button.magenta:hover { background: rgba(136,41,129,0.75);  }



  #navbox .subnav li.orange > a:hover,

  a.button.orange:hover { background: rgba(244,124,32,0.75); }

 





/* wrapper */

#wrapper { padding-left: 80px; width: 100%; overflow: hidden; min-height: 100%; position: relative; }

.wrapper,

.centering { width: 100%; max-width: 1125px; padding: 0 15px; margin:auto; position: relative;}  



#navbox { overflow: auto; transition: all 0.3s; opacity: 0; visibility: hidden; transform: scale(0); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background: #fff; }

#navbox .close_btn { width: 32px; height: 32px; display: block; position: absolute; right: 15px; top: 15px; font-size: 0; line-height: 0; background: url(images/close.svg) center center no-repeat; background-size: contain; }

#navbox .inner { padding: 90px 146px; width: 100%; max-width: 600px; text-align: center; position: relative; }

#navbox ul { list-style: none; margin: 0; padding: 0; }

#navbox .mainnav li { padding: 0 0 27px 0; font-size: 18px; display: block; text-transform: uppercase; font-weight: 600; vertical-align: top; }

#navbox .mainnav li a { color: #2154A0; }

#navbox .mainnav li.current-menu-item > a,

#navbox .mainnav li a:hover { color: #F47C20; }

#navbox .logo { width: 100%; display: block; margin-bottom: 40px; }

#navbox .subnav li { padding: 15px 0; }

.show { overflow: hidden; height: 100%; }

.show #navbox { opacity: 100; visibility: visible; transform: scale(1); }



/* sidebar */

#sidebar { padding: 42px 0; width: 80px; background: #F8D319; position: fixed; left: 0; top: 0; height: 100%; z-index: 100; }

.menu_trigger { margin: auto; width: 36px; height: 24px; font-size: 0; line-height: 0; background: url(images/menu-icon.svg) center center no-repeat; background-size: 100% 100%; display: block; }

.menu_trigger.mob_show { display: none; }

#sidebar .logo { max-width: 28px; margin: 55px auto 0; display: block; }



/* header-part */

#header-part { padding: 28px 30px; width: 100%; }

#header-part .logo { width: 100%; max-width: 308px; position: relative; display: block; }

#header-part .menubox ul { list-style: none; margin: 0; padding: 0; }

#header-part .menubox li { padding: 0 0 0 12px; position: relative; margin-left: 12px; display: inline-block; text-transform: uppercase; font-weight: 500; vertical-align: top; }

#header-part .menubox li:not(:first-child):after { width: 1px; height: 14px; content: ''; position: absolute; left: -2px; top: 50%; margin-top: -7px; background: #2154A0; }

#header-part .menubox li a { color: #2154A0; }

#header-part .menubox li.current-menu-item > a,

#header-part .menubox li a:hover { color: #F47C20; }





/* content-part */

#content-part { width: 100%; position: relative; }



	/* banner_sec */

	.banner_sec { width: 100%; position: relative; padding-bottom: 41.7%; height: 0; }

	.banner_sec .bg_image, .banner_sec video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center center; background-size: cover; }

	.banner_sec img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

	.banner_sec:before { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #326CD6; mix-blend-mode: hard-light; z-index: 1; content: ''; }

	.banner_sec.video-section:before { display: none; }
	.banner_sec.video-section .videobg { margin: auto; width: 55%; height: 500px; }
	.banner_sec.video-section { padding: 40px 0; height: auto; }
	.banner_sec video {  width: 100%; height: 100%; object-fit: cover; }
	.banner_sec.video-section iframe { width: 100%; height: 100%; }

	.video-bar { margin-top: 30px; width: 100%; }
	.video-bar .videobg { margin: auto; width: 95%; height: 575px; }
	.video-bar iframe { width: 100%; height: 100%; }



	/* compassionate_care_sec */

	.compassionate_care_sec { padding: 100px 0; text-align: center; width: 100%; position: relative; }

	.compassionate_care_sec h1 { padding-bottom: 30px; }

	.compassionate_care_sec .button { margin: 0 13px; }



	/* mission_sec */

	.mission_sec { padding: 15px 0; width: 100%; position: relative; }

	.mission_sec .inner { width: 100%; text-align: center; position: relative; padding: 55px 85px 105px; background: #f8f7f3; }

	.mission_sec .inner:before { border: 2px solid #882981; width: 100%; height: 100%; box-sizing: border-box; content: ''; position: absolute; left: 10px; top: -10px; }

	.mission_sec p { line-height: 1.8; }

	.mission_sec .inner2 { position: relative; width: 100%; padding: 30px 40px 0 70px; }

	.mission_sec .inner2:after { width: 58px; height: 41px; content: ''; position: absolute; left: 0; top: 70px; background: url(images/coma.svg) center center no-repeat; background-size: contain; }

	.mission_sec.testimonial { padding: 75px 0 30px; }

	.mission_sec.testimonial .name { font-weight: 700; color: #882981; }

	.mission_sec.testimonial .inner2:after { top: 0px; }

	.mission_sec .slick-arrow { width: 24px; height: 44px; content: ''; position: absolute; left: -120px; top: 20%; border: 0; cursor: pointer; font-size: 0; background: url(images/prev.svg) no-repeat; background-size: contain; }

	.mission_sec .slick-arrow.slick-next { left: auto; right: -110px; background-image: url(images/next.svg); }





	

	/* service_sec */

	.service_sec { padding: 80px 0 30px; width: 100%; text-align: center; }

	.service_sec .service { width: 50%; padding: 0 20px 40px; }

	.service_sec .the_row { margin: 0 -20px; }

	.service_sec img { width: 87px; height: 87px; object-fit: contain; margin: auto; }

	.service_sec .wrapper { max-width: 1000px; }

	.service_sec h2 { padding-bottom: 40px; }

	.service_sec h5 { padding: 20px 0; }

	.service_sec.commitment { padding-top: 100px; }

	.service_sec.commitment .service { width: 33.33%; padding-bottom: 50px; position: relative; }

	.service_sec.commitment .wrapper { max-width: 1200px;  }

	.service_sec.commitment .btn { position: absolute; left: 0; bottom: 0; width: 100%;; }

	.service_sec.commitment h5 { padding-bottom: 10px; }

	



	/* video_sec */

	.video_sec { padding: 20px 0; width: 100%; text-align: center; }

	.video_sec figure p { padding: 0 0 61.5% 0; position: relative; display: block; height: 0; width: 100%; }

	.video_sec figure p iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0;  object-fit: cover; }

	.video_sec figure p:before { border: 2px solid #882981; width: 100%; height: 100%; box-sizing: border-box; content: ''; position: absolute; left: 10px; top: -10px; }

	.video_sec h2 { padding-bottom: 40px; }



	/* button_list_sec */

	.button_list_sec { padding: 80px 0; text-align: center; width: 100%; position: relative; }

	.button_list_sec .box { max-width: 33.33%; padding: 0 26px; }



	/* doctor_sec */

	.doctor_sec { text-align: center; position: relative; min-height: 500px; margin: 70px 0 0 0; width: 100%; background-position:  center center; background-size: cover; }

	.doctor_sec:before { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #882981; opacity: 0.8; z-index: 1; content: ''; }

	.doctor_sec h3 { padding-bottom: 45px; color: #fff; }

	.doctor_sec .wrapper { z-index: 1; } 

	.doctor_sec .bg_image { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  background-position:  center center; background-size: cover; }



	





	/* content_sec */

	.content_sec { padding: 100px 0 50px; width: 100%; line-height: 1.8; color: #2154A0; text-align: center; }

	.content_sec h2 { padding-bottom: 30px; }

	.content_sec .wrapper { max-width: 850px; }

	.global.content_sec { color: #333; }

	.global.content_sec h2 { font-size: 48px; }

	.global.content_sec h1 { padding-bottom: 25px; }

	.global.content_sec h2 { padding-bottom: 10px; }

	.content_sec.commitment { padding-top: 70px; }

	.content_sec.commitment .wrapper { max-width: 1030px; }

	.content_sec.commitment h2 { padding-bottom: 5px; }

	.content_sec.started .wrapper { max-width: 1000px; }

	.content_sec.started .button { margin-top: 30px; }



	.grey_bg.content_sec { padding: 60px 0; margin-bottom: 30px; background: #F8F7F3; color: #333; }

	.home .content_sec { padding: 60px 0; margin-bottom: 30px; background: #F8F7F3; }



	/* contact_sec */

	.contact_sec { padding: 60px 0 100px; width: 100%;  }

	.contact_sec h2 { padding-bottom: 5px; }

	.contact_sec .leftside { width: 340px; }

	.contact_sec .rightside { width: calc(100% - 340px); }

	.contact_sec h6 { color: #333; padding-bottom: 0; }

	.contact_sec p { font-size: 16px; line-height: 1.4; padding-bottom: 30px; }

	.contact_sec p a { color: #333; text-decoration: none; }

	#map { width: 100%; height: 400px; }

	.contact_sec .rightside iframe { width:  100%; height: 100%; }

	.contact_sec .social { list-style: none; margin: 0; padding: 20px 0 0 0; text-align: right; }

	.contact_sec .social li { display: inline-block; vertical-align: top; padding: 0 0 0 25px; }

	.contact_sec .social li a { display: block; font-size: 60px; line-height:53px; vertical-align: top; color: #882981; }
	.contact_sec .social li a .fa-instagram { background: #882981; color: #fff; line-height: 53px; font-size: 45px; width: 55px; border-radius: 5px; text-align: center; }
.contact_sec .social li a:hover .fa-instagram { background: #2154A0; }

	.contact_sec .social li a:hover { color: #2154A0; }

	.contact_sec .rightside p { padding: 0; height: calc(100% - 80px); }

	.page-template-contact .contact_sec h6,

	.page-template-contact .contact_sec p { letter-spacing: 0.05em; }

	.contact_sec .gm-style .gm-style-iw-d { padding: 30px 20px 20px 0px;  }

	.contact_sec .gm-style .gm-style-iw-chr { position: absolute; right: 0px; top: 0px; }

	#map1 { width: 100%; height: 566px; }





	/* difference_sec */

	.difference_sec { padding: 30px 0; width: 100%; }

	.difference_sec h2 { padding: 0 0 40px 0; text-align: center; }

	.difference_sec .col { padding: 0 30px; width: 50%; }

	.difference_sec h5 { padding: 0 0 15px 30px; color: #882981; font-weight: 700; }

	.difference_sec .col + .col h5 { color: #666; } 

	.difference_sec ul { list-style: none; margin: 0; padding: 0; }

	.difference_sec li:nth-of-type(odd) { background: rgba(248, 211, 25, 0.10); }

	.difference_sec .col + .col li:nth-of-type(odd) { background: #F6F6F6; } 

 	.difference_sec li { padding: 12px 30px; letter-spacing: -1px; position: relative; }

	.difference_sec .wrapper { max-width: 1080px; }

	.difference_sec .left li:before { width: 32px; height: 32px; content: ''; position: absolute; left: -16px; top: 11px; background: url(images/flower.png) no-repeat; background-size: contain; }

	.difference_sec ul li { transition: all 0.3s; opacity: 0; transform: translate(-20px,0); }

	.difference_sec .go ul li { opacity: 100; transform: translate(0px,0); }

	.difference_sec .go ul li:nth-of-type(2) { transition-delay: 0.2s; }

	.difference_sec .go ul li:nth-of-type(3) { transition-delay: 0.4s; }

	.difference_sec .go ul li:nth-of-type(4) { transition-delay: 0.6s; }

	.difference_sec .go ul li:nth-of-type(5) { transition-delay: 0.8s; }

	.difference_sec .go ul li:nth-of-type(6) { transition-delay: 1s; }

	.difference_sec .go ul li:nth-of-type(7) { transition-delay: 1.2s; }

	.difference_sec .go ul li:nth-of-type(8) { transition-delay: 1.4s; }

	.difference_sec .go ul li:nth-of-type(9) { transition-delay: 1.6s; }

	.difference_sec .go ul li:nth-of-type(10) { transition-delay: 1.8s; }



	.difference_sec .go ul li:nth-of-type(11) { transition-delay: 2s; }

	.difference_sec .go ul li:nth-of-type(12) { transition-delay: 2.2s; }

	.difference_sec .go ul li:nth-of-type(13) { transition-delay: 2.4s; }

	.difference_sec .go ul li:nth-of-type(14) { transition-delay: 2.6s; }

	.difference_sec .go ul li:nth-of-type(15) { transition-delay: 2.8s; }

	.difference_sec .go ul li:nth-of-type(16) { transition-delay: 3s; }

	.difference_sec .go ul li:nth-of-type(17) { transition-delay: 3.2s; }

	.difference_sec .go ul li:nth-of-type(18) { transition-delay: 3.4s; }

	.difference_sec .go ul li:nth-of-type(19) { transition-delay: 3.6s; }

	.difference_sec .go ul li:nth-of-type(20) { transition-delay: 3.8s; }





	/* image_sec */

	.image_sec { padding: 60px 0 0px; width: 100%; }

	.image_sec figure { z-index: 1; padding: 0 0 61.5% 0; position: relative; display: block; height: 0; width: 100%; }

	.image_sec figure:before { z-index: -1; border: 2px solid #882981; width: 100%; height: 100%; box-sizing: border-box; content: ''; position: absolute; left: 10px; top: -10px; }

	.image_sec .wrapper { max-width: 1140px;  }



	/* insurance_sec */

	.insurance_sec { padding: 50px 0; margin: 40px 0; text-align: center; width: 100%; position: relative; background: #fdf8f4; }

	.insurance_sec .inner { width: 100%; min-height: 730px; position: relative; }
	.insurance_sec .inner .logo_image { max-width: 1060px; width: 100%; margin: 0 auto; }
	.insurance_sec .inner .mobile_image {  width: 100%; display: none; }
	


	.insurance_sec h3 { font-family: "Poppins", sans-serif; color: #F47C20; font-weight: 500; padding-bottom: 50px; }

	.insurance_sec .logo_list .logo { position: absolute; }

	.insurance_sec .flower { max-width: 220px; position: absolute; left: 47%; top: 47.5%; transform: translate(-50%,-50%); }

	.insurance_sec .logo_list .logo1 { left: 4.8%; top: 10%; }

	.insurance_sec .logo_list .logo2 { left: 38.2%; top: 10%; }

	.insurance_sec .logo_list .logo3 { right: 2.8%; top: 7%; }

	.insurance_sec .logo_list .logo4 { left: 21%; top: 26%; }

	.insurance_sec .logo_list .logo5 { left: 59.8%; top: 22%; }

	.insurance_sec .logo_list .logo6 { left: 4.8%; top: 38%; }

	.insurance_sec .logo_list .logo7 { left: 78.8%; top: 36%; }

	.insurance_sec .logo_list .logo8 { left: 7.4%; top: 57%; }

	.insurance_sec .logo_list .logo9 { left: 66%; top: 50%; }

	.insurance_sec .logo_list .logo10 { left: 4.3%; top: 83.2%; }

	.insurance_sec .logo_list .logo11 { left: 24.4%; top: 73%; }

	.insurance_sec .logo_list .logo12 { left: 49.8%; top: 75%; }

	.insurance_sec .logo_list .logo13 { right: 1.4%; top: 71%; }

	.insurance_sec .logo_list .logo14 { right: 5%; top: 84%; }



	/* provider_sec */

	.provider_sec { width: 100%; padding: 15px 0 0 0; }

	.provider_sec .wrapper { max-width: 1010px; transform: translate(-20px,0); }

	.provider_sec .biobox { padding-bottom: 50px; }

	.provider_sec .biobox .image { width: 45.5%; }

	.provider_sec .biobox .image figure { width: 100%; height: 0; padding-bottom: 110.5%; position: relative; display: block; }

	.provider_sec .biobox .image figure img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

	.provider_sec .biobox .bio { width: 54.5%; padding: 0 0 0 40px; }

	.provider_sec h1 { margin: -5px 0 15px 0; letter-spacing: -0.038em; }

	.provider_sec ul { list-style: none; margin: 0; padding: 0; }

	.provider_sec li { padding-bottom: 4px; }

	.provider_sec .title { display: block; padding-bottom: 5px; }

	.provider_sec .button { margin: 40px 0 0 0; }

	.provider_sec .social { list-style: none; margin: 0; padding: 40px 0 0 0; }

	.provider_sec .social li { display: inline-block; vertical-align: top; padding: 0 5px 0 0; }

	.provider_sec .social li a { display: block; font-size: 20px; text-align: center; line-height: 32px; color: #fff; background: #F47C20; width: 32px; height: 32px; display: block; border-radius: 50%; }

	.provider_sec .social li a:hover { opacity: 0.75; }

	.provider_sec .email_link { display: table; color: #326CD6; margin: 20px 0 0 0; }  

	.provider_sec .email_link:hover { text-decoration: underline; }

	.provider_sec p { padding-bottom: 30px; }

	.provider_sec .providers { padding-bottom: 75px; }

	.provider_sec .button { text-transform: none; max-width: 400px; width: 100%; }
	
	/*.provider_sec .providers:not(.provider1) .social,
	.provider_sec .providers:not(.provider1) .btn_wrap { display: none; }
*/

	/* teambox */

	.teambox { padding: 30px 0 100px; width: 100%; position: relative; text-align: center; }

	.teambox .intro { padding-bottom: 30px; max-width: 1000px; margin: auto; }

	.teambox .image { width: 100%; }

	.teambox .image img { width: 100%; }



	/* service_detail_sec */

	.service_detail_sec { width: 100%; padding: 50px 0 0 0; }

	.service_detail_sec .intro { text-align: center; max-width: 800px; margin: 0 auto; }

	.service_detail_sec .container { padding: 75px 0; }

	.service_detail_sec h1 { padding-bottom: 30px; }

	.service_detail_sec .intro p { line-height: 1.8; }

	.service_detail_sec .tabs { margin: 0px; padding: 0px 0 40px; list-style: none; }

	.service_detail_sec .tabs li { text-align: center; width: 35%; padding: 0 20px; opacity: 0.5; display: inline-block; margin:0; cursor: pointer; }

	.service_detail_sec .tabs li.current,

	.service_detail_sec .tabs li:hover { opacity: 100; } 

	.service_detail_sec .tabs li .icon { max-width: 80px; margin: auto; }

	.service_detail_sec .tabs li .title { padding: 20px 0; color: #326CD6; font-size: 20px; font-weight: 700; line-height: 1.4; text-transform: capitalize; display: block; }

	.service_detail_sec .content_list { z-index: 1; background: #F8F7F3; position: relative; }

	.service_detail_sec .content_list:before { z-index: -1; border: 2px solid #882981; width: 100%; height: 100%; box-sizing: border-box; content: ''; position: absolute; left: 10px; top: -10px; }

	.service_detail_sec .tab-content { display: none; padding: 50px 120px; }

	.service_detail_sec .tab-content.current { display: inherit; }

	.service_detail_sec .tab-content h5 { padding-bottom: 0; font-weight: 700; }

	.service_detail_sec .tab-content p { line-height: 1.75; padding-bottom: 40px; }

	.service_detail_sec .tab-content ul { list-style: none; margin: 0; padding: 0; column-count: 2; column-gap: 80px; }

	.service_detail_sec .tab-content li { overflow: hidden; display: inline-block; width: 100%; }


	/* forms_sec */
	.forms_sec { padding: 20px 0; text-align: center; width: 100%; position: relative; }
	.forms_sec h2 {padding-bottom: 30px;  }
	.forms_sec p { padding-bottom: 30px; }
	.forms_sec .the_list { max-width: 500px; margin: 0 auto; }
	.forms_sec .the_list .form_row { width: 100%; position: relative; }
	.forms_sec .the_list .form_row a { position: relative; min-height: 54px; display: flex; align-items: center; padding: 5px 35px 5px 30px; background: #e5e5e5 url(images/download-icon.svg) calc(100% - 15px) center no-repeat; background-size: 14px auto; line-height: 1.1; text-align: left; letter-spacing: -0.05em; color: #333; }
	.forms_sec .the_list .form_row a:before { width: 26px; height: 32px; content: ''; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%); background: url(images/pdf.svg) no-repeat; background-size: contain; }
	.forms_sec .the_list .form_row:nth-of-type(even) a { background-color: #fff; } 
	.forms_sec .form_group { padding-bottom: 50px; }
	.forms_sec .wrapper  { max-width: 780px; }
	.forms_sec .the_list .form_row a:hover { transform: scale(1.03); z-index: 1; box-shadow: 3px 3px 3px rgba(0,0,0,0.2); }
	.forms_sec 
	.forms_sec 
	.forms_sec 
	.forms_sec 
	.forms_sec 
	.forms_sec 
	.forms_sec 
	.forms_sec 
	.forms_sec {  }





	/* footer-part */

	#footer-part { padding: 35px 0; width: 100%; background: #2054a0; color: #fff; }

	#footer-part .logo { width: 100%; max-width: 308px; position: relative; display: block; }

	#footer-part .menubox { text-align: right; width: calc(100% - 308px); padding: 10px 0 0 40px; }

	#footer-part .menubox ul { list-style: none; margin: 0; padding: 0; }

	#footer-part .menubox li { font-size: 18px; padding: 0 0 0 8px; position: relative; margin-left: 8px; display: inline-block; text-transform: uppercase; font-weight: 500; vertical-align: top; }

	#footer-part .menubox li:not(:first-child):after { width: 1px; height: 14px; content: ''; position: absolute; left: -2px; top: 50%; margin-top: -7px; background: #fff; }

	#footer-part .menubox li a { color: #fff; }

	#footer-part .menubox li.current-menu-item > a,

	#footer-part .menubox li a:hover { color: #F8D319; }

	#footer-part .menubox .subnav li { font-size: 14px; text-transform: capitalize; }

	#footer-part .copyright { padding: 70px 0 0 0; text-transform: uppercase; letter-spacing: 0.04em; font-size: 14px; }

	#footer-part .copyright p { display: inline; padding: 0; }





/* content-bar-bar */

.content-bar { padding: 60px 0 60px; width: 100%; }

.error404 .content-bar { padding: 170px 0 50px; text-align:center; min-height:500px; }





/* blog-bar */

.blog-bar { line-height: 1.75; padding: 20px 0; width:100%; position: relative; }

.blog-bar .wrapper { max-width: 890px; transform: translate(-25px,0); }

.blog-bar h1 { text-align: center; padding-bottom: 55px; line-height:1.1; }

.blog-bar .postLoop { margin-bottom: 80px; }

.blog-bar .postLoop h2 { line-height: 1.1; padding-bottom: 25px; letter-spacing: 0.015em; text-align: center; }

.blog-bar .image { margin: 0 0 25px 0; width: 100%; position: relative; z-index: 1; }

.blog-bar .image figure { width: 100%; height: 0; padding-bottom: 51.63%; position: relative; display: block; }

.blog-bar .image figure img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.blog-bar .image:before { z-index: -1; border: 2px solid #882981; width: 100%; height: 100%; box-sizing: border-box; content: ''; position: absolute; left: 10px; top: -10px; }

.blog-bar p { padding-bottom: 20px; }





/* Alignment */ 

.alignleft { display: inline; float: left; margin-right: 1em !important; }

.alignright { display: inline; float: right; margin-left: 1em !important; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }

table, th, td { border: none }

table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; /* Prevents HTML tables from becoming too wide */ width: 100%; }

caption, th, td { font-weight: normal; text-align: left; }

th { border-width: 0 1px 1px 0; }

td { border-width: 0 1px 1px 0; vertical-align: top; }

td img { width: 100%; max-width: 100%; vertical-align: top; margin: 0px; height: auto; }

th, td { padding: 0.4em; }

th { font-size: 24px; letter-spacing: 1px; line-height: 28px; }

td img.alignnone { margin: 0px }

blockquote { /*font-style: italic;*/ font-weight: normal; margin: 0 2%; }

blockquote em, blockquote i, blockquote cite { font-style: normal; }

blockquote cite { color: #666; letter-spacing: 0.05em; text-transform: uppercase; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }



#blogWrapper { width:auto; overflow:hidden; }



#BlogCntr { margin-top: 12px; margin-bottom: 25px; width: 100%; position: relative; position: relative; z-index: 9; }





/* pagination */

.wp-pagenavi { margin: 25px 0 50px 0; }

.wp-pagenavi a,

.wp-pagenavi span { font-size: 14px; color: #000; border: 1px solid #7b7b7b; display:inline-block; vertical-align: top; }

.wp-pagenavi a,

.wp-pagenavi span { border-color: #326CD6; padding: 5px 7px }

.wp-pagenavi span.current { border-color: #326CD6; font-weight: normal; color: #fff; background: #326CD6}

.wp-pagenavi a:hover,

.wp-pagenavi a:hover { background: #326CD6; color: #fff; border-color: #326CD6; }

.wp-pagenavi span.pages:hover,

.wp-pagenavi span.pages { border-color: #7b7b7b; }





.delay1 { animation-delay: 0.1s; }

.delay2 { animation-delay: 0.2s; }

.delay3 { animation-delay: 0.3s; }

.delay4 { animation-delay: 0.4s; }

.delay5 { animation-delay: 0.5s; }

.delay6 { animation-delay: 0.6s; }

.delay7 { animation-delay: 0.7s; }

.delay8 { animation-delay: 0.8s; }

.delay9 { animation-delay: 0.9s; }

.delay10 { animation-delay: 1s; }

.delay11 { animation-delay: 1.1s; }

.delay12 { animation-delay: 1.2s; }

.delay13 { animation-delay: 1.3s; }

.delay14 { animation-delay: 1.4s; }















/* @-webkit-keyframes myfade { 

0% {  opacity: 0; -webkit-transform: translateX(20px); } 

100% { opacity: 1; -webkit-transform: translateX(0); } 

} 



@keyframes fadeInRightShort { 

0% { opacity: 0; transform: translateX(20px); } 

100% { opacity: 1; transform: translateX(0); } 

} 



.fadeInRightShort { opacity: 0; -webkit-transform: translateX(20px);  transform: translateX(20px); }

.fadeInRightShort.go { -webkit-animation-name: fadeInRightShort; animation-name: fadeInRightShort; } */







/* blog-bar */
.blog-bar .left_sidebar { /*width: 70%;*/  border-right: 1px solid rgba(0,0,0,0.2); padding: 0 30px 0 0; }
.blog-bar .right_sidebar { /*width: 30%;*/  }
.blog-bar .centering { display: flex; flex-wrap: wrap; }
.blog-bar { padding-bottom: 40px; }

#blogWrapper { width:auto; overflow:hidden; }
#BlogCntr { margin-top: 12px; margin-bottom: 25px; width: 100%; position: relative; float: left; position: relative; z-index: 9; }

/* left blog box */
.leftBlogBox { padding: 0; /*width: 73%; border-right: 1px solid rgba(0,0,0,0.2); padding-right: 30px;*/  position: relative; background: #fff; }
.leftBlogBox h1 { padding-bottom: 40px; }
.leftBlogBox .postLoop { width: 50%; }


/* comment form */
.leftBlogBox #commentform { width: 100%; }
.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { border: 1px solid #000 !important; background: none; padding: 7px 10px; box-sizing: border-box; color: #000; font-size: 15px; border-radius: 0px; -webkit-appearance: none; -webkit-border-radius: 0px; resize: none; margin: 0; width: 535px; }
.leftBlogBox #commentform input[type="submit"] { width: auto; padding: 5px; border: none; background: #dfb643; color: #fff; cursor: pointer; border-radius: 0; font-size: 16px; }
.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover { background: #0c4c8f; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #326CD6; color: #fff; cursor: pointer; margin-left: 100px; }
.leftBlogBox #respond h3 { padding-bottom: 20px; }
.leftBlogBox #commentform input[type="url"].error,.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error { border: 1px solid #f00!important }
.leftBlogBox div.error { display: none !important }
.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title { border-bottom: 1px solid #000; font-size: 24px; font-weight: normal; line-height: 29px; margin-bottom: 10px; padding-bottom: 10px; color: #000; }
.leftBlogBox #comments { clear: both; margin-bottom: 10px }
.leftBlogBox #comments footer { border: none }
.leftBlogBox .commentlist, .leftBlogBox .comment-list { list-style: outside none none; margin-top: 10px !important; margin-bottom: 10px; }
.leftBlogBox .commentlist li { color: #34343f; font-size: 20px; line-height: 30px; list-style: outside none none; overflow: hidden; }
.leftBlogBox .comment-list li { color: #34343f; font-size: 20px; line-height: 20px; list-style: outside none none; overflow: hidden; }
.leftBlogBox img.avatar { float: left; margin: 3px 10px 10px 0; width: 50px; border: 1px solid #cccccc; max-width: 100%; height: auto; display: block }
.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn { color: #dfb643; font-size: 16px; }
.leftBlogBox span.says { font-size: 16px; }
.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-style: normal; text-decoration: none; font-size: 20px; }
.leftBlogBox .comment-awaiting-moderation { font-size: 16px; line-height: 21px; color: #000; font-style: normal }
.leftBlogBox .commentmetadata a { color: #000; cursor: default !important; font-size: 13px; line-height: 16px; }
.leftBlogBox .commentlist p, .leftBlogBox .comment-list p { clear: both; font-size: 15px; line-height: 19px; }
.comment-content p { padding-bottom: 5px; } #commentform p { padding-bottom: 15px !important; font-size: 16px; margin-bottom: 0; } #commentform .comment-form-cookies-consent { display: none; }
.leftBlogBox .comment-list .comment-metadata { font-size: 16px; color: #000; }
.leftBlogBox .comment-reply-link { font-size: 16px; text-decoration: none }
.leftBlogBox .comment-reply-link:hover { text-decoration: none; color: #dfb643; } #cancel-comment-reply-link { color: #000; text-decoration: none; font-size: 20px; line-height: 25px } #cancel-comment-reply-link:hover { text-decoration: underline }
.leftBlogBox .reply { padding: 0px 0 15px; }
.leftBlogBox .reply a { color: #000 }
.leftBlogBox #respond { margin-top: 10px;/*overflow: hidden;*/width: auto; padding: 0px }
.leftBlogBox #cancel-comment-reply-link:hover { color: #dfb643; text-decoration: none }
.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*//*float:left*/}
.leftBlogBox label.screen-reader-text { display: none }
.leftBlogBox #searchform { width: 100%; margin: 0 auto; }
.leftBlogBox .page-header { padding: 6px 0; padding-top: 20px; } 
#commentform label { float: left; width: 100px; font-size: 16px; line-height: 21px; padding: 6px 0; }
#commentform label.error { display: none!important }

/* pagination */
.leftBlogBox .wp-pagenavi { width: 100%; margin: 25px 0 0px 0; text-align: center; }
.leftBlogBox .wp-pagenavi a, .wp-pagenavi span { font-size: 14px; color: #000; border: 1px solid #7b7b7b; display:inline-block; vertical-align: top; }
.wp-pagenavi a, .wp-pagenavi span { border-color: #326CD6; padding: 5px 7px }
.wp-pagenavi span.current { border-color: #326CD6; font-weight: normal; color: #fff; background: #326CD6}
.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #326CD6; color: #fff; border-color: #326CD6; }
.wp-pagenavi span.pages:hover, .wp-pagenavi span.pages { border-color: #7b7b7b; }

/* right blog box */
.rightBlogBox { display: none; /*padding: 0 0 0 20px; width: 27%;*/ padding: 40px 0 0 0; position: relative; background: #fff;}
.rightBlogBox ul { margin-bottom: 0;  }
.rightBlogBox .widget {	text-align: left;	margin-bottom: 25px;	overflow: hidden}
.rightBlogBox .widget#block-7 { margin: 0; }
.rightBlogBox .widget h3 { font-size: 25px; line-height: 30px; font-weight:700; padding-bottom: 10px; }
.rightBlogBox h3.widgettitle {	margin-bottom: 10px;	text-align: center;	font-size: 34px;	text-align: left;	text-transform: capitalize;	line-height: 40px;	padding-bottom: 0px}
.rightBlogBox .wp-block-search__label { display: none; }
.rightBlogBox .wp-block-search__inside-wrapper { display: flex; flex-wrap:wrap; width: 100%; margin: 0 auto; }
.rightBlogBox .wp-block-search__inside-wrapper input[type="search"] { min-width: unset; width: calc(100% - 80px); border: 1px solid #7b7b7b; height: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding: 5px; margin: 0px; }
.rightBlogBox .wp-block-search__inside-wrapper .wp-block-search__button { width: 80px; color: #fff; border: none; height: 30px; text-transform: capitalize; font-weight: bold; cursor: pointer; background: #326CD6; color: #fff; margin: 0; } 
.rightBlogBox .wp-block-search__inside-wrapper .wp-block-search__button:hover { background: #326CD6; color: #fff; }
.rightBlogBox ul li {  padding-bottom: 5px; width: 100%; }
.rightBlogBox ul li a { color: #000; text-decoration: none; text-transform: capitalize; outline: none }
.rightBlogBox ul li.current-cat a { color: #326CD6; font-weight:700; }
.rightBlogBox ul li a:hover { text-decoration: none; color: #326CD6; }
.mobilesidebar { display: none; }
.desktopsidebar { display: block }

/* single page */
.search-form .screen-reader-text { display: none }
.search-form input[type='Search'] { border-radius: 0px; padding: 5px; font-size: 14px; line-height: 19px; float: left; border: solid 1px #326CD6  ; color: #000; width: calc(100% - 85px); width: -ms-calc(100% - 85px); width: -webkit-calc(100% - 85px); width: -moz-calc(100% - 85px); -webkit-appearance: none; -webkit-border-radius: 0px; height: 33px; margin: 0; }
.search-form input[type='submit'] { width: 80px; text-align:center; float: left; background: #326CD6  ; border-radius: 0px; font-size: 15px; line-height: 20px; border: none; color: #fff; cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0px; padding: 4px 10px; margin-right: 0px; height: 33px; border: solid 1px #326CD6  ; }
.search-form input[type='submit']:hover { background: #326CD6; border: solid 1px #326CD6; }
/*.search-form input[type='Search']:focus { border: solid 1px #000!important }*/
.leftBlogBox .singleimage { width: 100%; margin-bottom: 15px; }
.leftBlogBox .singleimage img { max-width: 100%; height: auto; width: 100% }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }	 	

.search .search-form { display: none; }