@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');



/*

Theme Name: 101 Dance Academy

Author: 101 Dance Academy

Tags: responsive, fixed width

*/



/*

font-family: 'Montserrat', sans-serif;

font-family: "Oswald", sans-serif;

font-family: "League Gothic", sans-serif;

*/



* { 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.3; color: #000; font-family: 'Montserrat', Arial, Helvetica, 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; }



input, textarea { font-weight: 400; transition: all 0.3s; -webkit-transition: all 0.3s; font-family: 'Montserrat', 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: #152c5a; 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:700;  line-height: 1.1; font-family: "Oswald", sans-serif; } 



h1, .h1 { font-size: 50px; }

h2, .h2 { font-size: 40px; }

h3, .h3 { font-size: 30px; }

h4, .h4 { font-size: 20px; }

h5, .h5 { font-size: 16px; }

h6, .h6 { font-size: 14px; }



p { padding-bottom: 20px; }

p a { color:#152c5a; }

p a:hover { text-decoration:underline; }



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: 35px; font-size: 12px ; padding: 5px 15px 5px 15px; background:transparent; border:2px solid #fff; color:#fff; margin: 0; font-family: 'Montserrat', sans-serif; letter-spacing: -0.02em; }

textarea { padding: 5px 15px; height: 65px; resize: none; }



a.close, a.mobilemenu { display: none; }



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="password"]:focus,

 textarea:focus {  outline:none; }



 .newsletter_sec .tnp-subscription input[type="submit"],

.button { font-size: 32px; line-height: 60px; padding: 0px 25px; text-align:center; display:inline-block; vertical-align: top; text-transform: uppercase; font-weight:700; color: #fff; text-transform: uppercase; border:3px solid #fff; cursor: pointer; background: transparent; font-family: "Oswald", sans-serif; }

.button.bg { background: rgba(0,0,0,0.4); }



.newsletter_sec .tnp-subscription input[type="submit"]:hover,

.button.bg:hover,

.button:hover { background: rgba(0,0,0,0.4); }

.button.blue { color: #013979; border-color: #013979; }

.button.blue:hover { color: #fff; border-color: #013979; background: #013979; }



.flex-wrap { display: flex; flex-wrap: wrap; }

.v-center { align-items:center; }

.v-bottom { align-items:flex-end; }

.v-top { align-items:flex-start; }

.h-center { justify-content:center; }

.h-end { justify-content:flex-end; }

.space-between { justify-content:space-between; }





/* wrapper */

#wrapper { padding: 185px 0 0 0; width: 100%; overflow: hidden; min-height: 100%; position: relative; }

.wrapper,

.centering { width: 100%; max-width: 1570px; padding: 0 15px; margin:auto; position: relative;}  

.locked { overflow:hidden; }



/* header-part */

#header-bar { width: 100%; z-index:99; position:absolute; left:0; top:0px; background: url(images/border.jpg) center bottom no-repeat; background-size: 100% 9px; padding-bottom: 9px; }



	/*header_sec*/

	.header_sec { width: 100%; position: relative; }

	.header_sec .wrapper { max-width:1570px; position: relative; }

	.header_sec .social { list-style: none; margin: 0 60px 0 0; padding: 0; display: inline-block; vertical-align: top; }

	.header_sec .social li { padding: 0 0px 0 55px; display: inline-block; vertical-align: top; }

	.header_sec .social li a { font-size: 33px;  display: block; line-height: 50px; text-align: center; color: #fff; }

	.header_sec .social li a:hover { color: #004d96; }

	.header_sec .donate { display: inline-block; vertical-align: top; font-size: 29px; line-height: 50px; font-weight: 700; color: #fff; text-transform: uppercase; }

	.header_sec .donate i { font-size: 50px; line-height: 50px; display: inline-block; vertical-align: top; }

	.header_sec .donate:hover { color: #004d96; }

	/* .header_sec .donate:hover i { color: #f00; } */

	.header_sec .menu_trigger { display: inline-block; font-size: 20px; line-height: 60px; color: #fff; text-transform: uppercase; font-weight: 700; }

	.header_sec .menu_trigger .icon { margin: 0 0 0 6px; width: 60px; height: 60px; border: 2px solid #fff; border-radius: 50%; display: inline-block; vertical-align: top; position: relative; transition: all 0.5s; }

	.header_sec .menu_trigger .icon span { transition: all 0.3s; width: 32px; height: 7px; border-radius: 5px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }

	.header_sec .menu_trigger .icon span:after,

	.header_sec .menu_trigger .icon span:before { width: 20px;  height: 7px; border-radius: 5px; background: #fff; position: absolute; left: 50%; top: -12px; transform: translate(-50%,0%); content: ''; }

	.header_sec .menu_trigger .icon span:after { top: 12px; }

	.header_sec .menu_trigger:hover .icon { transform: scale(-1,1); }

	.header_sec .menu_trigger .icon:before { width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; transition: all 0.3s; opacity: 0; background: url(images/dance-icon.png) center center no-repeat; background-size: 60% auto; }

	.header_sec .menu_trigger:hover .icon span { opacity: 0; }

	.header_sec .menu_trigger:hover .icon:before { opacity: 100; }

	.header_sec .topbar { padding: 35px 0 15px; width: 100%; background: #000; }

	.header_sec .navbox { padding: 8px 0; width: 100%; background: linear-gradient(to right,  #0059aa 0%,#004b93 100%); text-align: right; }

	.header_sec .logobox { width: 350px; position: absolute; left: 50%; margin-left: -800px; top: 0; height: 100%; line-height: 0; }

	.header_sec .logobox .inner { position: relative; padding: 12px 0 0 32px; background: #f0f0f0; transform: skew(-16deg); width: 100%; height: 100%; }

	.header_sec .logobox .inner:before { width: 5000px; height: 100%; content: ''; position: absolute; left: -4990px; top: 0; background: #f0f0f0; }

	.header_sec .logobox .inner .logo { transform: skew(16deg); display: block; max-width: 209px;  }







	/* nav-bar */

	.nav-bar { transition: all 0.3s; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 40px 20px; width: 100%; height: 100%; position: fixed; transform: scale(0); text-align: center; z-index: 99999999; left:0; top:0; background: url(images/footer-bg.jpg) no-repeat; background-size: cover; overflow:auto; }

	.nav-bar.active { transform: scale(1); }

	.nav-bar ul { margin:0; padding:0; list-style: none; line-height:0;}

	.nav-bar li { padding: 0 0 0px 0; display: block; vertical-align: top; font-family: "Oswald", sans-serif; font-size: 35px; line-height: 1.1; font-weight: 700; position: relative; text-transform: uppercase; }

	.nav-bar li:after { width: 70px; height: 4px; content: ''; display: block; margin: 15px auto; background: #0059a7; }

	.nav-bar li a { color: #0059a7; display: inline-block; }

	.nav-bar li.current-menu-item > a { color: #01036a; }

	.nav-bar li a.active { color: #01036a; }

	.nav-bar li > a:hover { color: #01036a; text-decoration: none; }

	.nav-bar li:hover .sub-menu { opacity: 1; visibility: visible; }

	.nav-bar .sub-menu li { padding: 2px 10px; }

	.nav-bar .sub-menu { padding: 8px 0; min-width: 130px; position: absolute; top: 100%; left: 0; z-index: 999; text-align: left; opacity: 0; visibility: hidden; transition: all 0.3s; -webkit-transition: all 0.3s; background: #16837d; }

	.nav-bar .sub-menu li { padding: 2px 10px; font-size: 17px; }

	.nav-bar .menu-toggle {  width: 40px; height: 40px; position: absolute; right: 25px; top: 25px; background: url(images/close-icon.png) center center no-repeat; background-size: contain; font-size: 0; line-height: 0; cursor: pointer; z-index:9; }

	

	#header-bar.stickyhead { position: fixed; -webkit-animation:stickyhead ease-in-out 0.4s 0.1s both;-moz-animation:stickyhead ease-in-out 0.4s 0.1s both;animation:stickyhead ease-in-out 0.4s 0.1s both; box-shadow:0px 4px 4px rgba(0,0,0,0.2);}



	#header-bar.stickyhead .header_sec .topbar { padding: 10px 0; }

	#header-bar.stickyhead .header_sec .donate { font-size: 20px; line-height: 30px; }

	#header-bar.stickyhead .header_sec .donate i { font-size: 30px; line-height: 30px; }

	#header-bar.stickyhead .header_sec .social li a { font-size: 25px; line-height: 30px; }

	#header-bar.stickyhead .header_sec .social li { padding-left: 30px; }

	#header-bar.stickyhead .header_sec .social { margin-right: 30px; }

	#header-bar.stickyhead .header_sec .logobox .inner .logo { max-width: 130px; }

	#header-bar.stickyhead .header_sec .logobox { max-width: 250px; }





	/* banner-bar */

	.slider-bar { width: 100%;  position: relative; background: url(images/border.jpg) center bottom no-repeat; background-size: 100% 14px; padding-bottom: 14px; }

	.slider-bar #rev_slider_2_1_wrapper .custom.tparrows::before { display: none !important; }

	.slider-bar #rev_slider_2_1_wrapper .custom.tparrows.tp-rightarrow { width: 35px; height: 35px; content:''; background:url(images/next.png) no-repeat; background-size:contain; }

	.slider-bar #rev_slider_2_1_wrapper .custom.tparrows.tp-leftarrow { width: 35px; height: 35px; content:''; background:url(images/prev.png) no-repeat; background-size:contain; }

	.slider-bar #rev_slider_2_1_wrapper .custom.tparrows:hover { opacity: 0.8 !important; }

	.slider-bar .custom .tp-bullet { width: 20px; height: 20px; background: #fff; border-radius: 50px;  }

	.slider-bar .custom .tp-bullet:hover,

	.slider-bar .custom .tp-bullet.selected { opacity:100; background:#fff; transform: scale(1.35); }

	.slider-bar h1 {text-transform: uppercase; letter-spacing: -0.06em !important; }

	.slider-bar h1 span { color: #c20f2d; }

	.slider-bar .the-btn a { border: 3px solid #fff; padding: 10px 25px; color: #fff !important; text-decoration: none; text-transform: uppercase; }

	.slider-bar .the-btn a:hover { background: #fff !important; color: #7c0d1e !important; }





	/* inner-banner-bar */

	.inner-banner-bar { width: 100%;  background-position: center center; background-size:cover; background-repeat: no-repeat; min-height:400px;  }

	.inner-banner-bar .wrapper { display: flex; flex-wrap: wrap; align-items: flex-end;  padding: 100px 15px 30px;  }

	.inner-banner-bar h1 { font-size: 70px; color: #fff; text-transform: uppercase; }





/* content-part */

#content-part { width: 100%; position: relative;  }



	.heading { margin-bottom: 20px; position: relative; display: flex; align-items: center; justify-content: center; }

	.heading h2 { letter-spacing: 0.02em; font-weight: 400; position: relative; padding: 0; text-transform: uppercase; padding: 0; font-size: 131px; line-height: 1.1; color: #d1d2d3; font-family: 'FatCow'; display: inline-block; vertical-align: top; padding-left: 35px; margin-left: 20px;  background: linear-gradient(to bottom,  #ffffff 11%,#ffffff 22%,#9b9ea0 48%,#ffffff 75%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

	.heading:before { width: 185px; height: 140px; content: ''; display: inline-block; vertical-align: top; background: url(images/logo-grey.png) no-repeat; background-size: contain; }

	.heading h2:before { width: 13px; height: 109px; content: ''; position: absolute; left: 0; top: 55%; transform: translate(0,-50%); background: url(images/grey-sep.png) no-repeat; background-size: 100% 100%; }

	.heading.blue  { padding-right: 25px; }

	.heading.blue h2 { letter-spacing: 0.028em; color: #01366e; background: none; -webkit-background-clip: text; -webkit-text-fill-color: unset; font-weight: 400; }

	.heading.blue h2:before { background: #01366e; width: 7px; height: 103px; }

	.heading.blue:before { background-image: url(images/logo-blue.png); }





	/*about_sec*/	

	.about_sec { width: 100%; min-height: 734px; background: url(images/border.jpg) center bottom no-repeat; background-size: 100% 14px; padding-bottom: 14px; }

	.about_sec .image { width: 48%; order: 1; position: relative; display: flex; flex-wrap: wrap; align-items: center; text-align: center; }

	.about_sec .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

	.about_sec .text { text-align: right; z-index: 1; width: 52%; position: relative; }

	.about_sec .text:before { transform: skew(11deg); width: 5000px; height: 100%; content: ''; position: absolute; right: -85px; top: 0; background: linear-gradient(to bottom,  #053053 0%,#003879 100%); }

	.about_sec .text:after { transform: skew(11deg); width: 22px; height: 100%; content: ''; position: absolute; right: -85px; top: 0; background: url(images/border2.png) no-repeat; background-size: 100% 100%; }

	.about_sec .inner { text-align: left; display: inline-block; vertical-align: top; position: relative; z-index: 1; width: 100%; max-width: 850px; padding: 70px 80px 70px 50px; text-align: center; }

	.about_sec p { padding-bottom: 30px; font-size: 40px; line-height: 53px; color: #ffff; font-family: "Oswald", sans-serif; letter-spacing: 0.025em; }



	/* our_program_sec */

	.our_program_sec { padding: 20px 0 50px; width: 100%; position: relative; background: url(images/program-bg.png) center center no-repeat; background-size: cover; }

	.our_program_sec:after { width: 100%; height: 14px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/border.jpg) center bottom no-repeat; background-size: 100% 14px;  }

	.our_program_sec .wrapper { max-width: 1760px; position: relative; z-index: 1; }

	.our_program_sec .wrapper:before { width: 5000px; height: 140px; content: ''; top: 50%; margin-top: -100px; position: absolute; left: -4825px; background: url(images/before.png) no-repeat; background-size: 100% 100%; z-index: -1; }

	.our_program_sec .wrapper:after { width: 5000px; height: 140px; content: ''; top: 50%; margin-top: -100px; position: absolute; right: -4825px; background: url(images/after.png) no-repeat; background-size: 100% 100%; z-index: -1; }

	

	.our_program_sec .program { padding-bottom: 50px; text-align: center; }

	.our_program_sec .program .image { width: 100%; max-width: 385px; margin: auto; }

	.our_program_sec .program .image figure { overflow: hidden; border-radius: 50%; width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; }

	.our_program_sec .program .image figure img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 14px solid #0554ad; }

	.our_program_sec .program .image figure:before { width: calc(100% - 28px); height: calc(100% - 28px); content: ''; position: absolute; left: 14px; bottom: 14px; background: url(images/shadow.png) left bottom repeat-x; background-size: 1px 100%; z-index: 1; border-radius: 50%; }

	.our_program_sec .heading { margin-bottom: 20px; }

	.our_program_sec h3 { padding: 15px 0; font-size: 95px; line-height: 1; color: #01366e; text-transform: uppercase; font-family: 'FatCow'; font-weight: 400; letter-spacing: 0.022em; }

	.our_program_sec .slick-arrow { width: 58px; height: 58px; border: 0; cursor: pointer; font-size: 0; line-height: 0; background: url(images/prev2.png) no-repeat; background-size: 100% 100%; position: absolute; left: 15px; top: 50%; margin-top: -140px; z-index: 1; }

	.our_program_sec .slick-arrow.slick-next { left: auto; right: 15px; background-image: url(images/next2.png); }

	.our_program_sec .slick-arrow:hover { opacity: 0.50; }

	.our_program_sec .slick-dots { list-style: none; margin: 0; padding: 0; text-align: center; width: 100%; line-height: 0; }

	.our_program_sec .slick-dots li { padding: 0 8px; display: inline-block; vertical-align:  top; }

	.our_program_sec .slick-dots li button { display: block; border: 0; cursor: pointer; width: 19px; height: 19px; background: url(images/dot.png) no-repeat; background-size: auto; font-size: 0; line-height: 0; transition: all 0.3s; }

	.our_program_sec .slick-dots li.slick-active button,

	.our_program_sec .slick-dots li button:hover { transform: scale(1.2); }

	.our_program_sec .program_list { padding: 0 165px; }



	.popupbox { display: none; max-width: 1200px !important; }



	/* our_menu_sec */

	.event_sec {  width: 100%; position: relative; background: url(images/event-bg.jpg) center center no-repeat; background-size: cover; overflow: hidden; }

	.event_sec:after { width: 100%; height: 14px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/border.jpg) center bottom no-repeat; background-size: 100% 14px;  }

	.event_sec .wrapper { padding: 60px 15px 30px; max-width: 1570px; position: relative; min-height: 435px; display: flex; flex-wrap: wrap; align-items: center;  }

	.event_sec .inner { padding: 0 10px 0 0; float: right; text-align: center; }

	.event_sec .heading { margin-bottom: 0; }

	.event_sec .heading h2 { letter-spacing: 0.022em; }

	.event_sec .image { position: absolute; left: -30px; bottom: 14px; }

	.event_sec .outer { width: 100%; }



	/*gallery_sec*/		

	.gallery_sec { position: relative; padding: 15px 0 14px; width: 100%; }

	.gallery_sec:after { width: 100%; height: 14px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/border.jpg) center bottom no-repeat; background-size: 100% 14px;  }

	.gallery_sec .gallery_slider:after,

	.gallery_sec .gallery_slider:before { width: 20%; height: 100%; position: absolute; left: 0px; top: 0; background: url(images/shadow2a.png) left top repeat-y; background-size: 100% 1px; z-index: 1; content: ''; opacity: 0.85; }

	.gallery_sec .gallery_slider:after { left: auto; right: 0px; background-image: url(images/shadow2b.png); }

	.gallery_sec .slide { padding: 0 7px; }

	.gallery_sec .slide a { display: block; }

	.gallery_sec .gallery_slider { margin: 0 -7px; padding: 0; position: relative; }

	.gallery_sec .gallery_slider .slide a { position: relative; width: 100%; display: block; padding-bottom: 97%; }  

	.gallery_sec .gallery_slider .slide a img { width: 100%; height:100%; position:absolute; left:0; top:0; object-fit:cover; }

	.gallery_sec .slick-arrow { z-index:2; width: 45px; height: 45px; position:absolute; left:25px; top:50%; margin-top:-22px; font-size:0; line-height:0; border:0; cursor: pointer; background:url(images/prev3.png) center center no-repeat; background-size: contain; background-size: auto 100%; }

	.gallery_sec .slick-arrow.slick-next { left:auto; right:25px; background-image:url(images/next3.png); }  

	.gallery_sec .slick-slide { line-height: 0; }



	/* newsletter_sec */

	.newsletter_sec { padding: 40px 0 40px; position: relative; width: 100%; background: url(images/newsletter-bg.jpg) center center no-repeat; background-size: cover;  }

	.newsletter_sec h2 { font-size: 116px; letter-spacing: 0.02em; margin-bottom: 30px; }

	.newsletter_sec .heading { margin: 0 0 0 -100px; }

	.newsletter_sec .wrapper { position: relative; z-index: 1; }

	.newsletter_sec form { max-width: 630px; margin: auto; }

	.newsletter_sec .tnp-subscription { max-width: 100%; width: 100%; margin: 0; }

	.newsletter_sec .tnp-subscription label { display: none; }  

	.newsletter_sec .tnp-field-firstname { width: 49%; float: left; }

	.newsletter_sec .tnp-field-surname { margin-left:2%; width: 49%; float: left; }

	.newsletter_sec .tnp-field-email { width: 100%; }

	.newsletter_sec .tnp-subscription input[type="text"],

	.newsletter_sec .tnp-subscription input[type="email"] { background:#fff; font-size: 18px; height: 47px; padding: 10px 20px; font-weight:400; }

	.newsletter_sec .tnp-subscription input[type="submit"] { margin: 20px auto 0; display: table; min-width: 210px; }

	.newsletter_sec .tnp-subscription input[type="submit"]:hover {  }

	.newsletter_sec .tnp-subscription div.tnp-field,

	.newsletter_sec .tnp-profile div.tnp-field { margin-bottom: 10px; }

	



/* footer-part */

#footer-part { width: 100%; }



/*footer_sec*/

.footer_sec { padding: 40px 0 30px; width: 100%; position: relative; background: url(images/footer-bg.jpg) center center no-repeat; background-size: cover; }

.footer_sec .wrapper { max-width: 1840px; }

.footer_sec .col1 {  order: 2; width: 35%; padding: 70px 20px 0 70px; text-align: center; }

.footer_sec .col2 { order: 1; width: 31%; padding-left: 50px; }

.footer_sec .col3 { order: 3; width: 34%; background: #02438b; padding: 30px 26px; }

.footer_sec .logo { margin: auto; display: block; max-width: 295px; }

.footer_sec .logo img { width: 100%; }

.footer_sec .col2 .topbox { padding-left: 70px; }

.footer_sec .col2 .topbox .text { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; line-height: 20px; color: #152c5a; display: inline-block; vertical-align: top; }

.footer_sec .col2 .topbox .social { list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: top; }

.footer_sec .col2 .topbox .social li { font-size: 14px; line-height: 20px; display: inline-block; vertical-align: top; }

.footer_sec .col2 .topbox .social li a { color: #152c5a; }

.footer_sec .col2 .topbox .social li a:hover { color: #000; } 

.footer_sec .contact { font-size: 44px; line-height: 50px; color: #fff; font-family: "League Gothic", sans-serif; display: table; background: url(images/phone.png) left center no-repeat; padding-left: 50px; }

.footer_sec .contact.email { margin-top: 25px; background-image: url(images/email.png); font-size: 47px; letter-spacing: 0.01em; }

.footer_sec form { max-width: 590px; }

.footer_sec .wpcf7-form-control-wrap { display: block; width: calc(50% - 10px); margin-bottom: 22px; }

.footer_sec form p { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; padding: 0;}

.footer_sec h4 { font-size: 32px; line-height: 1; color: #fff; text-transform: uppercase; text-align: center; margin-bottom: 20px; }

.footer_sec label { display: block; width: 100%; color: #fff; font-size: 15px; padding: 0 0 5px 10px; }

.footer_sec .wpcf7-form-control-wrap[data-name="your-message"] { width: 100%; }

.footer_sec .wpcf7-submit { width: 100px; border: 3px solid #fff; cursor: pointer ; color: #fff; background:transparent; font-size: 15px; line-height: 20px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 5px 10px; font-family: "Oswald", sans-serif; font-weight: 400; letter-spacing: 0.04em; margin: -5px auto 0 auto; display: table; }

.footer_sec .wpcf7-submit:hover { color: #fff; background: rgba(0,0,0,0.5); }

.footer_sec .instagrambox { background: url(images/instagram.png) left center no-repeat; padding-left: 70px; width: 100%; }

.footer_sec #sb_instagram { padding: 0 !important;background: #fff; }



.footer_sec textarea::input-placeholder,.footer_sec input::input-placeholder { opacity: 1; color: #fff; } 

.footer_sec textarea::-moz-placeholder,.footer_sec input::-moz-placeholder{ opacity: 1; color: #fff; } 

.footer_sec textarea:-ms-input-placeholder,.footer_sec input:-ms-input-placeholder{ opacity: 1; color: #fff; }

.footer_sec textarea::-webkit-input-placeholder,.footer_sec input::-webkit-input-placeholder { opacity:100; color: #fff;  }  







/* copyright_sec */

.copyright_sec { text-align: center; padding: 30px 0; width: 100%; background:#2e2e2e; color:#fff; }

.copyright_sec .copyright { font-size: 13px; letter-spacing: 0.01em; line-height:1; font-family: myriad pro, arial; }

.copyright_sec .wrapper { max-width: 1580px; }

.copyright_sec .copyright p { display: inline; font-size: 13px; padding:0; } 

.copyright_sec .copyright a { color: #fff; display: inline-block; vertical-align: top; } 

.copyright_sec .copyright a:hover { text-decoration:underline; } 



#back-to-top { display: none; position: fixed; bottom: 10px; right: 10px; font-size:0; line-height:0; z-index: 9999; width: 30px; height: 30px; transform: rotate(90deg); cursor: pointer; transition:all 0.3s; background: #0059aa url(images/prev2.png) center center no-repeat; border-radius: 50%; background-size:100% auto; }





.wpcf7-not-valid-tip { display: none !important; }

.wpcf7-not-valid { border-color: #f00; }

div.wpcf7-response-output { margin:10px 0; padding:0; font-size: 14px; line-height: 14px; color: #f00; border:0; }

div.wpcf7-mail-sent-ok { color: #398f14; }



/* content-bar-bar */

.content-bar { padding: 70px 0; width: 100%;  }

.error404 .content-bar { padding: 170px 0 50px; text-align:center; min-height:500px; }



/* blog-bar */

.blog-bar { padding: 60px 0 130px; width:100%;  position: relative; }

.blog-bar .centering { display: flex; flex-wrap: wrap; }

.blog-bar .left_sidebar { width: 70%; padding: 0 30px 0 0; }

.blog-bar .right_sidebar { width: 30%; }







/* 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; float: left; position: relative; z-index: 9; }



/* left blog box */

.leftBlogBox {	padding: 0;	width: 73%;	position: relative;	background: #fff; }

.single .leftBlogBox h1 { text-transform: capitalize}

.single .leftBlogBox p {	display: block}

.leftBlogBox ul.dateBar {	list-style: none;	margin: 0 0 5px 0;	padding: 0px}

.single .leftBlogBox ul.dateBar {	margin: 0 0 15px 0;	padding-left: 0px}

.leftBlogBox ul.dateBar li { font-size: 14px; line-height: 18px; }

.leftBlogBox ul.dateBar li strong {	color: #000;}

.leftBlogBox .postLoop {	width: 100%; padding: 30px 0;	margin: 0px;	border-bottom: 1px solid #bebebe; }

.leftBlogBox .postLoop:after { width: 100%; clear: both; content: ''; display: block; overflow: hidden; }

.leftBlogBox .postLoop h2 { font-weight:700; padding-bottom: 5px; }

.leftBlogBox .postLoop p { padding: 0;}

.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type { border-bottom: none; }

.leftBlogBox .postLoop .image { width: 100%; max-width: 45%; float: left; margin: 5px 15px 5px 0; }

.leftBlogBox .postLoop .image a { border: 5px solid #fff; box-shadow: 0px 0px 4px rgba(0,0,0,0.4); width: 100%; height: 0; padding-bottom: 65%; position: relative; display: block; }

.leftBlogBox .postLoop .image a img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; } 

.leftBlogBox .postLoop h2 { text-transform: capitalize; margin: 0px; } 

.leftBlogBox .postLoop h2 a { color: #000; text-decoration: none }

.leftBlogBox .postLoop h2 a:hover { color: #152c5a; }

.leftBlogBox .postLoop a.read-more { display: inline-block; text-decoration: none; text-transform: capitalize; font-weight: 600 }

.leftBlogBox .postLoop a.read-more:hover { text-decoration:underline; }

.leftBlogBox h4.title { font-size: 16px; font-weight: normal; padding-top: 15px; color: #000; text-transform: capitalize; }



/* 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: #152c5a; 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: #fc6c11; }

.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #152c5a; 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: #152c5a; 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: #152c5a; } #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: #152c5a; 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 { margin: 25px 0 50px 0; }

.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: #152c5a; padding: 5px 7px }

.wp-pagenavi span.current { border-color: #152c5a; font-weight: normal; color: #fff; background: #152c5a}

.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #152c5a; color: #fff; border-color: #152c5a; }

.wp-pagenavi span.pages:hover, .wp-pagenavi span.pages { border-color: #7b7b7b; }



/* right blog box */

.rightBlogBox { padding: 0 0 0 40px; width: 27%;position: relative;	background: #fff;}

.rightBlogBox .wp-block-search__label { display: none; }

.rightBlogBox ul { margin-bottom: 0;  }

.rightBlogBox .widget {	text-align: left;	margin-bottom: 25px;	overflow: hidden}

.rightBlogBox .widget h3 { font-size: 25px; line-height: 30px; font-weight:700; padding-bottom: 10px; }

.rightBlogBox h3.widgettitle {	margin-bottom: 10px;	text-align: center;	color: #f1c855;	font-size: 34px;	text-align: left;	text-transform: capitalize;	line-height: 40px;	padding-bottom: 0px}

.rightBlogBox label.screen-reader-text { display: none; }

.wp-block-search__inside-wrapper { width: 100%; margin: 0 auto; }

.wp-block-search__input { width: calc(100% - 70px); 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; float: left; margin-right: 0px; color: #7b7b7b; height: 35px; }

.wp-block-search__button { width: 70px; background: #152c5a; color: #fff; border: none; height: 35px; text-transform: capitalize; font-weight: bold; cursor: pointer; float: left; margin: 0; }

.wp-block-search__button:hover { background: #000; }

.rightBlogBox ul li { width: 100%; }

.rightBlogBox ul li a { color: #000; text-decoration: none; text-transform: capitalize; outline: none }

.rightBlogBox ul li.current-cat a { color: #152c5a; font-weight:700; }

.rightBlogBox ul li a:hover { text-decoration: none; color: #152c5a; }

.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 #152c5a  ; 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; }

.search-form input[type='submit'] { width: 80px; text-align:center; float: left; background: #152c5a  ; 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 #152c5a  ; }

.search-form input[type='submit']:hover { background: #152c5a; border: solid 1px #152c5a; }

/*.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; }	 	



/*keyframes*/

@-webkit-keyframes stickyhead{

	0%{opacity:0;-webkit-transform:translateY(-100%)}

	100%{opacity:1;-webkit-transform:translateY(0)}

}



@-moz-keyframes stickyhead{

	0%{opacity:0;-moz-transform:translateY(-100%)}

	100%{opacity:1;-moz-transform:translateY(0)}

}

@keyframes stickyhead{

	0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}

	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}

}

.wpcf7-spinner { display: none !important; }

