@CHARSET"UTF-8";
html, body {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #505050;
    background: #f5f5f0;
    font-family: 'Times New Roman';
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    src: local('Times New Roman'), local('TimesNewRomanPSMT'), url(https://fonts.gstatic.com/l/font?kit=3JnlSDvn1nCgiRnceUeBGxJoN45T2ct2CHQ&skey=f889a07745b51249&v=v9) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    src: local('Times New Roman'), local('TimesNewRomanPSMT'), url(https://fonts.gstatic.com/l/font?kit=3JnlSDvn1nCgiRnceUeBGxJoN45T18t2&skey=f889a07745b51249&v=v9) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

button, input, select[multiple], textarea {
    max-width: 100%;
}

.text-uppercase{ text-transform: uppercase;}

.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}

.z_1 {
    z-index: 1;
}

.z_2 {
    z-index: 2;
}

.z_9 {
    z-index: 9;
}

ul, ol{
    padding-left: 25px;
    list-style-position: outside;
}

h1, .h1 {
    font-size: 48px;
    color: #505050;
    font-weight: 400;
    font-family: 'Roboto', serif;
    margin-bottom: 15px;
    margin-top: 5px;
    text-transform: capitalize;
}

h2, .h2 {
    font-size: 32px;
    color: #505050;
    font-family: 'Roboto', serif;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 400;
}

h3, .h3 {
    font-size: 24px;
    color: #505050;
    font-family: 'Roboto', serif;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 400;
}

h4, .h4 {
    font-family: 'Roboto', serif;
    color: #505050;
    font-size: 18px;
    font-weight: 400;
}

h5, .h5 {
    font-family: 'Roboto', serif;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
}

b, strong {
    font-weight: 600;
}

p,
ol li,
ul li,
p{
    font-size: 24px;
    line-height: 36px;
    color: #505050;
    font-family: 'Times New Roman';
}

h2.small {
    font-size: 20px;
}

a{
    color: #505050;
}

p{
    margin-bottom: 15px;
}

img {
    width: auto;
    height: auto;
    vertical-align: middle !important;
}

.weight-bold{
    font-weight: 700;
}

.weight-medium{
    font-weight: 600;
}

iframe {
    width: 100%;
}

p[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

p[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

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

.flex_box{
    display: flex;
    display: -webkit-flex;
}

.mw90 {
    max-width: 90px;
}
/*Header Css */

.navbar-collapse a,.navbar-default .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding: 0 18px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    color: #24292e;
    line-height: 88px;
    font-weight: 300;
}

.navbar-default .navbar-nav > li:last-child > a{
    padding-right: 0;
}

a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.navbar-nav ul {
    margin-bottom: 0;
    padding: 0;
}

.navbar-nav ul li {
    position: relative;
    display: block;
}

.slider-pro {
    background-color: #fff;
    overflow-x: hidden;
}

.sp-image-container {
    overflow: hidden;
    vertical-align: top;
}

.sp-image-container img, .banner img {
    width: 100%;
}

.sp-horizontal .sp-arrows{
    margin-top: -52px;
}

.sp-horizontal .sp-previous-arrow{
    background: rgba(0, 0, 0, 0.3) url(../img/arrow-prev-white.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 87px;
    left: 0;
}

.sp-horizontal .sp-next-arrow{
    background: rgba(0, 0, 0, 0.3) url(../img/arrow-next-white.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 87px;
    right: 0;
}

.sp-horizontal .sp-previous-arrow:before,
.sp-horizontal .sp-previous-arrow:after,
.sp-horizontal .sp-next-arrow:before,
.sp-horizontal .sp-next-arrow:after{
    content: none;
}

.padtp_15 {
    padding-top: 15px;
}

.padbm_15 {
    padding-bottom: 15px;
}

.no_pad_rt{
    padding-right: 0;
}

.padtp_25 {
    padding-top: 25px;
}

.padbm_25 {
    padding-bottom: 25px;
}

.padtp_30 {
    padding-top: 30px;
}

.padbm_30 {
    padding-bottom: 30px;
}

.padtp_35 {
    padding-top: 35px;
}

.padbm_35 {
    padding-bottom: 35px;
}

.padrt_30{ padding-right: 55px;}

.padtp_40 {
    padding-top: 40px;
}

.padbm_40 {
    padding-bottom: 40px;
}

.padtp_45 {
    padding-top: 45px;
}

.padbm_45 {
    padding-bottom: 45px;
}

.padtp_55 {
    padding-top: 55px;
}

.padbm_55 {
    padding-bottom: 55px;
}

.padtp_60 {
    padding-top: 60px;
}

.padbm_60 {
    padding-bottom: 60px;
}

.padtp_65 {
    padding-top: 65px;
}

.padbm_65 {
    padding-bottom: 65px;
}

.padtp_70 {
    padding-top: 70px;
}

.padbm_70 {
    padding-bottom: 70px;
}

.padtp_75 {
    padding-top: 75px;
}

.padbm_75 {
    padding-bottom: 75px;
}

.padtp_80 {
    padding-top: 80px;
}

.padbm_80 {
    padding-bottom: 80px;
}

.padtp_90 {
    padding-top: 90px;
}

.padbm_90 {
    padding-bottom: 90px;
}

.padtp_95 {
    padding-top: 95px;
}

.padbm_95 {
    padding-bottom: 95px;
}

.padtp_105 {
    padding-top: 105px;
}

.padbm_105 {
    padding-bottom: 105px;
}

.padtp_112 {
    padding-top: 112px;
}

.padbm_112 {
    padding-bottom: 112px;
}

.padtp_200 {
    padding-top: 200px;
}

.padbm_200 {
    padding-bottom: 200px;
}

.padtp_125 {
    padding-top: 125px;
}

.padbm_125 {
    padding-bottom: 125px;
}

.padbm_260 {
    padding-bottom: 260px;
}

.padrt_60 {
    padding-right: 65px !important;
}
.no_pad {
    padding: 0;
}

.padlt_0{
    padding-left: 0;
}

.padrt_0{
    padding-right: 0;
}

.no_mrg {
    margin: 0;
}

.social_share{
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 25px;
}

.social_share li{
    display: inline-block;
    text-align: left;
    margin-right: 5px;
}

.social_share li:last-child{
    margin-right: 0;
}

.social_share li a{
    display: block;
    width: 24px;
    height: 28px;
    text-align: center;
}

.social_share li i{
    font-size: 16px;
    width: 100%;
    color: #000;
}

.social_share.footer_social_share li i{
    color: #fff;
    font-size: 26px;
}

.header {
    width: 100%;
    min-height: 80px;
    position: relative;
}

.header_banner img {
    width: 100%;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: transparent;
    color: #ff8841;
}

.navbar-default .navbar-nav > li > ul li.current-menu-item > a{
    color: #ff8841;
}

.top-header {
    min-height: 88px;
    background: #f4f5f0;
    z-index: 9;
    position: relative;
}

.for-resp-logo{
    position: absolute;
    top: 0;
    left: 0;
}

.logo-text{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 50px;
    top: 20px;
    left: 10px;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto' ,sans-serif;
    text-transform: uppercase;
    font-style: normal;
    line-height: 15px;
    text-align: center;
    color: #000;
}

.logo-text i{
    font-style: normal;
}

.navbar-brand {
    float: left;
    padding: 0 20px;
    font-size: 18px;
    line-height: 40px;
}

.header-slide {
    position: relative;
}

.menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-height: 2220px;
}

.strong {
    font-weight: 700;
    margin-top: 0;
}

.maps iframe {
    pointer-events: none;
}

.for-resp-logo a{
    display: block;
}

.map-box iframe{
    margin-bottom: -10px;
}

.slider-pro .sp-layer.img_logo{
    padding: 30px;
    border-bottom: 1px solid #fff;
}

.slider-pro .sp-layer.slide_text p{
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}

.slider-pro .sp-layer.slide_text p span{
    color: #3a589c;
}

.slider-pro .sp-layer.slide_text p strong{
    font-size: 60px;
}

.slider-pro .sp-layer .slide_button{
    background: #3a589c;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    -webkit-transition: all 300ms ease-out !important;
    -moz-transition: all 300ms ease-out !important;
    -o-transition: all 300ms ease-out !important;
    transition: all 300ms ease-out !important;
}

.slider-pro .sp-layer .slide_button:hover,
.slider-pro .sp-layer .slide_button:focus{
    background: #fe9c1f;
}

.product_slider.sp-horizontal .sp-previous-arrow:before,
.product_slider.sp-horizontal .sp-previous-arrow:after,
.product_slider.sp-horizontal .sp-next-arrow:before,
.product_slider.sp-horizontal .sp-next-arrow:after{
    content: none;
}

.product_slider.sp-horizontal .sp-previous-arrow {
    left: 0;
}

.product_slider.sp-horizontal .sp-next-arrow {
    right: 0;
}

.product_slider .sp-arrow {
    width: 62px;
    height: 122px;
    background: transparent;
}

.product_slider .sp-arrow.sp-previous-arrow:after{
    content: '\f104';
    font-family: FontAwesome;
    transform: none;
    background: none;
    font-size: 48px;
    color: #fff;
}

.product_slider .sp-arrow.sp-next-arrow:after{
    content: '\f105';
    font-family: FontAwesome;
    transform: none;
    background: none;
    font-size: 48px;
    color: #fff;
}

.product_slider .img_slide{
    width: 100%;
}

.product_slider.sp-horizontal .sp-previous-arrow {
    left: -40px;
}

.product_slider.sp-horizontal .sp-next-arrow {
    right: -40px;
}

.product_slider.sp-horizontal .sp-next-arrow,
.product_slider.sp-horizontal .sp-previous-arrow{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    opacity: 0;
}

.product_slider .sp-slides-container:hover .sp-fade-arrows .sp-next-arrow,
.product_slider .sp-slides-container:hover .sp-fade-arrows .sp-previous-arrow{
    opacity: 1;
}

.product_slider .sp-slides-container:hover .sp-fade-arrows .sp-next-arrow{
    right: 20px;
}

.product_slider .sp-slides-container:hover .sp-fade-arrows .sp-previous-arrow{
    left: 20px;
}

.text-white,
.text-white a,
.text-white p,
.text-white p a{
    color: #fff;
}

.text-black,
.text-black a,
.text-black p,
.text-black p a{
    color: #000;
}

.font_bold{
    font-weight: 700;
}

.banner_text{
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    text-align: left;
}

.banner_text h1 {
    font-size: 78px;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
    font-family: 'Times New Roman';
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner_text h2 {
    font-size: 78px;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
    font-family: 'Times New Roman';
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Header Css */

/* Home Page Css */

.tp_qt_bx .qt_bx{
    background: url("../img/grad.jpg") no-repeat top center;
    background-size: cover;
    padding: 55px;
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    margin-top: -110px;
    max-width: 618px;
}

.tp_qt_bx .qt_bx p{
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-style: italic;
    margin-bottom: 0;
}

.tape_bx{
    background: url("../img/home/tape.png") no-repeat top left;
    padding-left: 80px;
    padding-right: 50px;
    height: 153px;
    margin-top: 140px;
    display: table;
}

.tape_bx a{
    color: #000;
    font-style: italic;
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}

.quote-sm-rt .tp_qt_bx .qt_bx{
    max-width: 480px;
    margin-right: 0;
    margin-left: auto;
}

.home_sec_1{
    background: url("../img/home/top-right-brain.png") no-repeat top right;
}

.home_sec_2{
    background: url("../img/home/are-you.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
}

.inner_sec_2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 90px;
}

.inner_sec_2 h1,
.inner_sec_2 h2,
.inner_sec_2 h3,
.inner_sec_2 h4,
.inner_sec_2 h5,
.inner_sec_2 p,
.inner_sec_2 p a{
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
}

.inner_sec_2 h1,
.inner_sec_2 h2,
.inner_sec_2 h3,
.inner_sec_2 h4,
.inner_sec_2 h5{
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.img_resp{
    opacity: 0;
}

.img_resp img{
    width: 100%
}

.btn-black{
    background: #000;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
}

.btn-black:hover,
.btn-black:focus{
    background: #1f1d1d;
    color: #fff;
}

.home-services{
    background: #f4f5ef url("../img/home/consulting.jpg") no-repeat top right;
    background-size: auto 100%;
}

.section-title,
.section-bottom-title{
    font-size: 26px;
    font-style: italic;
    text-transform: capitalize;
    font-family: 'Times New Roman';
    font-weight: bold;
}

.testimonials{
    background: url("../img/under-consulting-brain.png") no-repeat bottom left;
    padding-top: 120px;
    padding-bottom: 75px;
}

.testimonials .test-inner{
    max-width: 800px;
    padding: 22px;
    background: url("../img/grad.jpg") no-repeat center;
    background-size: cover;
    float: right;
}

.testimonials .test-inner .inner{
    background: #fff;
    padding: 82px 70px 60px 70px;
    position: relative;
}

.testimonials .test-inner .inner:before{
    content: '';
    background: url("../img/colon.png") no-repeat center;
    width: 122px;
    height: 122px;
    margin: 0 auto;
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
}

.testimonials .test-inner .inner p{
    font-size: 39px;
    line-height: 43px;
    font-style: italic;
    color: #000;
}

.testimonials .title{
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
}

.testimonials .title span{
    background: #34461c;
    display: inline-block;
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
    padding: 18px 40px;
}


/* Home Page Css */


/* About Page */


.leadership_team h2{
    font-family: 'Times New Roman', serif;
    color: #000;
}

.leadership_team h2 a{
    color: #000;
}

.team_sections .img_box{
    position: relative;
    left: 0;
    bottom: 0;
    height: 100%;
}

.team_sections .img_box img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
}

.team_sections .box:nth-child(odd){
    background: #fff;
}

.title_icons span{
    font-size: 26px;
    font-style: italic;
    text-transform: capitalize;
    font-family: 'Times New Roman';
    font-weight: bold;
    margin-right: 15px;
}

.title_icons span,
.title_icons a{
    display: inline-block;
    vertical-align: middle;
}

.title_icons a{
    font-size: 34px;
    margin-right: 10px;
}

.key_clients{
    background: #fff;
}

.key_clients li{
    width: 33%;
    float: left;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 48px;
}

.key_clients li:nth-child(4){
    clear: left;
}

.about_bottom{
    background: url(../img/about/btm.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.consult_bottom{
    background: url(../img/consulting/image-1.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.edu_bottom{
    background: url(../img/education/image-1.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.about_bottom .inner_sec_2 p,
.consult_bottom .inner_sec_2 p,
.edu_bottom .inner_sec_2 p{
    font-family: 'Times New Roman';
    font-weight: normal;
}

.consult_bottom .inner_sec_2 p,
.consult_bottom .inner_sec_2 ul li,
.consult_bottom .inner_sec_2 ol li,
.edu_bottom .inner_sec_2 p,
.edu_bottom .inner_sec_2 ul li,
.edu_bottom .inner_sec_2 ol li{
    color: #fff;
}

.quote-sm-rt.edu-quote-sm-rt .tp_qt_bx .qt_bx p{
    font-size: 37px;
    line-height: 47px;
}

.quote-sm-rt.edu-quote-sm-rt .tape_bx{
    margin-top: 80px;
}

/* About Page */



/* Contact Page Css */

.contact-form label{
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #222;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

span.contact-item-label{
    margin-right: 3px;
}
span.required{
    font: 14px Arial;
    color:#84d48d;
}
span.wpcf7-form-control-wrap{
    width:100%;
}
div.wpcf7-validation-errors {
    border: none;
}
.wpcf7-response-output {
    padding: 0px!important;
    margin:24px 0 14px!important;
    border: 0 !important;
    color: #f00;
    font-size: 14px;
    line-height: 22px;
}
.newsletter_form  .wpcf7-response-output {
    padding: 10px !important;
    margin: 4px 0 14px!important;
    border: 0 !important;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.34);
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background:  #398f14;
    color: #fff;
    padding: 10px !important;
    width: 80%;
    margin: 15px auto !important;
}
span.wpcf7-not-valid-tip {
    margin-top:2px;
    display: block;
    color: #a00000;
    font-size: 14px;
    line-height: 22px;
}
span.wpcf7-not-valid-tip {
    color: #a00000 !important;
    font-size: 14px !important;

}

.wpcf7-form > p{
    margin-bottom: 35px;
}


select.wpcf7-select,
.contact-form input[type=number],
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form input[type=tel],
.contact-form input[type=url],
.contact-form input[type=search],
.contact-form input[type=date],
.contact-form textarea {
    width: 100%;
    height: 70px;
    display: block;
    padding: 5px 20px 7px 20px;
    border: 1px solid #979797;
    background: rgb(255, 255, 255);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 0;
    color: #505050;
    font-size: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .1s ease-out border;
    -moz-transition: .1s ease-out border;
    -ms-transition: .1s ease-out border;
    -o-transition: .1s ease-out border;
    transition: .1s ease-out border;
    font-weight: bold;
    font-style: italic;
}

select.wpcf7-select,
.sidebar-form input[type=number],
.sidebar-form input[type=text],
.sidebar-form input[type=email],
.sidebar-form input[type=password],
.sidebar-form input[type=tel],
.sidebar-form input[type=url],
.sidebar-form input[type=search],
.sidebar-form input[type=date],
.sidebar-form textarea {
    width:100%;
    height: 36px;
    display: block;
    padding: 5px 11px 7px;
    border: 1px solid #8f8f8f;
    background: #454545;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 8px;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .1s ease-out border;
    -moz-transition: .1s ease-out border;
    -ms-transition: .1s ease-out border;
    -o-transition: .1s ease-out border;
    transition: .1s ease-out border;
}



.contact-form input[type="submit"] {
    background: #33471c;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    display: block;
    width: 145px;
    text-align: center;
    height: 70px;
    line-height: 40px;
    border-radius: 8px;
    outline: none;
    border: 0;
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus,
.contact-form input[type="submit"]:visited{
    background: #39521c;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color:#878787;
    outline:0;
}
.contact-form textarea {
    height: 162px;
    line-height: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.wpcf7-form textarea {
    height: 189px;
}

.contact-form span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

.contact-form span.wpcf7-list-item-label{
    font-size: 20px;
}

/* Contact Page Css */



/* Page  */

.content h1,
.content h2,
.content h3,
.content h4,
.content h5{
    color: #183d6e;
    letter-spacing: .75px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content_about h1,
.content_about h2,
.content_about h3,
.content_about h4,
.content_about h5{
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}

.content_about h1:after,
.content_about h2:after,
.content_about h3:after,
.content_about h4:after,
.content_about h5:after{
    content: '';
    width: 180px;
    height: 2px;
    background-color: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content p{
    font-size: 20px;
    letter-spacing: .75px;
}

.pagination{
    display: block;
    margin: 30px 0;
}

.pagination .page-numbers{
    min-width: 30px;
    height: 30px;
    display: inline-block;
}

.pagination .page-numbers.current{
    color: #1b3043;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pagination .next.page-numbers,.pagination .prev.page-numbers,.pagination #bottom-deco-post-link,.pagination #bottom-deco-pre-link{
    font-size: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 30px;
}
.pagination .next.page-numbers:before,.pagination #bottom-deco-post-link:before{
    content: "\f105";
    font-size: 32px;
    color: #676767;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 1;
    font-family: FontAwesome;
}
.pagination .prev.page-numbers:before,.pagination #bottom-deco-pre-link:before{
    content: "\f104";
    font-size: 32px;
    color: #676767;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 1;
    font-family: FontAwesome;
}

.pagination .prev,.pagination #bottom-deco-pre-link{
    margin-right: 20px;
}

.pagination .next,.pagination #bottom-deco-post-link{
    margin-left: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #979797;
}

/*  Page  */

/* Back to Top */

#back-to-top {
    position: fixed;
    bottom: -48px;
    right: 40px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.09);
    color: #111;
    cursor: pointer;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    transition: all .5s linear;
    opacity: 0;
}

#back-to-top i{
    font-size: 24px;
}

#back-to-top:hover {
    background: #dadada;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
#back-to-top.show {
    opacity: 1;
    bottom: 0;
}


/* Back to Top */



/* Footer Css */

footer,.footer{
    background: #2b2e35;
    position: relative;
    padding-bottom: 52px;
    padding-top: 85px;
}

footer a:hover {
    color: #fff;
}

footer .menu {
    padding: 0;
    margin: 0;
}

footer .menu li {
    display: block;
    list-style: none;
}

footer,
footer p,
footer p a,
footer a,
footer li{
    color: #fff;
    font-size: 17px;
    line-height: 33px;
    font-family: 'Roboto',sans-serif;
}

.footer-col-1 p,
.footer-col-1 p a{
    font-size: 13px;
    line-height: 26px;
    font-style: italic;
}

footer p a:hover,
footer a:hover
{
    color: #e8e4c1;
    border-color: #e8e4c1;
}

footer h4{
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .menu li a {
    text-transform: uppercase;
}

.footer-col p a{
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

/* Footer Css */

/* For responsive page */


@media screen and  (min-width:768px) {

    .padrt_0{
        padding-right: 0;
    }

    .navbar{
        padding-right: 15px;
    }

    .social_share.social_share_resp{
        display: none;
    }

}


@media screen and (max-width:1500px) {

}

@media screen and (max-width:1366px) {


}

@media screen and (max-width:1200px) {

    .navbar-collapse a, .navbar-default .navbar-nav > li > a {
        padding: 0 10px;
    }

    .leadership_team h2 {
        font-size: 26px;
    }

}

@media screen and (max-width:991px) {

    .navbar-collapse.collapse {
        padding-right: 15px;
        padding-left: 0;
    }

    .navbar-collapse a, .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .for-resp-logo a {
        left: 0;
    }

    .navbar {
        padding-right: 15px;
    }

    footer .col-sm-6:nth-child(3){
        clear: left;
    }

    .for-resp-logo img{
        max-width: 130px;
    }

    .logo-text {
        width: 85px;
        left: 0;
        font-size: 12px;
    }

    .tp_qt_bx .qt_bx p,
    .tp_qt_bx .qt_bx p,
    .quote-sm-rt.edu-quote-sm-rt .tp_qt_bx .qt_bx p{
        font-size: 32px;
        line-height: 40px;
    }

    .tape_bx{
        margin-top: 60px;
    }

    .tape_bx a {
        font-size: 20px;
        line-height: 1;
    }

    p, ol li, ul li, p {
        font-size: 20px;
        line-height: 32px;
    }

    .btn-black{
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .inner_sec_2{
        position: relative;
        padding-top: 0;
    }

    .home_sec_2,
    .about_bottom,
    .consult_bottom,
    .edu_bottom{
        padding-bottom: 200px;
    }

    .img_resp {
        opacity: 0;
        height: 0;
        display: none;
    }

    .testimonials .test-inner .inner {
        padding: 82px 45px 60px 45px;
    }
    .home-services {
        background: #f5ede2;
        background-size: auto 100%;
    }

}

@media screen and (max-width:767px) {

    /* Nav Css*/

    .navbar-header {
        float: none;
        min-height: 88px;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 28px;
        padding: 10px 8px;
        letter-spacing: 2px;
        color: #fff;
    }

    .navbar-collapse,.navbar-default .navbar-collapse {
        float: none;
        width: 100%;
        z-index: 9;
        text-align: center;
        border-color: transparent;
        padding-top: 0;
        border-top: 1px solid #979797;
        padding-right: 15px;
        padding-left: 15px;
        position: absolute;
        background: #2b2e35;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.28);
    }

    .sub-menu {
        display: block;
        max-height: 2220px;
        background-color: #292b31;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        margin-bottom: 0;
        left: 0;
        position: relative !important;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        margin-bottom: 10px !important;
    }

    .sub-menu li:last-child a,.sub-menu li:first-child a{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .sub-menu:before{
        border-bottom: 5px solid #313131;
    }

    .sub-menu li a {
        text-align: center;
        line-height: 28px;
        border-bottom: 1px solid #2c2e33;
        color: #fff;
    }

    .sub-menu:before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sub-menu li a:hover {
        color: #fff;
        background-color: #464646;
    }

    .navbar {
        padding-right: 0;
    }

    .navbar-toggle,.navbar-default .navbar-toggle {
        top: 18px;
        right: 20px;
        padding: 10px;
        border: 0;
        height: 47px;
        margin-bottom: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #2b2e35;
    }

    .sub-menu li a, .navbar a {
        letter-spacing: 1px;
        display: block;
    }

    .navbar-collapse a {
        font-size: 14px;
        background: transparent;
        border: none;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
        font-weight: 400;
    }

    .flex,
    .flex_box{
        display: block;
    }

    .header-slide {
        z-index: 1;
    }

    .top-header{
        /*position:relative;
        width: 100%;
        min-height: 48px;
        background: #111;*/
        background: transparent;
    }

    .for-resp-logo{
        float: left;
    }

    .for-resp-logo a {
        line-height: 47px;
    }

    footer .col-sm-2,
    footer .col-sm-3,
    footer .col-sm-4,
    footer .col-sm-6{
        margin-bottom: 30px;
        text-align: left;
    }

    footer .footer_bottom .col-sm-6{
        margin-bottom: 0;
    }

    .footer_logo{
        text-align: center;
    }

    p, ol li, ul li,.content p{
        font-size: 18px;
        line-height: 28px;
    }

    .social_share{
        display: none;
    }

    .social_share.social_share_resp{
        display: block;
        float: none;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .social_share.social_share_resp  li i{
        color: #fff;
    }

    .testimonials{
        text-align: center;
    }

    footer .col-sm-6:nth-child(3){
        clear: none;
    }

    .testimonials .box h1 {
        margin-top: 24px;
    }

    .tp_qt_bx .qt_bx{
        margin-top: 20px;
        margin-left: auto;
    }

    .btn-black {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .leadership_team_inner .box{
        margin-bottom: 30px;
    }

    .leadership_team_inner .box:last-child{
        margin-bottom: 0;
    }

    .team_sections .img_box img{
        position: relative;
    }

    .team_sections .left_box{
        padding-right: 0;
    }

    .team_sections .img_box{
        border-bottom: 1px solid #d2d2d2;
    }

    .team_sections .right_box{
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .banner_text h1 {
        text-align: center;
        font-size: 54px;
    }
    .padtp_105 {
        padding-top: 50px;
    }
    .team_sections .img_box {
        text-align: center;
    }
    .team_sections .img_box img {
        max-width: 68%;
    }
    .about_bottom {
        background: #f7ebdd;
    }
    .header_banner img {
        min-height: 140px;
    }


}



@media screen and  (max-width:592px) {

    .sp-horizontal .sp-next-arrow,.sp-horizontal .sp-previous-arrow{
        width: 40px;
        height: 40px;
        text-align: center;
    }

    .product_slider .sp-slides-container:hover .sp-fade-arrows .sp-previous-arrow {
        left: 0;
    }

    .product_slider .sp-slides-container:hover .sp-fade-arrows .sp-next-arrow {
        right: 0;
    }

    .product_slider .sp-arrow.sp-previous-arrow:after,
    .product_slider .sp-arrow.sp-next-arrow:after{
        position: relative;
        left: 0;
        top: 0;
    }

    .pagination .prev,.pagination #bottom-deco-pre-link{
        margin-right: 40px;
    }

    .pagination .next,.pagination #bottom-deco-post-link{
        margin-left: 40px;
    }

    .sp-horizontal .sp-arrows {
        margin-top: -15px;
    }

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

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

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

    .header-slide .product_slider .img_slide {
        width: auto;
        max-width: inherit;
        margin: 0 50%;
        height: 100%;
        max-height: 300px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .testimonials .test-inner .inner p {
        font-size: 24px;
        line-height: 34px;
    }

    .btn-black {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .key_clients li:nth-child(4) {
        clear: none;
    }

    .key_clients li {
        width: 50%;
    }

    .key_clients li:nth-child(2n+3){
        clear: left;
    }

    select.wpcf7-select, .contact-form input[type=number], .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=password], .contact-form input[type=tel], .contact-form input[type=url], .contact-form input[type=search], .contact-form input[type=date], .contact-form textarea {
        height: 45px;
        font-size: 18px;
    }
    .contact-form input[type="submit"] {
        font-size: 20px;
        width: 140px;
        height: 50px;
        line-height: 28px;

    }

}

@media screen and  (max-width:480px) {

    .col-xs-6 {
        width: 100%;
    }

    .slider-pro .sp-layer.img_logo img {
        max-width: 180px;
    }

    .slider-pro .sp-layer.slide_text{
        bottom: 30% !important;
    }

    .slider-pro .sp-layer.img_logo {
        bottom: 48% !important;
    }

}

@media screen and  (max-width:450px) {


}

@media screen and  (max-width:355px) {

    .slider-pro .sp-layer .slide_button {
        font-size: 12px;
        width: 115px;
        height: 28px;
        line-height: 28px;
    }

    .slider-pro .sp-layer.slide_text p strong{
        font-size: 16px;
    }

    .slider-pro .sp-layer.slide_text p{
        font-size: 16px;
        width: 100% !important;
    }


}