/*
Theme Name: Biz Virtuoso 
Text Domain: #
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Barid Ghosh
Author URI: #
Theme URI: #
 */


@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px;}
body{ margin:0px; padding:0px; font-family: 'Poppins', sans-serif; font-size:16px; font-weight:400; color:#2e2a2a; background:#fff; min-height:100%;}
p{ margin:0px; padding:0px 0 30px 0; font-family: 'Poppins', sans-serif; font-size:16px; color:#2e2a2a; line-height:30px;font-weight:400;}
h1{ margin: 0 0 15px; padding: 0; font-size:40px; line-height:45px; font-family: 'Poppins', sans-serif; font-weight: 600;}
h2{ margin: 0 0 15px; padding: 0; font-size:40px; line-height:45px; font-family: 'Poppins', sans-serif; font-weight: 600;}
h3{ margin: 0 0px 10px; padding: 0; font-size: 23px; line-height: 26px; font-family: 'Poppins', sans-serif; font-weight: 400;}
h4{ margin: 0 0px 10px; padding: 0; font-size:30px; line-height:35px; font-family: 'Poppins', sans-serif; font-weight: 400;}
h5{ margin: 0 0px 15px; padding: 0; font-size: 21px; line-height: 27px; font-family: 'Poppins', sans-serif; font-weight: 400;}
h6{ margin: 0 0px 10px; padding: 0; font-size: 16px; line-height: 30px; font-family: 'Poppins', sans-serif; font-weight: 400;}

address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s; color: #045c5a;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#2e2a2a;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#000; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}

.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}

/*	Reset style			*/
::-moz-selection { color: #fff; background: #efc06d;}
::selection {  color: #fff; background: #efc06d;}

/* form css */
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder {color:#000;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type="number"]::-moz-placeholder {color:#000;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder {color:#000;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder {color:#000;opacity:1}

.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], input[type="date"], input[type="time"], select {display: block;
width: 100%; 
font-size: 14px;color: #000;height: auto;padding: 15px;
margin-bottom: 15px;background: #fff;outline: none;border-radius: 10px;
box-shadow: none;line-height: normal;border: 1px solid #cbcbcb;appearance: none;
-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;
-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;position: relative;}
textarea.form-control, textarea {height:150px; resize:none; overflow:hidden;}
.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border: 1px solid #000; background-color:#fff; box-shadow: none;}

.date input[type="text"] { display: block; background: url(images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
.date input[type="date"] { display: block; background: url(images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto; }
input[type="time"]::-webkit-calendar-picker-indicator {  display:block; inset: 0; background: #0000; position:absolute; transform: scale(12); width: auto; cursor: pointer; }
.time input[type="text"] { display: block; background: url(images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.time input[type="time"] { display: block; background: url(images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.date input::-webkit-date-and-time-value, .time input::-webkit-date-and-time-value {text-align: left;}

.fl-dfl {border: 1px solid #cbcbcb;padding: 23px 15px;border-radius: 4px;margin-bottom: 35px;}
input[type="file"] {width: 100%;}

/* form css */
select{-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border: 0; border-radius: 0px; box-shadow: none; background-image:url(images/down-arrow.jpg); background-position:right 0; background-repeat: no-repeat;font-weight: 500;font-size: 18px;line-height: 26px; color: #fff;height: auto;padding: 22px 15px; margin-bottom: 0; text-transform: uppercase; cursor: pointer; background-color: #cd6e1a; background-size: 40px 78px;}
select:focus {border:0;outline: none; background-color: #cd6e1a;}
select option {color:#fff; font-size:14px; font-weight:300;}

label {font-size: 18px;color: #000;margin: 0px 0px 15px; padding: 0px;}

/* button css */
.btn { position: relative; font-size: 24px;line-height: 26px;font-family: 'Poppins', sans-serif; font-weight: 600;padding: 14px 20px;color: #fff;outline: none;border: 0;border-radius: 0px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #045c5a;}
.btn:focus, .btn:active:focus { outline:0;box-shadow:none; color:#fff; background-color: #2e2a2a;} 
.btn:hover { color:#fff; background-color: #2e2a2a;}

.btn.white {background-color: #fff;color: #203444;} 
.btn.white:focus, .btn.white:active:focus {background-color: #203444;color: #fff;} 
.btn.white:hover {background-color: #203444;color: #fff;} 

/* own class for css */
.displaytable{display:table;height:100%;width:100%; position:relative;}
.displaycell{display:table-cell;vertical-align:middle}
.displaycellBot { display: table-cell; vertical-align: bottom;}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}

/* scroll top */
.scrollTop {position: fixed; width: 45px; bottom: 14px; right: 2%; background-color: #2e2a2a; color: #fff; font-size: 15px; line-height: 45px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; border: none; border-radius: 50px;}
.scrollTop i {position:relative; top:1px;}
.scrollTop:hover, .scrollTop:focus{color:#fff; border:none; background-color: #045c5a;}
.scrollTop.pop{opacity:1; visibility: visible;}

/* banner-home */
.home-banner{position:relative;z-index:2}
.banner-shape{position:absolute;bottom:0;right:0;left:0}
.banner-shape img{width:100%}
.banner{position:relative;width:100%;background-color:#045c5a}
.banner-pic,.banner-pic img{width:100%;position:relative}
.home-banner-pic::after {content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.middle-banner{text-align:center;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);bottom:auto;position:absolute;right:auto;top:calc(50%);transform:translateY(-50%);width:100%;z-index:1}
.middleTextBan{width:100%;position:relative;margin:0;z-index:1}
.middleTextBan h2{color:#fff;font-size:75px;line-height:75px;margin:0 0 30px;font-weight:700}
.middleTextBan h1{color:#fff;font-size:65px;line-height:65px;margin:0;font-weight:700}
.inner-banner{position:relative;width:100%;background-color:#2e2a2a;height:500px;}
.inner-banner .middleTextBan{padding-bottom:0px}
.middleTextBan h4{color:#fff;font-size:29px;line-height:35px;font-weight:400;font-weight:200;letter-spacing:5px}
.innerbg h1{color:#fff}
.home-banner .btn{margin-top:30px;font-size:18px;padding:14px 40px;color:#fff;background:#2e2a2a}
.home-banner .btn:hover{background:#045c5a;color:#fff;box-shadow: 0 0 4px #ddd;}
.mainHd{position:relative}
.header-top{position:absolute;left:0;right:0;top:0;z-index:3}
.logo{float:left;width:370px;margin-top:0;position:relative;background:#fff;text-align:center;}
.logo::after{content:'';display:block;width:432px;height:62px;background:url(images/logo-curve.png) no-repeat 0 0;position:absolute;left:-32px;bottom:-62px;background-size:cover}
.header-right{float:right}
.right-nav{float:right}
.top-addr{padding-top:20px;text-align:right;padding-bottom:20px;border-bottom:1px solid #fff}
.top-addr ul{list-style:none;padding-left:0;margin-bottom:0}
.top-addr ul li{display:inline-block;vertical-align:top;position:relative;padding-left:40px;margin-left:80px}
.top-addr ul li.tel{margin-left:0}
.top-addr ul li::before{content:'';display:block;position:absolute;left:0;top:0;width:29px;height:24px;background-position:center;background-repeat:no-repeat}
.top-addr ul li.tel::before{background-image:url(images/tel-icon.png)}
.top-addr ul li.mail::before{background-image:url(images/mail-icon.png)}
.top-addr ul li a{color:#fff;font-size:19px}
.top-addr ul li a:hover{color:#0193dc}
.inner-banner::after {content: '';display: block;background: url(images/blue-curve.png) no-repeat 0 0;width: 100%;height: 270px;position: absolute;left: 0;right: 0;bottom: -120px;background-size: cover;}
.innerPg {position: relative;z-index: 3;}

/* business-strategy */
.title-bx{text-align:center;margin-bottom:40px}
.business-strategy{padding:0 0 60px;text-align:center}
.business-strategy h4{margin-bottom:30px}
.business-strategy h5{font-size:24px;line-height:35px;font-weight:600}
.business-strategy a{color:#000;font-weight:400;font-size:26px;text-decoration:underline}
.business-strategy a:hover{color:#e5781a}
.business-strategy p span{color:#0093dd;font-weight:700;font-size:26px;text-decoration:none}
.business-strategy p span a{color:#0093dd;font-weight:700;font-size:26px;text-decoration:none}
.strategy-planning{text-align:center;padding-bottom:100px}
.strategy-planning-contact-content{padding:0 25px}
.model-bx{box-shadow:rgba(0,0,0,0.24) 0 3px 8px;padding:30px 50px;margin-bottom:40px;border-radius:10px;text-align:center;background-color:#fff}
.model-bx img{width:120px}
.model-bx h3{color:#045c5a;font-size:30px;font-weight:600;line-height:35px;margin-bottom:25px;margin-top:15px}
.model-bx .btn-link{color:#045c5a;font-size:16px;font-weight:600;line-height:20px}
.model-bx-2{padding:25px;margin-bottom:40px;border-radius:20px;text-align:center;background-color:#eaf0f1}
.model-bx-2 img{width:120px}
.model-bx-2 h5{color:#003471;margin-top:25px}
.coaching-program{padding-bottom:70px}
.clients{padding:0 0 70px}
.client-bx{border:1px solid #dedede;margin-bottom:30px}
.testimonials{padding-bottom:100px}
.testi h6{font-style:italic;font-size:24px;line-height:40px}
.user{background-color:#efefef;width:80px;height:80px;border-radius:50%;margin:40px auto 0;line-height:80px;text-align:center}
.user img{display:inline-block;vertical-align:middle}
.testi{text-align:center}
.testimonials{position:relative}
.testimonials .slick-slider{position:unset}
.testimonials .slick-arrow{position:absolute;top:0;bottom:0;margin:auto;font-size:0;width:69px;height:35px;border-radius:0;background-color:inherit;border:none;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.testimonials .slick-arrow:hover{background-color:inherit}
.testimonials .slick-next.slick-arrow::before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;content:""}
.testimonials .slick-prev.slick-arrow::before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;content:""}
.testimonials .slick-next.slick-arrow{right:50px;background:url(images/arrow-right.png) no-repeat 0 0}
.testimonials .slick-prev.slick-arrow{left:50px;background:url(images/arrow-left.png) no-repeat 0 0}
.testimonials .slick-arrow::before{color:#000;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.testimonials .slick-arrow:hover::before{color:#000}
.ftmain{background-color:#045c5a;padding:60px 0;position:relative}
.ftmain h3{font-size:22px;color:#fff;margin:0 0 20px;font-weight:600;line-height:27px}
.ft-subcribe{padding-right:60px}
.ft-subcribe input[type="email"]{border-radius:0;color:#000;border:0;padding:18px 15px;margin-bottom:14px}
.ft-subcribe .btn{font-size:14px;line-height:22px;padding:14px 40px;text-transform:uppercase}
.ft-subcribe .btn:hover{color:#fff}
.social-ft{text-align:center}
.social-ft img{width:80%}
.social-ft ul{list-style:none;margin-top:30px;padding-left:0}
.ft-cnt-dtls{padding-left:15px}
.ft-cnt-dtls ul{list-style:none;padding-left:0}
.ft-cnt-dtls ul li{margin-bottom:20px;font-size:17px;color:#fff;padding-left:35px;position:relative}
.ft-cnt-dtls ul li a{font-size:17px;color:#fff}
.ft-cnt-dtls ul li a:hover{color:#03e3de}
.ft-cnt-dtls h5{font-size:17px;margin:0 0 2px}
.ft-cnt-dtls p{font-size:17px;color:#fff;line-height:22px}
.ft-cnt-dtls ul li::before{content:'';display:block;position:absolute;left:0;top:3px}
.ft-cnt-dtls ul li.tel::before{background:url(images/ftr-tel-icon.png) no-repeat 0 0;width:23px;height:20px}
.ft-cnt-dtls ul li.mail::before{background:url(images/ftr-mail-icon.png) no-repeat 0 0;width:23px;height:20px}
.ft-cnt-dtls ul li.loc::before{background:url(images/ftr-loc-icon.png) no-repeat 0 0;width:23px;height:29px}
.social-ft ul li{display:inline-block;margin:0 3px}
.social-ft ul li a{width:35px;height:35px;line-height:35px;border:1px solid #fff;background-color:#fff;border-radius:4px;display:block;text-align:center}
.social-ft ul li a:hover{border:1px solid #2e2a2a;background-color:#2e2a2a;color:#fff}
.ftrnav ul{list-style:none;padding-left:0}
.ftrnav ul li{font-size:14px;margin-bottom:15px}
.ftrnav ul li a{color:#fff}
.ftrnav ul li a:hover{color:#03e3de}
.ft-subcribe .btn:hover{background-color:#2e2a2a}
.copyright{padding:50px 0 0;text-align:center}
.copyright p{color:#fff;font-size:17px;padding-bottom:10px}
.footer-top-shape{margin-bottom:-1px;background-color:#fff}
.footer-top-shape.frhme{margin-bottom:-1px;background-color:#f8fafb}
.footer-top-shape img{width:100%;height:100%}
.recent-post{padding:100px 0 0;margin-bottom:-170px;position:relative}
.recent-post-bg{position:absolute;left:0;top:0}
.recent-post-bg img{width:500px}
.recent-post .card{text-align:center;box-shadow:rgba(0,0,0,0.24) 0 3px 8px;border-radius:10px;margin-bottom:30px}
.recent-post .card-title{color:#280e34;font-size:28px;line-height:35px}
.recent-post .card-text{padding-bottom:0;color:#a2a1a3}
.committed{background-color:#045c5a;padding:105px 50px;border-radius:20px;position:relative;z-index:3;margin-top:-320px}
.committed .title-bx{text-align:left}
.committed .title-bx h2{color:#fff}
.committed p{color:#fff;padding-bottom:0}
.committed h1{font-size:200px;line-height:1;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fff;position:absolute;top:-10px;left:-5px;opacity:.5;z-index:2}
.committed-cnt{position:relative;z-index:2}
.home-up-arrow{position:absolute;right:0;bottom:0;z-index:1}
.home-up-arrow img{border-radius:0 20px 20px 0}
.homePg{background-color:#f8fafb}
.strategy-home{padding:0 0 50px;margin-top:-150px;position:relative;z-index:2}
.welcome-bg-area{position:relative;background-color:#f8fafb;padding:0 0 350px}
.welcome-bg-img{position:absolute;bottom:0;right:0;left:0;z-index:1}
.welcome-bg-img img{width:100%}
.welcome-bg-cnt{position:relative;z-index:2}
.contct-sec1{padding:0 0 100px}
.cnt-lft .title-bx{text-align:left;margin-bottom:20px}
.cnt-lft ul{list-style:none;padding-left:0}
.cnt-lft ul li{display:block;padding:18px 0}
.cnt-lft ul li a{color:#2e2a2a;font-size:14px}
.cnt-lft ul li a:hover{color:#045c5a !important}
.cnt-lft .icon{width:60px;height:60px;line-height:60px;text-align:center;float:left;color:#fff;font-size:28px;background:#045c5a;border-radius:10px}
.displaytable{display:table;height:100%;width:100%;position:relative}
.displaycell{display:table-cell;vertical-align:middle}
.contact-content{float:right;width:calc(100% - 85px)}
.contact-content h4{font-size:16px;font-weight:600;line-height:20px;margin-bottom:5px}
.contact-content p{padding-bottom:0;line-height:22px}
.cnt-frm .title-bx{text-align:left}
.cnt-frm .btn{width:100%;font-size:18px;border-radius:10px;background:#045c5a;margin-top:10px}
.cnt-frm .btn:hover{background:#2e2a2a}
.contct-sec2{padding-bottom:100px}
.contct-sec2 iframe{border-radius:10px}
.card-img-js img{width:100%}

.abt-area {padding: 20px 0 60px;}
.abt-pic img {width: 100%;height: 100%;}
.abt-area:nth-child(even) .row {flex-direction: row-reverse !important;}
.abt-area:nth-child(odd) .abt-cnt {padding-left: 40px;}
.abt-area:nth-child(even) .abt-cnt {padding-right: 40px;}

.testimonials.hometesti {padding:100px 0 50px;}

/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/
/***----------------------------------------------------------------------------------------***/

@media (min-width: 1600px){
.container {width: 1440px;}
.inner-banner::after {height: 320px;}
}
/*******		end 1600px		*******/

@media only screen and (max-width:1599px){
  .logo{width:230px}
  .logo::after{width: 269px;
        height: 29px;
        left: -20px;
        bottom: -28px;}
  .inner-banner::after {height: 300px;}
}
/*******		end 1600px		*******/ 

@media only screen and (max-width:1339px){
.model-bx{margin-bottom:10px}
.model-bx h3{font-size:28px;line-height:30px;margin-bottom:15px;margin-top:10px}
}
/*******		end 1339px		*******/ 

@media only screen and (max-width:1299px){   
.strategy-planning-contact-content{padding:0 15px}
.btn{font-size:22px;line-height:24px}
h2{font-size:35px;line-height:40px}
h4{font-size:28px;line-height:33px}
.ft-cnt-dtls{padding-left:0}
.middleTextBan h2{font-size:50px;line-height:55px;margin:0}
.middleTextBan h1{font-size:40px;line-height:45px;margin:0}
.middleTextBan h4{font-size:24px;line-height:35px;letter-spacing:3px}
.model-bx h3{font-size:28px}
.model-bx{padding:30px;margin-bottom:30px}
.committed h1{font-size:170px}
.model-bx-2{padding:30px;margin-bottom:30px}
.model-bx-2 img{width:100px}
.inner-banner::after {height: 250px;}
}
/*******		end 1299		*******/

@media only screen and (max-width:1199px){
.logo{width:170px}
.logo::after{width:198px;height:28px;left:-14px;bottom:-28px}
.stellarnav > ul > li > a{ padding: 20px 0 20px 8px;  font-size: 15px;}
.middleTextBan h2{font-size:45px;line-height:52px;}
.middleTextBan h4 {font-size: 22px;line-height: 30px;}
}
/*******		end 1199px		*******/ 

@media only screen and (max-width: 1140px) {
  .strategy-home {margin-top: -100px;}
}
/*******		end 1140		*******/

@media only screen and (max-width: 991px) {
  .contct-sec2 iframe{height:300px}
  .strategy-planning img{margin-bottom:30px}
  .business-strategy{padding:50px 0 30px}
  .strategy-planning{padding-bottom:50px}
  .ft-subcribe{padding:0 0 30px}
  .ftmain h3{margin-top:30px}
  .ftrnav h3{margin-top:0}
  .testimonials .slick-arrow{top:auto;bottom:0;margin:unset;width:69px;height:35px}
  .testimonials .slick-prev.slick-arrow{left:35%}
  .testimonials .slick-next.slick-arrow{right:35%}
  .recent-post{margin-bottom:0}
  .strategy-home{padding:50px 0 30px;margin-top:0}
  .committed{z-index:3;margin-top:30px}
  .home-up-arrow{display:none}
  .committed .title-bx{text-align:center}
  .committed p{text-align:center}
  .committed h1{font-size:100px;text-align:center;position:relative}
  .committed{background-color:#045c5a;padding:70px 50px}
  .welcome-bg-area{padding:0 0 150px!important}
  .middleTextBan h2{color:#fff;font-size:40px;line-height:45px;margin:0;font-weight:700}
  .middleTextBan h1{color:#fff;font-size:40px;line-height:45px;margin:0;font-weight:700}
  .middleTextBan h4{font-size:18px;line-height:30px;letter-spacing:1px;margin-bottom:0}
  .middle-banner{padding:17px 0 20px;text-align:center;-ms-transform:none;-webkit-transform:none;position:static;transform:none}
	.inner-banner .middle-banner {padding:150px 0 0px;}
  .banner-shape{display:none}
  .top-addr ul li a{font-size:16px}
  .top-addr ul li{margin-left:30px}
  .model-bx img{width:100px}
  .model-bx h3{font-size:25px;line-height:30px;margin-bottom:15px;margin-top:15px}
  p{padding:0 0 20px;font-size:15px;line-height:25px}
  .business-strategy h5{font-size:22px;line-height:30px}
  .title-bx{margin-bottom:25px}
  .recent-post .card-title{font-size:22px;line-height:30px}
  .recent-post-bg{display:none}
  .inner-banner{background-color:#2e2a2a;height: 220px;}
  .inner-banner .middleTextBan{padding-bottom:0;padding-top:0}
  .contct-sec1{padding:50px 0}
  .coaching-program{padding-bottom:30px}
  h5{font-size:18px;line-height:24px}
  .clients{padding:50px 0}
  .stellarnav ul > li.active > a{color:#032b3f}
  .stellarnav.mobile ul ul{box-shadow:none}
  .business-strategy p span{font-size:20px}
  .business-strategy p span a{font-size:20px}
  .business-strategy a{font-size:20px}      
  .inner-banner::after {display: none;}   
  .innerPg {z-index: 1;}    

	.abtPg {padding:80px 0 0;}	
	.abt-area {padding: 0 0 30px;}
.abt-area:nth-child(odd) .abt-cnt {padding-left: 0;}
.abt-area:nth-child(even) .abt-cnt {padding-right: 0;}
.abt-cnt {padding:20px 0 0;}	
.testimonials.hometesti {padding: 60px 0 50px;}
}
/*******		end 991		*******/

@media only screen and (max-width: 767px) {   
  h2{font-size:24px;line-height:30px}
  h4{font-size:20px;line-height:30px}
  .btn{font-size:18px;line-height:22px}
  .contact-content{width:calc(100% - 65px)}
  .cnt-lft .icon{width:50px;height:50px;line-height:50px;font-size:22px}
  .ftmain{padding:35px 0 20px;text-align:center}
  .copyRight{padding:20px 0 0}
  .ft-cnt-dtls ul li{padding:0}
  .ft-cnt-dtls ul li::before{position:static;margin:0 auto 10px}
  .ftmain h3{font-size:25px;margin:0 0 15px}
  .social-ft{margin-bottom:25px}
  .copyRight p{font-size:14px;padding-bottom:10px;line-height:18px}
  .footer-top-shape{display:none}
  .social-ft img{width:60%}
  .testimonials .slick-prev.slick-arrow{left:30%}
  .testimonials .slick-next.slick-arrow{right:30%}
  .testimonials .slick-arrow{bottom:30px}
  .middleTextBan h2{font-size:25px;line-height:30px}
  .middleTextBan h1{font-size:25px;line-height:30px}
  .home-banner .btn{margin-top:15px;font-size:16px;padding:12px 30px}
  .top-addr{display:none}
  .right-nav{margin-top:15px}
  .committed h1{font-size:70px}
  .committed{padding:50px 30px}
  .recent-post{padding:50px 0 0}
  .copyright{padding:10px 0 0}
  .copyright p{font-size:14px;padding-bottom:0;line-height:16px}
  .business-strategy a{font-size:18px}
  .business-strategy p span{font-size:18px}
  .business-strategy p span a{font-size:18px}
  .logo{width:100px;padding:8px}
  .logo::after{width:115px;height:16px;left:-8px;bottom:-16px}
  h2 br, h1 br {display: none;}
  .business-strategy {padding: 30px 0 15px;}
  .inner-banner {height: 170px;}
  .inner-banner .middle-banner {padding: 100px 0 0px;}	
.abtPg {padding:40px 0 0;}	
.abt-area {padding: 0 0 25px;}
.testimonials.hometesti .slick-arrow {bottom: 0px;}
.testimonials.hometesti {padding:45px 0;}
}
/*******	 end 767		*******/ 

@media only screen and (max-width: 480px) {  
  
}
/*******	 end 480		*******/ 

@media only screen and (max-width: 400px) {  
  .testimonials .slick-prev.slick-arrow {left: 20%;}
  .testimonials .slick-next.slick-arrow {right: 20%;}
  .committed h1{font-size:50px}
  .middleTextBan h2{font-size:22px;line-height:28px}
  .middleTextBan h1{font-size:22px;line-height:28px}
}
/*******	 end 480		*******/ 

@media only screen and (max-width: 360px) { 
  .btn {font-size: 14px;line-height: 22px;}
}

/*******	 end 360		*******/