img{max-width:100%;}
*,ul,li,p,h4 ,h6 ,h5,h2,h3,h1 ,ol{margin:0;padding:0;box-sizing:border-box }
html{ margin-top: 0px !important;  overflow-x: hidden; }
a{text-decoration:none ;color:inherit }
a, a:hover{text-decoration:none; transition:0.3s all ease-in-out;}
a:hover{text-decoration:none !important; transition:0.3s all ease-in-out;}
a:focus{text-decoration:none !important; transition:0.3s all ease-in-out;}
li{list-style:none }
a{transition:all .3s }
body{  margin:0;padding:0; font-size: 16px; font-weight:400;  color: #000000;  background-color: #ffffff; font-family: 'Open Sans', sans-serif; overflow-x: hidden; }
p{ font-size: 16px; color: #000000; font-weight: 400; }
strong {  font-weight: 700;}
.container-fluid { max-width: 1531px; width: 100%; margin: 0 auto; padding: 0 15px;}
.container { max-width: 1381px; width: 100%; margin: 0 auto; padding: 0 15px;}
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.flex-wrap { -ms-flex-wrap: wrap;  flex-wrap: wrap; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-between { -webkit-box-pack: justify;  -ms-flex-pack: justify; justify-content: space-between; }
.align-items-end {-webkit-box-align: flex-end; -ms-flex-align: flex-end; align-items: flex-end; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center;  align-items: center; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
/*******header*******/
.header { padding: 29px 0px 20px; background-color: #f1f1f1;position: fixed; left: 0; width: 100%; top: 0; z-index: 9999;-webkit-transition: all .6s; -o-transition: all .6s;
 transition: all .6s; }
.header_main {  display: flex; align-items: flex-start;  }
.logo { width: 530px; }
.logo img { width: 100%; }
.header_right { width: calc(100% - 486px); padding-left: 65px; display: flex; align-items: center; justify-content: space-between;    padding-top: 38px;  position: relative;}
.header_menu { margin-right: 56px; }
.header_menu ul li { display: inline-block; vertical-align: top; margin-right: 28px; }
.header_menu ul li a{ font-size: 18px; letter-spacing: 1px; line-height: 36px; color: #918b82; font-weight: 600; text-transform: uppercase; position: relative;   }
.header_menu ul li a:before { content:''; position: absolute; left: 0; right: 0; top: 29px; margin:0 auto; width: 0; height: 0; background: #e21869;  transition: all 0.3s; }
.header_menu ul li a:hover { color: #e21869; }
.header_menu ul li a:hover:before { width: 2px; height: 35px;     transition: all 0.3s;}
.header_menu ul li:last-child { margin-right: 0px; }
.nav-icon { display: block; transition: .5s ease-in-out; cursor: pointer;  z-index: 9; width: 66px; height: 66px;  position: absolute;  top: 29px; right: 0; }
.nav-icon span { opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0;     transition: all .3s; }
.nav-icon span.open_menu { opacity: 1; visibility: visible; width:100%;}
.nav-icon span.open_menu img { width:100%; }
.nav-icon.open span.open_menu { opacity: 0; visibility: hidden; }
.nav-icon.open span.close_menu {  opacity: 1; visibility: visible; width:100%;}
.nav-icon.open span.close_menu img { width:100%; }
.header .header_toggle nav { position: fixed; right: 0; top: 0; overflow: auto; border: 0; width: 575px; background-color: #e0005a; transition: all .6s ease-in-out;
-webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out;  -o-transition: all .6s ease-in-out; transform: translate(575px);
padding: 68px 0px; }
.open .header .header_toggle nav { transform: translate(0);  transition: all .6s ease-in-out;  -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; }
body.open { overflow: hidden; }
.header .header_toggle nav > ul { margin-top: 52px;  overflow: auto; max-height: calc(100vh - 150px); max-height: -webkit-calc(100vh - 150px); max-height: -moz-calc(100vh - 150px); }
.header .header_toggle nav ul li { display: block; position: relative; }
.header .header_toggle nav ul li a { display: block; line-height: 61px; font-size: 23px; letter-spacing: 1px; color: #ffffff; font-weight: 600; padding: 0px 68px; 
text-transform: uppercase; transition:0.3s all ease-in-out; position: relative;  } 
.header .header_toggle nav ul li a:before {  content:''; position: absolute; left: 50px; top: 29px; margin:0 auto; width: 0; height: 0; background: #ffffff;  transition: all 0.3s; } 
.header .header_toggle nav ul li a:hover { background-color: #918b82; padding-left: 114px; }
.header .header_toggle nav ul li a:hover:before { width: 40px; height: 2px; color: #ffffff;  }
.header .header_toggle nav ul li ul.sub-menu { padding-bottom: 45px; }
.header .header_toggle nav ul li ul.sub-menu li{ padding: 0; }
.header .header_toggle nav ul li:last-child a:hover {   background-color: transparent; padding-left: 68px; }
.header .header_toggle nav ul li:last-child a:hover:before { display: none; }
.header .header_toggle nav ul li a.insta-icon { margin-top: 30px; }
.header .header_toggle nav ul li a.insta-icon img{max-width:59px;}

.header.sticky {
    background: none; 
    -webkit-animation: smoothScroll .6s forwards;
    -moz-animation: smoothScroll 1s forwards;
    -ms-animation: smoothScroll 1s forwards;
    -o-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}
@-webkit-keyframes smoothScroll { 0% { transform: translateY(-40px); } 100% { transform: translateY(0px); } }
@-moz-keyframes smoothScroll { 0% { transform: translateY(-40px); } 100% { transform: translateY(0px); } }
@-o-keyframes smoothScroll { 0% { transform: translateY(-40px); } 100% { transform: translateY(0px); } }
@-ms-keyframes smoothScroll { 0% { transform: translateY(-40px); } 100% { transform: translateY(0px); } }
@keyframes smoothScroll { 0% { transform: translateY(-40px); } 100% { transform: translateY(0px); } }

.header.sticky .logo { display: none; }
.header.sticky .header_menu { display: none; }
.header.sticky .header_main { justify-content: end;}
.click_menu {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 180px;
    cursor: pointer;
    top: 21px;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 0px 3px 3px 0;
    padding: 5px;
    background-position: right;
    z-index: 999;
    border-color: #ffffff;
    display: block;
}
.close-mob { display: none; }
/******banner_img******/
.main_sec { margin-top: 204px; }
.banner_sec { position: relative; overflow: hidden;  }
.banner_box { position: relative; }
.banner_img { position: relative; }
.banner_img:before { content: ''; position: absolute; left: 0; top:0; width: 100%; height: 860px; background: url('../images/banner-overlay.png') no-repeat; 
background-size: cover; }
.banner_img img { width: 100%;  height: 1120px; object-fit: cover; display: block; }
.banner_txt_left { width: 49%; display: inline-block; vertical-align: top; }
.banner_txt_left h3 { font-size: 36px; letter-spacing: 1px; line-height: 91px; color: #ffffff; font-weight: 700;  margin-bottom: 47px; text-transform: uppercase; }
.banner_txt_left p { font-size: 23px;  line-height: 36px; color: #ffffff; font-weight: 600;  padding-bottom: 65px; }
.banner_txt_left span { display: block;  font-size: 23px;  line-height: 36px; color: #ffffff; font-weight: 600;  padding-bottom: 35px;}
.banner_txt_left  a.btn{ margin-left: -35px; }
a.btn { font-size: 23px; letter-spacing: 1px;  background-color: #e0005a; color: #ffffff; font-weight: 700; text-align: center; display: inline-block; 
text-transform: uppercase;     padding: 12px 35px;     border-radius: 50px; }
a.btn:hover { background-color: #fb0065; color: #ffffff;}
.banner_txt { width: 1351px;  position: absolute; left: 0; right: 0; top: 118px; margin: 0 auto; }
.banner_txt_right { width: 675px; display: inline-block; vertical-align: top; }
.banner_txt_right h2 { font-size: 61px; letter-spacing: 1px; line-height: 81px; color: #ffffff; font-weight: 300;  }

.down-arrow{ width: 45px; position: absolute; bottom: 41px; left: 0; right: 0; margin: 0 auto; z-index: 999;}
.down-arrow a { display: block; }
.down-arrow img { width: 100%; }
.banner_slider ul.slick-dots { display: none !important; }
.down-arrow a.shake:hover { animation: shake 150ms 2 linear; -moz-animation: shake 150ms 2 linear;  -webkit-animation: shake 150ms 2 linear; -o-animation: shake 150ms 2 linear; }

.banner_circle { width: 100%; position: absolute; left: 0px;  bottom: -170px; }
.banner_circleimg { width: 612px;opacity: .5;  -webkit-animation: spinner-8 30s linear infinite; animation: spinner-8 30s linear infinite;  margin-left: -122px;}
@-webkit-keyframes spinner-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes shake {
	0% {
		transform: translate(0, 6px);
	}
	50% {
		transform: translate(0, -6px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@-moz-keyframes shake {
	0% {
		-moz-transform: translate(3px, 0);
	}
	50% {
		-moz-transform: translate(-3px, 0);
	}
	100% {
		-moz-transform: translate(0, 0);
	}
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translate(3px, 0);
	}
	50% {
		-webkit-transform: translate(-3px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-ms-keyframes shake {
	0% {
		-ms-transform: translate(3px, 0);
	}
	50% {
		-ms-transform: translate(-3px, 0);
	}
	100% {
		-ms-transform: translate(0, 0);
	}
}

@-o-keyframes shake {
	0% {
		-o-transform: translate(3px, 0);
	}
	50% {
		-o-transform: translate(-3px, 0);
	}
	100% {
		-o-transform: translate(0, 0);
	}
}
/******button_philisop******/
.button_philisop .banner_txt_left { display: none; }
.button_philisop { padding: 40px 0px 159px; background-color: #ffffff; text-align: center;  }
.praxis_sec { background-attachment: fixed; background-size: cover;     background-position: right;     background-repeat: no-repeat;}
.praxis_sec_margin{margin-bottom:150px;}
.praxis_sec_min_height {height:800px;background-position: center center;}
.praxis_txt { max-width: 773px; margin: 0 auto; padding: 60px 78px; background-color: rgba(229, 227, 220, 0.85); }
.praxis_txt h2{ font-size: 61px; letter-spacing: 1px; line-height: 81px; color: #918b82; font-weight: 300; margin-bottom: 150px; text-align: center; position: relative; }
.praxis_txt h2:before { content: ''; position: absolute; left: 0; right: 0; top: 100px;  margin: 0 auto;  width: 3px;  height: 102px; background: #e21869;  transition: all 0.3s; }
.praxis_txt p{ font-size: 23px; line-height: 36px; color: #918b82; font-weight: 400; margin-bottom: 33px; }
.praxis_txt span.decor_x { display: block; text-align: center; width: 26px; margin: 0 auto; }
/******current_sec******/
.current_sec { padding: 200px 0px 180px; }
.current_title  { text-align: center; }
.current_title h2 { font-size: 61px; letter-spacing: 1px; line-height: 81px; color: #918b82; font-weight: 300; position: relative; }
.current_title h2:before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -5px; width: 107px; height: 4px;  background: #e21869;  }
.current_txt { padding-top: 20px; padding-left: 50px; }
.current_txt p { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 400; margin-bottom: 35px; }
.current_txt span { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 400; display: block; }
.current_txt a {  color: #918b82; font-weight: 700; display: inline-block;  }
.current_txt a:hover{color:#e21869;}
/******about_sec******/
.about_sec { margin-bottom: 160px; overflow: hidden;     padding-top: 22px;}
.about_title h2 { font-size: 61px; letter-spacing: 1px;  line-height: 81px; color: #918b82; font-weight: 300; position: relative; text-align: center; padding-bottom: 25px;
 margin-bottom: 65px;  display: block; }
.about_title h2:before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -5px;  width: 107px; height: 4px; background: #e21869; }
.about_box { margin-bottom: 280px; position: relative; }
.about_box:before { content: ''; position: absolute;  left: 0; top: 0;  width: 90%;  height: 181px; background-color: #e6e4dd; }
.about_sec_no_bg .about_box:before{background:none !important;}
.about_head { padding: 50px 0; margin-bottom: 55px; position: relative;  }
.about_head h2 { font-size: 61px; line-height: 81px; color: #e0005a; font-weight: 300; }
.about_headtxt { padding-right: 30px; }
.about_headtxt p { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 400; margin-bottom: 30px; }
.about_img { padding-left: 45px; margin-top: -194px; text-align: center;  position: relative; }
.about_img img { width: 100%; margin-bottom: 63px; }
.about_box .row { flex-direction: row; }
.about_box_no_reverse .row { flex-direction: row-reverse; }
.about_box:nth-child(odd) .about_img { padding-left: 0; padding-right: 45px; }
.about_box:nth-child(odd) .about_headtxt { padding-left: 45px; padding-right: 0px; }
.about_box:nth-child(odd) .about_head { padding-left: 45px;  width: 840px;}
.about_box:nth-child(odd):before { left: auto; right: 0;  }
.about_box:last-child{ margin-bottom: 0; }
/******service_sec******/
.service_sec { margin-bottom: 200px; }
.service_title h2 { font-size: 61px; letter-spacing: 1px;  line-height: 81px; color: #918b82; font-weight: 300; position: relative; text-align: center; padding-bottom: 25px;
 margin-bottom: 65px;  }
.service_title h2:before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -5px;  width: 107px; height: 4px; background: #e21869; }
.service_box { margin-bottom: 60px; }
.service_topbox { position: relative; margin-bottom: 55px; }
.service_topbox .row{ align-items: center; }
.service_topbox:before { content: ''; position: absolute; left: 0; top: 0; width: 90%; height: 170px; background-color: #e6e4dd; }
.service_topboxtxt { padding: 44px 0px 44px 77px; position: relative; }
.service_topboxtxt h2 { font-size: 61px; line-height: 81px; color: #e0005a; font-weight: 300; }
.service_topboxbtn { padding: 44px 0px; text-align: center;   position: relative;}
.service_btm_txt ul li { display: block; padding: 12px 15px 12px 45px; position: relative; font-size:23px; line-height: 36px; color: #918b82; font-weight:700; margin-bottom:10px;
background-color: #e6e4dd; }
.service_btm_txt ul li:last-child { margin-bottom: 0;  }
.service_btm_txt ul li:before { content:''; position: absolute; left: 20px; top: 26px; width: 12px; height: 12px; background: #9b9184;border-radius: 50px; }
.service_btm_img { padding: 0 75px 0 45px; }
.service_btm_img img{ width: 100%; }
.service_box:nth-child(odd) .service_topbox .row { flex-direction: row-reverse; }
.service_box:nth-child(odd) .service_btmbox .row { flex-direction: row-reverse; }
.service_box:nth-child(odd) .service_btmbox .service_btm_img { padding: 0 45px 0 75px; }
/******gallery_sec******/
.blick_praxis { margin-bottom: 100px; }
.gallery_sec { margin-bottom: 100px; }
.gallery_box a {  display: block; position: relative;  padding-bottom: 100%; }
.gallery_box a:before {  content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(224, 0, 90, 0.65); z-index: 9; opacity: 0; }
.gallery_box a:after {  content: ''; position: absolute; left: 0; right: 0; top: 50%; width: 112px; height: 112px; background: url('../images/plus.png') no-repeat; z-index: 9;
 opacity: 0; background-size: 100%; transform: translateY(-50%);  margin: 0 auto; }
.gallery_box a:hover:before { opacity: 1; transition:0.3s all ease-in-out; }
.gallery_box a:hover:after { opacity: 1; transition:0.3s all ease-in-out; }
.gallery_box a img { margin: 0;  padding: 0; position: absolute; left: 0; top: 0;  width: 100%;  height: 100%;  -o-object-fit: cover; object-fit: cover; }
/******responsive******/
.video_sec { margin-bottom: 200px; }
.video_sec h2 { font-size: 61px; letter-spacing: 1px; line-height: 81px; color: #918b82; font-weight: 300; position: relative; text-align: center; padding-bottom: 25px;
margin-bottom: 65px;   }
.video_sec h2:before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -5px; width: 107px; height: 4px;  background: #e21869;  }
.video_box a {  display: block; position: relative;  padding-bottom: 100%; }
.video_box a:before {  content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(224, 0, 90, 0.65); z-index: 9; opacity: 0; }
.video_box a:after {  content: ''; position: absolute; left: 0; right: 0; top: 50%; width: 112px; height: 112px; background: url('../images/video-icon.png') no-repeat; z-index: 9;
 opacity: 0; background-size: 100%; transform: translateY(-50%);  margin: 0 auto; }
.video_box a:hover:before { opacity: 1; transition:0.3s all ease-in-out; }
.video_box a:hover:after { opacity: 1; transition:0.3s all ease-in-out; }
.video_box a img { margin: 0;  padding: 0; position: absolute; left: 0; top: 0;  width: 100%;  height: 100%;  -o-object-fit: cover; object-fit: cover; }
/******contact_sec******/
.contact_sec { margin-bottom: 150px; }
.contact_title h2 { font-size: 61px; letter-spacing: 1px; line-height: 81px; color: #918b82; font-weight: 300; position: relative; text-align: center; padding-bottom: 25px;
margin-bottom: 65px;   }
.contact_title h2:before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -5px; width: 107px; height: 4px;  background: #e21869;  }
.contact_main { position: relative; margin-bottom: 65px; }
.contact_main:before { content: ''; position: absolute; left: 0; top: 0; width: 50%;  background-color: #e6e4dd; height: 440px;  }
.contact_main_full_height:before{height:auto;bottom:0;}
.contact_main_no_background:before{background-color:transparent;}
.contact_left { padding: 49px 0; position: relative;	 }
.contact_left h5 { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 700; }
.contact_left p { font-size: 23px; line-height: 36px; color: #918b82; margin-bottom: 30px; }
.contact_left p:last-child {  margin-bottom: 0; }
.contact_left p a { color: #918b82; font-weight: 700; }
.contact_right p a:hover, .contact_left p a:hover{color:#e21869;}


.contact_right  { padding: 49px 0px 49px 75px;}
.contact_right h5 { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 700; }
.contact_right p { font-size: 23px; line-height: 36px; color: #918b82; margin-bottom: 30px; }
.contact_right p:last-child { margin-bottom: 0px; }
.contact_right p a { color: #918b82; font-weight: 700; display: inline-block; }
.contact_right p strong { color: #918b82; font-weight: 700; }
.contact_btn { margin-bottom: 100px; }
.contact_btn a { margin-left: 115px; }
.contact_iframe img { width: 100%; }
/******map_sec******/
.map_sec { padding-bottom: 360px;position: relative;    overflow: hidden;  }
.map_title h2 { font-size: 61px; letter-spacing: 1px; line-height: 81px; color: #918b82; font-weight: 300; position: relative; text-align: center; padding-bottom: 25px;
margin-bottom: 65px;   }
.map_title h2:before { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -5px; width: 107px; height: 4px;  background: #e21869;  }
.map_iframe { margin-bottom: 99px;  }
.map_iframe img{ width: 100%; height: 100%; object-fit: cover;  }
.map_btns { max-width: 855px; margin: 0 auto; position: relative; z-index: 9;}
.map_btns ul  { padding: 0; margin: 0;  display: flex; justify-content: space-between; }
.map_btns ul li { display: inline-block; vertical-align: top; }
/******footer******/
.footer { background-color: #e6e4dd; padding: 45px 0px 35px; border-bottom: 30px solid #e0005a; position: relative; }
.footer_left h5 { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 700; margin: 0; }
.footer_left p { font-size: 23px; line-height: 36px; color: #918b82; }
.footer_top  { margin-bottom: 35px;  width: 330px; display: flex; }
.footer_top ul {  width: calc(100% - 61px);}
.footer_top ul li{ display: block; }
.footer_top ul li a { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 400; }
.footer_top ul li a:hover{color:#e21869;}
.footer_top p {  width: 61px;  }
.footer_right  { position: relative; }
.footer_right p { font-size: 23px; line-height: 36px; color: #918b82; font-weight: 400; }
.backto-top { position: absolute; right: -85px; top: -100px;  width: 205px; }
.backto-top a { display: inline-block; margin: 0 auto; font-size: 23px; line-height: 36px; color: #918b82; font-weight: 400; }
.backto-top a:hover{color:#e21869;}
.backto-top a img { display: block; margin: 0 auto; margin-bottom: 25px;max-width:108px; }
.footer_circle { width: 100%; position: absolute; right: 0px; bottom: -275px; }
.footer_circleimg { width: 612px;opacity: .5;  -webkit-animation: spinner-8 30s linear infinite; animation: spinner-8 30s linear infinite; margin-left: auto; position: relative; right: -270px;}
/******independentModal******/
.independentModal { z-index: 9999; }
.modal-open { padding-right: 0 !important;  }
.independentModal .modal-dialog { max-width: 645px; }
.modal-content { padding: 40px 40px; border: 0; border-radius: 0; }
.modal-content a.btn-close {  background: #df0059; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;  padding: 0; border-radius: 50px;
 opacity: 1; position: absolute;  right: -20px; top: -20px; }
.independentModal h3 { font-size: 36px; letter-spacing: 1px; line-height: normal; color: #df0059; font-weight: 700; margin-bottom: 47px; text-transform: uppercase; }
.independentModal p { font-size: 20px; line-height: 32px; color: #918b82; font-weight: 400;  margin-bottom: 35px; }
.modal-header { border: 0; }
.modal-body { padding: 0; }
.modal-btn { text-align: center; }
.modal.show .modal-dialog { top: 176px; }
#button { display: none; }
/******responsive******/

@media screen and (min-width: 1921px){
.header .header_toggle nav { width: 645px; transform: translate(645px) }
.banner_img:before { height: 960px; }
}
@media screen and (min-width: 2561px){
.header .header_toggle nav { width: 945px; transform: translate(945px); }
.banner_img:before { height: 1060px; }
}
@media screen and (max-width: 1739px){
.about_box:nth-child(odd) .about_head {  width: 100%; }
.about_head h2 {  font-size: 47px; }
.service_topbox:before {   width: 97%; }
.about_box:before {   width: 97%; }
}
@media screen and (max-width: 1539px){
.backto-top { right: -35px; }
.container-fluid { max-width: 97%; }
.logo { width: 380px; }
.header_right { width: calc(100% - 380px); padding-left: 40px; }
.main_sec { margin-top: 170px; }
}
@media screen and (max-width: 1439px){
.backto-top { right: 0; }
.footer_circleimg { right: -170px; }
.banner_txt, .container { max-width: 97%; }
.header_menu ul li { margin-right: 16px; }
.banner_txt_left {  width: 48%; }
.banner_txt_left a.btn {  margin-left: 0; }
.about_head { padding: 58px 0px; }
.about_box:nth-child(odd) .about_head { width: 98%;  padding: 26px 0px; padding-left: 45px; }
.about_head h2 {  line-height: 64px; }
}
@media screen and (max-width: 1365px){
.banner_txt_left { width: 44%; }
.header_menu ul li { margin-right: 13px; }
.header_menu ul li a { font-size: 17px; }
.logo { width: 350px; }
.header_right { width: calc(100% - 350px); }
.main_sec { margin-top: 160px; }
.current_title h2, .about_title h2, .service_title h2, .praxis_txt h2, .video_sec h2, .contact_title h2, .map_title h2 , .banner_txt_right h2, .service_topboxtxt h2
{  font-size: 50px; line-height: 70px; }
.banner_txt_left p {  padding-bottom: 50px; }
.header_menu ul li { margin-right: 10px; }
}
@media screen and (max-width: 1279px){
.banner_txt_right {  width: 580px; }
.header_right { padding-left: 20px; }
.header_menu ul li a {  font-size: 15px; }
.service_topbox:before {  width: 100%; }
.service_btm_img {  padding: 0 0px 0 45px; }
.service_box:nth-child(odd) .service_btmbox .service_btm_img {  padding: 0 45px 0 0px; }
.service_topboxtxt { padding: 44px 0px 44px 45px; }
.backto-top { width: 153px; }
.backto-top a { font-size: 18px; }
.banner_txt_right { width: 480px; }
.header .header_toggle nav { width: 490px; transform: translate(490px); }
.click_menu { right: 90px; }
.banner_txt_left h3 { font-size: 32px; }
}
@media screen and (max-width: 1179px){
.banner_txt_right { width: 480px; }
.header_right { padding-top: 27px; }
.header_menu ul li a:hover:before { top: 22px; height: 15px; }
}
@media screen and (max-width: 1079px){
.banner_txt_left h3 { font-size: 28px; line-height: 60px; }
.button_philisop { padding: 40px 0px 40px; }
.banner_img img { width: 100%; height: 890px; }
.banner_circleimg { width: 420px; margin: 0 auto; }
.current_title h2, .about_title h2, .service_title h2, .praxis_txt h2, .video_sec h2, .contact_title h2, .map_title h2, .banner_txt_right h2, .service_topboxtxt h2 {
font-size: 38px;  line-height: 55px; }
.current_title h2:before {  bottom: -20px; }
.current_txt { padding-top: 12px; padding-left: 0; }
.about_img { padding-left: 20px; }
.current_txt p, .about_headtxt p , .contact_left p, .contact_right p, .praxis_txt p { font-size: 20px;  line-height: 32px; margin-bottom: 25px; }
.contact_right h5, .current_txt span { font-size: 20px; line-height: 32px; }
.about_img { margin-top: -150px; }
.about_head h1 { font-size: 42px; }
.service_btm_txt ul li { font-size: 20px;  line-height: 32px; }
.service_btm_txt ul li { padding: 12px 15px 12px 50px; }
.service_btm_txt ul li:before {top: 23px;}
.about_sec { margin-bottom: 100px; }
.service_sec { margin-bottom: 100px; }
.video_sec { margin-bottom: 100px; }
.contact_right { padding: 30px 0px 30px 30px; }
.contact_left {  padding: 34px 0px; }
.contact_btn a { margin-left: 65px; }
.contact_sec , .about_box{  margin-bottom: 100px; }
.footer_circle { bottom: -170px; }
.footer_circleimg { right: -130px;  width: 490px; }
.backto-top { top: -180px; }
a.btn { font-size: 20px; }
.footer_left p { font-size: 20px; line-height: 32px; }
.footer_top ul li a { font-size: 20px; line-height: 32px; }
.footer_right p { font-size: 20px; line-height: 32px; }
.footer_left h5 { font-size: 20px; line-height: 32px; }
.about_box:nth-child(odd) .about_head , .about_box:nth-child(odd) .about_headtxt{  padding-left: 0; }
.praxis_txt h1:before { top: 78px; }
}
@media screen and (max-width: 991px){
.header_menu { display: none; }
.header { padding: 20px 0px 20px; }
.main_sec { margin-top: 152px; }
.banner_txt_right { width: 374px; }
.banner_txt_left { width: 48%; }
.banner_txt_left h3 { font-size: 26px; line-height: 30px; }
.about_head h1 { font-size: 34px; line-height: 48px; }
a.btn { padding: 12px 30px; }
.about_headtxt { padding-right: 0; }
.service_topbox:before { height: 144px; }
.service_btm_img { padding: 0; }
.service_topboxtxt { padding: 44px 0px 44px 0px; }
.service_box:nth-child(odd) .service_btmbox .service_btm_img { padding: 0; }
.about_sec, .service_sec, .video_sec, .service_sec , .contact_sec {  margin-bottom: 70px; }
.about_box {  margin-bottom: 140px; }
.footer_top { width: 280px; }
.about_img { margin-top: -125px; }
.about_head { padding: 42px 0px; }
}
@media screen and (max-width: 767px){
.header { background-color: #ffffff; }
.header_right { padding-top: 0; } 
.nav-icon { top: 0; }
.banner_txt_left { display: none; }
.banner_img img { width: 100%; height: 550px; }
.banner_txt { top: 40px; }
.banner_txt_right { width: 474px; margin: 0 auto; display: block; }
.banner_circle { left: 0px; right: 0; margin: 0 auto; }
.banner_circleimg { margin: 0 auto; }
.button_philisop .banner_txt_left { display: block;  width: 92%;  margin: 0 auto; }
.button_philisop .banner_txt_left h3 { color: #918b82;    margin-bottom: 30px; text-align: left;}
.button_philisop .banner_txt_left p { color: #918b82;     padding-bottom: 30px; text-align: left; font-size: 20px; line-height: 30px;  }
.button_philisop .banner_txt_left span { color: #918b82; text-align: left; font-size: 20px; line-height: 30px;  }
.button_philisop a.philisop_btn { /*display: none;*/ }
.praxis_txt { position: relative; top: 90px; }
.praxis_sec { background-attachment: inherit; /*background-size: 100% 425px;*/ margin-bottom: 180px;    /*background-position: top right;*/ }
.current_txt p, .about_headtxt p, .contact_left p, .contact_right p, .praxis_txt p , .current_txt span{ font-size: 18px; line-height: 30px; }
.current_title h2, .about_title h2, .service_title h2, .praxis_txt h2, .video_sec h2, .contact_title h2, .map_title h2, .banner_txt_right h2, .service_topboxtxt h2 {
font-size: 50px; line-height: 61px; }
.current_title { max-width: 405px; margin: 0 auto; }
.current_txt { padding-top: 55px; }
.about_title { text-align: center; }
.about_box .row { flex-direction: row !important; }
.about_img { max-width: 500px; margin: 0 auto; padding: 0px 20px; }
.about_img a.btn { display: none; }
.about_box:before { width: 100%; top: 500px; height: 200px; }
.about_head { padding: 0; margin-top: -35px; }
.about_head h2 { font-size: 44px; text-align:center;}
/*.about_box:last-child , .about_box:nth-child(odd){ display: none; }*/
.service_topbox:before { display: none; }
.service_topbox { text-align: center; margin-bottom: 0; background: #e6e4dd;     padding-bottom: 40px;}
.service_topboxtxt { padding: 40px 0px; }
.service_topboxbtn { padding: 0; }
.service_btmbox .row { flex-direction: column-reverse; }
.service_btmbox{ margin-top: 65px; }
.service_btm_img  { max-width: 460px; margin: 0 auto; margin-bottom: 35px; }
.service_box { margin-bottom: 80px; }
.service_box:nth-child(odd) .service_btmbox .row{flex-direction: column-reverse;}
.praxis_sec.blick_praxis { /*background-size: 100% 285px;*/ margin-bottom: 250px; }
.blick_praxis .praxis_txt { top: 130px; }
.contact_main { background-color: #e6e4dd;    margin-bottom: 40px; }
.contact_main:before { display: none; }
.contact_left { padding: 30px 0px 25px; }
.contact_right {  padding: 0px 0px 30px 0px; }
.header .header_toggle nav { padding: 0px;  transform: inherit; height: 0; width: 100%; position: fixed; z-index: 99;right: 0;  overflow-x: auto; overflow: hidden;
 transition: .5s; top: 151px; max-height: calc(100vh - 151px); max-height:-webkit-calc(100vh - 151px); max-height:-moz-calc(100vh - 151px); }
.header .header_toggle nav > ul {  margin-top: 0;  max-height: 100%; }
.header .header_toggle nav ul li a { padding: 0px 50px; }
.header .header_toggle nav ul li ul.sub-menu { padding-bottom: 20px; }
.click_menu {  top: 23px; transform: rotate(-45deg); }
.close-desk { display: none; }
.close-mob { display: block; }
.open .header .header_toggle nav { transform: inherit;  height: 75vh; padding: 20px 0;   }
.header.sticky .header_toggle nav { top: 95px; }
.praxis_sec_min_height {height:400px;margin-bottom: 60px;}
.praxis_txt h2:before { top: 85px; }
/*.service_box:last-child  { display: none; }*/
.service_btm_txt ul li { font-size: 18px; line-height: 30px; }
.service_btm_txt ul li:before {top: 22px;}
.gallery_box {	max-width: 460px; margin: 0 auto; }
.video_box  { max-width: 460px; margin: 0 auto; }
/*.video_sec .col:nth-child(2), .video_sec .col:last-child { display: none; }*/
/*.gallery_sec .col:nth-child(7), .gallery_sec .col:nth-child(8), .gallery_sec .col:last-child{ display: none; }*/
.contact_left h5 , .contact_right h5, .current_txt span{ font-size: 18px; line-height: 30px; }
.contact_btn { text-align: center; margin-bottom: 40px; }
.contact_btn a.btn { margin: 0 auto; }
.map_sec .container-fluid { padding: 0; width: 100%; }
.map_sec .container-fluid .col-md-12 { padding: 0;  }
.map_iframe { margin-bottom: 60px; }
.map_btns { max-width: 350px; text-align: center; }
.map_btns ul { display: block; }
.map_btns ul li{ margin-bottom: 40px; }
.footer_circleimg { right: 0; left: 0; width: 460px; margin: 0 auto; }
.backto-top { right: 0; left: 0;  margin: 0 auto; top: -320px; }
.footer { padding: 145px 0px 130px; }
.footer_left p, .footer_left h5, .footer_top ul li a, .footer_right p {  font-size: 18px;  line-height: 30px; }
.footer_top { display: block; margin-bottom: 20px; }
.footer_left { padding-bottom: 20px; }
.backto-top a img { margin-bottom: 15px; }
.footer_top p { position: absolute; bottom: -96px;  left: 0; right: 0;  margin: 0 auto; }
.footer_top ul { width: 100%; }
.footer_top ul li {  display: inline-block; vertical-align: top; margin-right: 25px; position: relative; }
.footer_top ul li:before { content: ''; position: absolute;  right: -16px; top: 6px; width: 1px; height: 20px; background: #918b82; }
.footer_top ul li:last-child:before { display: none;}
.footer_top ul li:last-child { margin-right: 0 }
.header.sticky { animation: inherit; }
.modal.show .modal-dialog {  max-width: 90%;  margin: 0 auto; }
#button { display: inline-block;  width: 70px; height: 70px; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s;
 opacity: 0; visibility: hidden;  z-index: 1000; cursor: pointer; }
#button.show { opacity: 1;  visibility: visible; }
#button img { width: 100%; }
/*.about_box { margin-bottom: 0; }*/
/*.about_box:before { display: none; }*/
.about_head { background-color: #e6e4dd; padding: 70px 27px 45px !important; width:100% !important; }
.about_headtxt { padding: 0px 27px; }
.about_box .container{ padding: 0; width: 100%; }
.about_box .col-md-6{ padding: 0; }
.about_txt {  /*margin-top: -110px;*/ }
.current_sec{padding-top:100px;}
}
@media screen and (max-width: 639px){
.praxis_txt { padding: 50px 42px; }
}
@media screen and (max-width: 575px){
.banner_txt_right { width: 90%; }
.current_title h2, .about_title h2, .service_title h2, .praxis_txt h2, .video_sec h2, .contact_title h2, .map_title h2, .banner_txt_right h2, .service_topboxtxt h2 {
 font-size: 42px; line-height: 52px; }
.praxis_txt h2 { margin-bottom: 115px; }
.praxis_txt h2:before { top: 80px; height: 60px; }
.about_box:before { height: 220px; }
.about_headtxt { padding-top: 35px; }
.praxis_sec.blick_praxis { margin-bottom: 185px; }
.gallery_sec { margin-bottom: 80px; }
.backto-top a img { width: 90px; }
.independentModal h3 { font-size: 25px; margin-bottom: 35px; }
.independentModal p { font-size: 18px; line-height: 30px; }
.modal-content a.btn-close {  right: -15px; }
.about_img {  padding: 0px 27px; }
.banner_circle {  bottom: -140px; }
}
@media screen and (max-width: 479px){
.logo { width: 255px; }
.nav-icon { width: 45px; height: 45px; }
.nav-icon { right: -44px; }
.main_sec { margin-top: 121px; }
.current_title h2, .about_title h2, .service_title h2, .praxis_txt h2, .video_sec h2, .contact_title h2, .map_title h2, .banner_txt_right h2, .service_topboxtxt h2 {
 font-size: 32px; line-height: 46px; }
.banner_circleimg { width: 320px; }
.banner_txt_left h3 { font-size: 22px; line-height: 28px; }
.button_philisop .banner_txt_left p, .button_philisop .banner_txt_left span { font-size: 18px; line-height: 28px; }
a.btn { font-size: 18px; }
.praxis_sec { /*background-size: 100% 320px;*/  margin-bottom: 160px; }
.praxis_sec_min_height {height:200px;}
.praxis_txt { padding: 45px 30px; top: 145px; }
.praxis_txt h2:before { top: 70px; }
.about_box:before { top: 450px; }
.about_head h2 { font-size: 32px; }
.footer_circleimg { width: 90%; }
.footer_circle { bottom: -105px; }
.backto-top { top: -370px; }
.header.sticky .nav-icon { right: 16px; }
.header .header_toggle nav { top: 121px;  }
.header .header_toggle nav ul li a { font-size: 20px;  padding: 0px 30px; }
.header .header_toggle nav ul li a:hover:before {  width: 30px; left: 35px; }
.header .header_toggle nav ul li a:hover { padding-left: 80px; }
.click_menu { right: 45px; }
.header .header_toggle nav ul li a.insta-icon { margin-top: 15px; }
.click_menu { top: 25px; }
.header_main { display: block; }
.header_right { position: inherit; }
.nav-icon { top: 21px; right: 23px; }
.modal-content { padding: 30px 30px; }

.banner_circle {
    bottom: -110px;
}
}
@media screen and (max-width: 374px){
.container-fluid { max-width: 100%; }
.logo { width: 215px; }
.nav-icon { width: 38px; height: 38px; right: 16px; }
.header .header_toggle nav { top: 109px; }
.header .header_toggle nav ul li a { font-size: 18px; padding: 0px 25px;  line-height: 52px; }
.header .header_toggle nav ul li a:hover:before { left: 30px; }
.header .header_toggle nav ul li a:hover { padding-left: 70px; }
.click_menu { right: 15px;  top: 21px; }
.header .header_toggle nav ul li a.insta-icon img { width: 40px; }
.banner_circleimg { width: 315px; }
.down-arrow {  width: 35px; } 
.button_philisop .banner_txt_left { width: 90%; }
a.btn { font-size: 16px; padding: 12px 19px; }
.praxis_txt {  padding: 45px 22px;    top: 115px; }
.praxis_txt h2:before { /*top: 100px;*/ }
.about_box:before { top: 315px; height: 185px; }
.about_head { margin-bottom: 0px;  padding: 70px 27px 30px; }
.service_btm_txt ul li { font-size: 17px; line-height: 26px; padding: 12px 15px 12px 40px; }
.banner_txt_right h2{ font-size: 27px; line-height: 40px; }
.main_sec {  margin-top: 109px; }
.map_btns ul li {  margin-bottom: 30px; }
.modal-btn a.btn { padding: 12px 11px; }
.service_btm_txt ul li { font-size: 16px; line-height: 24px; }
.service_btm_txt ul li:before { left: 15px; top: 19px; width: 10px;  height: 10px; }
.modal-content { padding: 30px 20px; }
.independentModal h3 { font-size: 22px; }
.praxis_sec { /*background-size: 100% 260px;*/ }
.praxis_sec.blick_praxis { /*background-size: 100% 260px;*/ }
.current_title h2, .about_title h2, .service_title h2, .praxis_txt h2, .video_sec h2, .contact_title h2, .map_title h2, .banner_txt_right h2, .service_topboxtxt h2 {
font-size: 25px; line-height: 35px; }
.banner_txt_left h3 { font-size: 20px; }
.banner_circle {
    bottom: -90px;
}
.banner_circleimg {
    width: 266px;
}
}
@media screen and (min-width: 992px) {
.header_menu ul li:hover>.sub-menu  {opacity: 1;visibility: visible;display: block !important; }
}