/* Lato */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/*==============================================
  2. General resets
  ==============================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
embed,
object {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-variant: normal;
    text-transform: none;
    speak: none;
}

/* --- HTML5 display-role reset for older browsers --------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    height: auto !important;
    background-color: #f2f2f2;
}

/* --- typography --------------------- */
/*headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #222222;
    line-height: 23px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 14px;
}

/* paragraphs */
p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    color: #666666;
    font-weight: 300;
    letter-spacing: 0.025em;
    word-wrap: break-word;
}

/*strong*/
strong {
    font-weight: 700;
}

/* Break */
br {
    clear: both;
}

/* Lists */
ol,
ul {
    list-style: none;
    margin-bottom: 0 !important;
}

/*Button*/
button, .btn {
    border: 0px;
    color: #ffffff;
    font-size: 18px;
    min-width: 270px;
    min-height: 52px;
    letter-spacing: 0.05em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 20px;
    background-color: #ffa200;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    border-radius: 4px !important;
}

button:hover {
    color: #222222;
}

/* placeholder */
*::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
}

*:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1;
}

*::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}

*:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
}

/* --- images --------------------- */
img {
    max-width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* --- links --------------------- */
a,
a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a,
a:visited {
    outline: 0px;
}

a:hover {
    color: inherit;
}

/* --- clearing --------------------- */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

/* col */
[class*="col"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* --- selection --------------------- */
::-moz-selection {
    background-color: #ab1111;
    color: #ffffff;
}

::-webkit-selection {
    background-color: #ab1111;
    color: #ffffff;
}

::-o-selection {
    background-color: #ab1111;
    color: #ffffff;
}

::-khtml-selection {
    background-color: #ab1111;
    color: #ffffff;
}

::-ms-selection {
    background-color: #ab1111;
    color: #ffffff;
}

::selection {
    background-color: #ab1111;
    color: #ffffff;
}

/*Selectoin End */

.lightSection {
    background-color: #ffffff;
}

.tamarilloBg {
    background-color: #ab1111;
}

.greyBg {
    background-color: #f2f2f2 !important;
}

.darkBg {
    background-color: #222222;
}

/*Backgound End*/

/*Header Start */

.header {
    padding: 49px 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header .socialNav, .header .mainTopNav {
    margin: 5px 0 0;
}

/*Header End */
.logoWrapper {
    float: left;
}

/*Main Nav Start */
.mainNav {
    text-align: right;
    position: relative;
    float: right;
}

.mainNav .navTabs > li {
    display: inline-block;
    position: relative;
}

.mainNav .navTabs > li > a,
.mainNav .navTabs > li > button {
    display: block;
    line-height: normal;
    text-align: center;
    padding: 0px 13px 0px 18px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.mainNav .navTabs > li.active > a, .mainNav .navTabs > li:hover > a {
    color: #ab1111;
}

.mainNav .navTabs > li:last-child {
    border-right: 1px solid #ffffff;
    padding-right: 25px;
    margin-right: 25px;
}

.mainNav .navTabs > li .dropDown {
    position: absolute;
    z-index: 1000000000;
    left: 0px;
    top: 31px;
    min-width: 156px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -khtml-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px 2px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: 2px solid #ab1111;
    display: none;
}

.mainNav .navTabs > li .dropDown li {
    position: relative;
}

.mainNav .navTabs > li .dropDown li a,
.mainNav .navTabs > li .dropDown li > button {
    display: block;
    white-space: nowrap;
    color: #21242e;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 12px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
}

.mainNav .navTabs > li .dropDown li .active {
    color: #ffffff !important;
    background-color: #ab1111;
}

.mainNav .navTabs > li .dropDown li .dropDown {
    position: absolute;
    z-index: 1000000000;
    left: 100%;
    top: -2px;
    min-width: 156px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -khtml-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px 2px;
    overflow: hidden;
}

.mainNav .navTabs > li .dropDown li:hover > a,
.mainNav .navTabs > li .dropDown li:hover > button {
    color: #ffffff;
    background-color: #ab1111;
}

.mainNav .navTabs > li .dropDown :first-child > a,
.mainNav .navTabs > li .dropDown :first-child > button {
    -webkit-border-radius: 0px 2px 0px 0px;
    -moz-border-radius: 0px 2px 0px 0px;
    -o-border-radius: 0px 2px 0px 0px;
    -ms-border-radius: 0px 2px 0px 0px;
    -khtml-border-radius: 0px 2px 0px 0px;
    border-radius: 0px 2px 0px 0px;
}

.mainNav .navTabs > li .dropDown :last-child > a,
.mainNav .navTabs > li .dropDown :last-child > button {
    border-bottom: none;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.mainNav .navTabs > li:hover .dropDown {
    display: block;
    animation-name: slideUpSlow;
    -webkit-animation-name: slideUpSlow;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.mainNav .navTabs > li:hover .dropDown .dropDown {
    display: none;
}

.mainNav .navTabs > li:hover .dropDown li:hover .dropDown {
    display: block;
    animation-name: slideLeftSlow;
    -webkit-animation-name: slideLeftSlow;
}

/*
==============================================
slideLeftSlow
==============================================
*/
.slideLeftSlow {
    animation-name: slideLeftSlow;
    -webkit-animation-name: slideLeftSlow;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes slideLeftSlow {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    50% {
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideLeftSlow {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateX(20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

/*
==============================================
slideUpSlow
==============================================
*/
.slideUpSlow {
    animation-name: slideUpSlow;
    -webkit-animation-name: slideUpSlow;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes slideUpSlow {
    0% {
        transform: translateY(0%);
        opacity: 0;
    }
    50% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideUpSlow {
    0% {
        -webkit-transform: translateY(0%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}

/*Mainnav End*/
.socialNav li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.70);
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
}

.socialNav li:last-child a {
    margin-right: 0;
}

.socialNav li a:hover {
    color: #ab1111;
}

/* --- responsiveMainNav --------------------- */

/* --- responsiveMainNav --------------------- */
#responsiveMainNavToggler {
    padding: 0;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    overflow: hidden;
    margin-right: 15px;
    float: right;
    color: #ffffff;
}

#responsiveMainNavToggler.opened {
    /*background-color: #fff8cf;*/
    color: #be1e2d;
}

.responsiveMainNav {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    background: #ab1111;
    z-index: 1000000000;
    padding-bottom: 0;
}

.responsiveMainNav > ul.navTabs > li a,
.responsiveMainNav > ul.navTabs > li > button {
    display: block;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    border-bottom: 1px solid #ea0419;
    text-align: left;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.responsiveMainNav > ul.navTabs > li > a {
    color: #ffffff;
}

.responsiveMainNav > ul.navTabs > li a:hover,
.responsiveMainNav > ul.navTabs > li > button:hover {
    background-color: #ffa200;
    color: #fff8cf;
}

.responsiveMainNav > ul.navTabs > li a:hover:after,
.responsiveMainNav > ul.navTabs > li > button:hover:after {
    color: #ffffff !important;
}

.responsiveMainNav > ul.navTabs > li a.toggleResponsive:after,
.responsiveMainNav > ul.navTabs > li > button.toggleResponsive:after {
    content: "\f063";
    font-family: FontAwesome;
    float: right;
    color: #fff8cf;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.responsiveMainNav > ul.navTabs > li .toggleResponsive.activeLine {
    background-color: #ab1111;
    color: #ffffff;
}

.responsiveMainNav > ul.navTabs > li .toggleResponsive.activeLine:after {
    content: "\f063";
    font-family: 'FontAwesome';
    float: right;
    color: #fff8cf;
    font-size: 17px;
    font-weight: 700;
}

.responsiveMainNav > ul.navTabs {
    position: relative;
}

.responsiveMainNav > ul.navTabs > li .active {
    background-color: transparent;
    color: #ff4c00;
}

.responsiveMainNav > ul.navTabs > li .active:after {
    color: #fff8cf !important;
}

.responsiveMainNav > ul.navTabs > li .dropDown {
    display: none;
}

.responsiveMainNav > ul.navTabs > li .dropDown li a {
    padding: 0 30px;
}

.responsiveMainNav > ul.navTabs > li .dropDown li a:before {
    content: '-';
    font-family: 'tahoma';
    font-weight: 700;
    margin-right: 5px;
}

.responsiveMainNav > ul.navTabs > li .dropDown li .dropDown li a {
    padding: 0 45px;
}

.responsiveMainNav > ul.navTabs .register .formSwitcher,
.responsiveMainNav > ul.navTabs .login .formSwitcher {
    display: none;
}

/*Resonsive Nav End*/

.banner {
    position: relative;
    min-height: 780px;
    height: 780px;
}

.banner .container, .banner .row, .banner .col-sm-12 {
    height: 100%;
}

.bannerImg {
    position: relative;
    max-width: 100%;
    height: 100%;
    background-image: url('../images/banner_img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    padding-top: calc(25.999% - 0px);
}

.banner-content h2 {
    font-size: 56px;
    color: #ffffff;
    line-height: 59px;
    font-weight: 900;
    text-transform: capitalize;
}

.banner-content h4 {
    line-height: normal;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0.025em;
    margin-bottom: 6px;
}

/*Banner End*/

.featuredOn {
    padding: 107px 0 105px;
}

.sectionTitle h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 900;
    text-align: center;
    margin-bottom: 42px;
}

.featuredList li {
    display: inline-block;
    margin-right: 80px;
}

.featuredList li:last-child {
    margin-right: 0;
}

/*featuredOn End*/

.missionEventBlock .sectionTitle h4 {
    font-size: 30px;
    color: #222222;
    letter-spacing: 0.025em;
    font-weight: 400;
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    padding: 19px 0 22px;
    margin-bottom: 53px;
    text-transform: unset;
}

.missionEventBlock .sectionTitle p {
    padding: 0 42px;
    text-transform: unset;
    font-size: 16px;
}

.missionEventBlock .sectionTitle blockquote p {
    font-size: 22px;
    color: #000000;
    line-height: 36px;
    letter-spacing: 0.025em;
    font-style: italic;
    font-weight: 700;
    padding: 0 5px;
    margin-bottom: 31px;
}

.eventPost {
    margin-bottom: 30px;
}

.eventPost .postContents {
    padding: 10px 0 0;
    float: left;
}

.eventPost .postContents .postMeta {
    float: none;
}

.eventPost .postContents h4 {
    font-size: 22px;
    color: #222222;
    letter-spacing: 0.025em;
    line-height: normal;
}

.eventPost .postMedia {
    float: left;
    margin-right: 30px;
}

.postMeta li {
    font-size: 18px;
    color: #222222;
    letter-spacing: 0.025em;
    font-weight: normal;
}

.postMeta li.eventDate {
    color: #ffa200;
}

.eventPost .postContents p {
    display: inline-block;
    margin-bottom: 0;
    border: 0;
}

/*Misson&Events Section End*/

.testimonial-wrap {
    background: transparent url(../images/empire-state-building.jpg) no-repeat center center;
    /* height: 342px; */
    padding: 92px 0 83px;
    background-size: cover;
    -webkit-box-shadow: inset 2px 10px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 2px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-block {
    width: 1136px;
    margin: 0px auto;
    text-align: center;
}

.testimonial-block .section-title h3 {
    font-size: 30px;
    color: #222222;
    margin-bottom: 31px;
    font-weight: 400;
}

.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-container .arrow {
    width: 5%;
}

.testimonial-container .arrow a {
    display: block;
    width: 45px;
    height: 45px;
    background: transparent no-repeat center center;
    text-indent: -9999px;
}

.testimonial-container .arrow-left a {
    background-image: url(../images/arrow-left.png);
}

.testimonial-container .arrow-right a {
    background-image: url(../images/arrow-right.png);
}

.testimonial-container .testimonial-list {
    width: 80%;
}

.testimonial-container .testimonial-item .address {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 500;
    margin: 20px;
    margin-bottom: 41px;
}

.testimonial-container .testimonial-item .client {
    margin: 20px auto 16px;
}

.testimonial-container .testimonial-item .client .name {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.testimonial-container .testimonial-item .client .position {
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}

.testimonial-container .testimonial-list .client-list ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.testimonial-container .testimonial-list .client-list ul li {
    display: inline-block;
    margin: 0 5px;
    opacity: .3;
}

.testimonial-container .testimonial-list .client-list ul li.active {
    opacity: 1;
}

/*Testimonial Section End*/
.traing-from {
    position: absolute;
    width: 100%;
    margin-top: -139px;
}

.newsletter {
    background-color: #ab1111;
    padding: 52px 0 34px;
    position: relative;
}

.newsletter:after, .newsletter:before {
    content: '';
    position: absolute;
    top: -13px;
    width: 70px;
    height: 293px;
    background-repeat: no-repeat;
    background-position: center center;
}

.newsletter:before {
    left: -70px;
    background-image: url('../images/border-left-ar.png');
}

.newsletter:after {
    right: -70px;
    background-image: url('../images/border-right-ar.png');
}

.newsletter h2 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0.025em;
    font-weight: 700;
    line-height: 31px;
    margin: auto;
    margin-bottom: 14px;
    width: fit-content;
    width: -moz-fit-content;
}

.newsletter h2:after {
    content: '';
    position: absolute;
    top: 30px;
    right: -25px;
    width: 62px;
    height: 58px;
    background-image: url('../images/wh-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.newsletter h3 {
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0.025em;
    font-weight: 300;
    margin-bottom: 34px;
}

.newsletter h3 strong {
    font-weight: 400;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input[type="text"], .newsletter-form input[type="email"] {
    font-size: 13px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    min-width: 350px;
    min-height: 52px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 9px;
}

.sm-from-txt {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    text-align: right;
    margin-right: 10%;
    margin-top: 8px;
}

/*Newsletter End*/

.blogPost {
    padding: 112px 0 56px;
}

.blogPost article.post {
    margin-bottom: 80px;
}

.blogPost .sectionTitle h2 {
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    font-size: 36px;
}

.blogPost .sectionTitle p {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 52px;
    font-size: 16px;
}

.blogPost .postContents {
    padding: 41px 40px 26px;
}

.blogPost .postSocialNav li a {
    margin-right: 3px;
    background-color: #ffffff;
}

.blogPost .readMore {
    background-color: #ffa200;
    color: #ffffff;
}

.blogPost .readMore:hover {
    background-color: transparent;
    color: #222222;
}

.blogPost .recentPost .postContents .readMore {
    background-color: transparent;
}

.videoPost {
    position: relative;
}

.videoPost .postContents {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    padding: 13px;
    -webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.1);
}

.videoPost .postContents i {
    color: #ffa200;
    font-size: 24px;
}

.videoPost .postContents h5 a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.025em;
    color: #222222;
    font-weight: 400;
}

.videoPost .postContents p {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.034em;
    border: 0;
    margin: 0;
    padding: 0;
}

/*Blog Post End*/

.content-wrapper {
    display: flex; /* justify-content: center; */
}

.gryBorder li a {
    color: #666666;
    border: 1px solid #666666;
    border-radius: 50%;
    padding: 0 9px;
    margin-right: 3px;
}

.justify-space-btw {
    justify-content: space-between;
    padding-top: 16px;
}

.align-center {
    align-items: center;
}

.content-half {
    width: 50%;
}

div.bg-center-right {
    background-position: center right;
}

.about-jo {
    width: 100%;
    min-height: 896px;
}

.jo-about-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
}

.jo-about-bg.bg-primary {
    background-image: url(../images/about-bg-primary.jpg);
}

.jo-about-bg.bg-secondary {
    background-image: url(../images/about-bg-secondary.jpg);
}

.jo-bio {
    padding-top: 236px;
    height: 100%;
}

.bio-block {
    width: 800px;
    height: 100%;
    text-align: justify;
    padding: 60px;
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
}

.bio-block h2 {
    font-size: 36px;
    margin: 10px 0 34px 0;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.025em;
}

.bio-block h2 b {
    font-weight: 900;
}

.bio-block p {
    margin-bottom: 26px;
}

.jo-bio-detail {
    margin-bottom: 30px;
}

.job-bio-footer .readMore {
    min-width: 170px;
    min-height: 50px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
}

.job-bio-footer .socialNav li a {
    font-size: 14px;
    color: #666666;
    border: 1px solid #dedede;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}

.job-bio-footer .socialNav li a:hover {
    color: #ab1111;
    border: 1px solid #ab1111;
}

/*About Jo Section End*/

.traing-newsletter .newsletter {
    margin: 0;
    padding: 56px 0 40px;
}

.traing-newsletter .newsletter:after, .traing-newsletter .newsletter:before {
    display: none;
}

/*Newsletter 2 Section End*/

.socialTouch {
    padding: 56px 0 56px;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

.sectionTitle h3 {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
    padding-top: 5px;
    color: #ffffff;
    margin-bottom: 17px;
}

.subscribeBtn {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.socialNav li {
    display: inline-block;
}

.socialIcon {
    padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.22);
    margin: auto;
}

.bigSocialNav li {
    margin-right: 50px;
}

.bigSocialNav li:last-child {
    margin-right: 0;
}

.bigSocialNav li span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.bigSocialNav li a {
    width: 100%;
    height: 100%;
    font-size: 52px;
    color: #222222;
    background-color: #f2f2f2;
    border-radius: 50%;
    padding: 0 15px;
    display: block;
    line-height: 90px;
    text-align: center;
}

/*SocialNav End*/

.featureAds {
    background: transparent url(../images/footer-top-bg.jpg) no-repeat center center / cover;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featureAdsContent {
    background-color: rgb(255, 255, 255);
    opacity: 0.902;
    box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    width: 650px;
    height: 270px;
    text-align: center;
    padding: 50px;
    margin-left: 40%;
}

.featureAdsContent h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1;
}

.featureAdsContent h2 {
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
}

.readMorefltcnt {
    float: none !important;
    text-align: center;
    display: block;
    margin: auto;
}

/*SocialNav End*/

.footer {
    padding: 50px 0;
}

.footer .col-sm-3 {
    padding-left: 0;
}

.footerLogo {
    float: left;
    margin-right: 15px;
    margin-top: 13px;
}

.footerNav li {
    display: inline-block;
}

.footerNav li a {
    font-size: 14px;
    color: #cccccc;
    line-height: unset;
    margin-right: 23px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footerNav li.active a {
    color: #ffffff;
}

.copy-right {
    display: block;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.05em;
    margin-top: 7px;
}

.footerSocialNav {
    margin-top: 17px;
}

.footerSocialNav li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

/*Footer End*/

.pageInfo {
    padding: 259px 0 195px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: top center;
}

.pageInfo .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 36, 46, 0.65);
}

.pageInfoBg01 {
    background-image: url('../images/bg/bg_img_01.jpg');
}

.pageInfoBg02 {
    background-image: url('../images/bg/bg_img_02.jpg');
}

.pageInfoBg03 {
    background-image: url('../images/bg/bg_img_03.jpg');
}

.pageInfoBg04 {
    background-image: url('../images/bg/bg_img_05.jpg');
}

.pageTitle h4 {
    font-size: 24px;
    letter-spacing: 0.025em;
    color: #ffffff;
    font-weight: 400;
    line-height: normal;
}

.pageTitle h2 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 900;
    line-height: normal;
}

/*PageInfo End*/

section.blog {
    padding: 100px 0 70px;
}

article.post {
    margin-bottom: 50px;
}

.postContents {
    background-color: #ffffff;
    padding: 41px 40px 22px;
}

.postContents h4 a {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.025em;
    color: #222222;
}

.postContents p {
    margin-top: 13px;
    border-bottom: 1px dotted #000000;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.postMeta {
    float: left;
}

.postMeta li {
    display: inline-block;
}

.postMeta li a {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.025em;
    margin-right: 17px;
}

.postMeta li:last-child a {
    margin-right: 0;
}

.postSocialNav {
    float: left;
    width: 60%;
    text-align: center;
}

.postSocialNav li a {
    font-size: 14px;
    display: block;
    color: #666666;
    border: 1px solid #dddddd;
    padding: 0 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.readMore {
    float: right;
    width: 115px;
    height: 38px;
    border: 2px solid #ffa200;
    font-size: 12px;
    color: #222222;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.addCommentWidget {
    padding: 55px 40px 50px;
    margin-bottom: 30px;
}

.addCommentWidget h5 {
    font-size: 24px;
    color: #222222;
    letter-spacing: 0.025em;
    margin-bottom: 15px;
}

.addCommentWidget p {
    margin-bottom: 37px;
}

.addCommentForm label {
    display: block;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #666666;
    margin-bottom: 15px;
}

.addCommentForm textarea, .addCommentForm input[type="text"],
.addCommentForm input[type="email"] {
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 27px;
    min-height: 50px;
    line-height: 50px;
    padding: 0 20px;
    min-width: 350px;
    width: 350px;
}

.addCommentForm textarea {
    width: 100%;
    min-height: 235px;
}

.addCommentForm button[type="submit"] {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-width: 190px;
    min-height: 50px;
}

.req {
    color: #ab1111;
}

/*Article Post End*/

.sideSearch {
    position: relative;
}

.sideSearch input[type="text"], .sideSearch input[type=search] {
    width: 100%;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.05em;
    box-shadow: none;
    border: 1px solid #cccccc;
    padding: 16px 25px;
    min-height: 52px;
    outline: none;
}

.sideSearch button {
    background-color: transparent;
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    min-width: auto;
}

.sideSearch button:hover {
    color: #333333 !important;
}

/*Search Widget End*/

.newsletterWidget {
    margin: 90px 0 70px;
}

.newsletterWidget .newsletter h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 25px;
}

.newsletterWidget .newsletter h3 {
    font-size: 16px;
    margin-bottom: 55px;
}

.newsletterWidget .newsletter h2:after {
    top: 135px;
    right: 0;
}

.newsletterWidget .newsletter {
    margin: 0;
    padding: 0 30px;
}

.newsletterWidget .newsletter:before,
.newsletterWidget .newsletter:after {
    width: 360px;
    height: 50px;
    z-index: 9;
}

.newsletterWidget .newsletter:before {
    top: -50px;
    left: 0;
    background-image: url('../images/border-top-ar.png');
}

.newsletterWidget .newsletter:after {
    top: inherit;
    bottom: -50px;
    left: 0;
    background-image: url('../images/border-bottom-ar.png');
}

.newsletterWidget .form-inline .form-group {
    width: 100%;
}

.newsletterWidget .newsletter-form input[type="text"],
.newsletterWidget .newsletter-form input[type="email"] {
    width: 100%;
    min-width: 100%;
    background-color: #ffffff;
    color: #333333;
    margin-bottom: 12px;
    margin-right: 0;
}

.newsletterWidget .newsletter-form button, .newsletterWidget .newsletter-form .btn {
    width: 100%;
    margin-bottom: 30px;
}

/*Sidebar Newslatter End*/

.socialWidget {
    position: relative;
}

.socialWidget:before {
    content: '';
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    width: 360px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/gray-wh-bor.jpg');
}

.socialWidget .socialNav {
    padding: 30px 0;
}

.socialWidget .socialNav li {
    width: 33%;
    text-align: center;
    margin: auto;
    float: left;
    margin-bottom: 32px;
}

.socialWidget .socialNav li span {
    font-size: 16px;
    color: #333333;
}

.socialWidget .socialNav li a {
    font-size: 36px;
    color: #222222;
    background-color: #f2f2f2;
    border-radius: 50%;
    padding: 8px 20px;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    line-height: 75px;
}

/*Sidebar SocialNav End*/

.recentPost article.post {
    margin-bottom: 10px;
    position: relative;
}

.widgetHeader h3 {
    font-size: 22px;
    color: #ffffff;
    background-color: #ab1111;
    padding: 20px;
    text-align: center;
    margin: 50px 0 10px;
}

.recentPost .postMedia {
    position: relative;
}

.recentPost .postMedia a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.recentPost .postContents {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 41px 40px 22px;
}

.recentPost .postContents h4 {
    margin-bottom: 17px;
}

.recentPost .postContents h4 a {
    font-size: 18px;
    color: #ffffff;
}

.recentPost .postContents .readMore {
    float: left;
    margin-right: 25px;
    color: #ffffff;
    width: 110px;
    height: 35px;
    padding: 7px 0;
    font-size: 11px;
    letter-spacing: 0.035em;
}

.recentPost .postMeta li a {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
}

/*Sidebar Recent Post End*/

/*BLog Page End*/

.blog_single_page .dottedLine {
    margin-top: 43px;
    border-bottom: 1px dotted #000000;
    background-color: transparent;
    height: auto;
}

.blog_single_page .postSocialNav {
    float: right;
    width: auto;
}

.blog_single_page .postSocialNav li a {
    float: right;
    width: 35px;
    height: 35px;
    margin-right: 3px;
}

.blog_single_page .postContents h4 {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.025em;
}

.blog_single_page .postContents p {
    border: 0;
    padding: 0;
}

.blog_single_page .postContents p a {
    color: #ab1111;
    text-decoration: underline !important;
}

.blog_single_page .postContents p em {
    color: #000000;
    font-style: italic;
    font-weight: 400;
}

.blog_single_page .tpPostMeta {
    float: none;
    border-bottom: 1px dotted #000000;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}

.blog_single_page .tpPostMeta li {
    color: #666666;
    font-size: 14px;
}

.blog_single_page .tpPostMeta li a {
    margin: 0;
}

.blog_single_page .tpPostMeta li.postAuthor i {
    margin-right: 8px;
}

.blog_single_page .tpPostMeta li.postReply a {
    color: #ab1111;
    font-weight: 400;
    border-left: 1px solid #666666;
    padding-left: 12px;
    margin-left: 10px;
}

.postTags {
    float: left;
    margin-right: 20px;
}

.postTags i {
    font-size: 16px;
}

.postTags li {
    display: inline-block;
}

.postTags li a {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.025em;
    font-weight: 400;
}

/*BLog Single Page End*/

.contactBg {
    padding: 90px 0 0;
    background-image: url('../images/bg/bg_contact_img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sectoinOvrHide {
    overflow: hidden;
}

.containerBlock {
    width: 1500px;
    margin: 0 auto;
}

.contactBlockForm {
    position: relative;
    background-size: contain;
    background-image: url('../images/con-img.png');
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 905px;
}

.sendMessage {
    padding: 60px 58px;
    -webkit-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
}

.departHeader {
    padding-top: 31px;
}

.departHeader h4 {
    font-size: 22px;
    color: #000000;
    line-height: 36px;
    letter-spacing: 0.025em;
    margin-bottom: 42px;
}

.sendMessageForm input[type="text"], .sendMessageForm input[type="email"],
.sendMessageForm textarea {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    font-family: 'Lato', sans-serif;
    min-height: 52px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    outline: unset;
    border: 2px solid #eeeeee;
    padding: 0 29px;
    margin-bottom: 20px;
}

.sendMessageForm textarea {
    min-height: 200px;
    padding-top: 20px;
    margin-bottom: 23px;
}

.messageForm button[type="submit"] {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    min-width: 100%;
    font-weight: 900;
}

/*Contact Page End*/

.product {
    padding: 122px 0 165px;
}

.product .sectionTitle h3 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 0.025em;
    font-weight: 700;
}

.product .sectionTitle .dottedLine {
    width: 345px;
    border-bottom: 1px dotted #000000;
    height: auto;
    margin: 26px auto 60px;
}

.productContents {
    background-color: #ffffff;
    padding: 50px 30px;
    -webkit-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
}

.productContents h4 {
    letter-spacing: 0.025em;
    font-weight: 900;
    margin-bottom: 25px;
}

.productContents p {
    position: relative;
    margin-bottom: 43px;
}

.productContents p:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -32px;
    width: 40px;
    height: 40px;
    background-image: url('../images/blk-left-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.productFeatures {
    background-image: url('../images/bg/bg_img_04.jpg');
    background-position: center left;
}

.productFeatures .featureAdsContent {
    background-color: transparent;
    box-shadow: unset;
    height: auto;
    padding: 0;
    margin: 0;
}

.productFeatures .readMore {
    width: 205px;
    min-height: 52px;
    line-height: 52px;
    padding: 0;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

/*Product Page End*/

.knowAbout {
    padding: 72px 60px 28px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 70px 0px rgba(0, 0, 0, 0.1);
}

.departHeader h5 {
    letter-spacing: 0.025em;
    color: #000000;
    line-height: 36px;
    padding-right: 20px;
    margin-bottom: 58px;
}

.knowAbout h2 {
    letter-spacing: 0.025em;
    font-weight: 400;
    margin-bottom: 36px;
}

.knowAbout h2 strong {
    font-weight: 900;
}

.knowAbout p {
    margin-bottom: 24px;
}

.sectionBgImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.abQuotes {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 740px;
    background-image: url('../images/bg/bg_img_06.jpg');
}

.abQuotesContent {
    width: 995px;
    text-align: center;
    padding: 60px 0;
    margin-left: 17%;
}

.abQuotesContent h2 {
    font-size: 40px;
    letter-spacing: 0.025em;
    line-height: 48px;
    color: #ffffff;
    font-weight: 300;
}

.abQuotesContent h2 strong em {
    font-style: italic;
}

.eventsGallery {
    padding: 110px 0;
}

.sectionTitle h2 {
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 10px;
}

.sectionTitle p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 52px;
}

.singleCarousel .eventPost .postMedia {
    float: none;
    margin: 0;
}

.singleCarousel {
    position: relative;
}

.singleCarousel .owl-nav .owl-prev,
.singleCarousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 50px);
    width: 45px;
    height: 45px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}

.singleCarousel .owl-nav .owl-prev {
    left: -65px;
}

.singleCarousel .owl-nav .owl-next {
    right: -65px;
}

.abWecare {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1280px;
    background-image: url(../images/bg/bg_img_07.png);
    background-size: 100% 100%;
    background-color: #ffffff;
}

.abWecare .abQuotesContent {
    text-align: left;
    margin-left: -48%;
    width: 675px;
}

.abWecare .abQuotesContent h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 28px;
}

.abWecare .abQuotesContent h2 strong {
    font-weight: 900;
    text-transform: uppercase;
}

.abWecare .abQuotesContent p {
    color: #ffffff;
    margin-bottom: 30px;
}

.abWecare .abQuotesContent h3 {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 92px 0 42px;
}

.abWecare .abQuotesContent h3 strong {
    text-transform: uppercase;
}

.aboutMyself {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 900px;
    background-image: url(../images/bg/bg_img_08.jpg);
    overflow: hidden;
}

.aboutMeContent {
    width: 800px;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 75px 60px;
    margin-left: 40%;
}

.aboutMeContent h1 {
    color: #ffffff;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.025em;
    margin-bottom: 15px;
    text-align: center;
}

.aboutMeContent h2 {
    font-weight: 900;
    color: #ffffff;
    line-height: normal;
    letter-spacing: 0.025em;
    border-top: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
    padding: 10px 0 12px;
    text-align: center;
    margin-bottom: 40px;
}

.aboutMeContent p {
    color: #ffffff;
    margin-bottom: 25px;
}

/*About Us Page End*/

/*This will work for firefox*/
@-moz-document url-prefix() {

}

#responsiveMainNavToggler,
.responsiveMainNav {
    display: none;
}

.responsiveMainNav.opened {
    display: block;
}

[class~="col-"] {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -khtml-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

/*------------------------------------------------------------------------------*/
/*                    Width : 1600px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
    .bio-block {
        width: auto;
        margin-right: 5%;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 1360px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1380px) {
    .containerBlock {
        width: 100%;
    }

    .aboutMeContent {
        margin-left: 30%;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 1199px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {

    .banner-content {
        padding-top: calc(25.5% - 0px);
    }

    .newsletter h2:after {
        right: -15px;
    }

    .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
        margin-bottom: 15px;
    }

    .sm-from-txt {
        text-align: center;
        margin-right: 0;
    }

    .traing-from {
        margin-top: -172px;
    }

    .newsletter:after, .newsletter:before {
        top: -16px;
        width: 90px;
        height: 367px;
        max-width: 100%;
        background-size: 100% 100%;
    }

    .newsletter:before {
        left: -90px;
    }

    .newsletter:after {
        right: -90px;
    }

    .featuredList {
        text-align: center;
    }

    .postSocialNav {
        width: 50%;
    }

    .socialNav li a {
        margin-right: 0;
    }

    .featureAdsContent {
        margin-left: 30%;
    }

    .departHeader h4 {
        font-size: 18px;
    }

    /*Home Page End*/
    .socialWidget:before {
        width: 100%;
    }

    .newsletterWidget .newsletter-form button, .newsletterWidget .newsletter-form .btn {
        min-width: 100%;
    }

    .productContents button, .productContents .btn {
        width: 100%;
        min-width: 100%;
    }

    .knowAbout {
        padding: 40px 40px 28px;
    }

    .knowAbout h2 {
        font-size: 25px;
    }

    .departHeader h5 {
        line-height: 32px;
        margin-bottom: 35px;
        font-size: 18px;
    }

    .abQuotesContent {
        width: 750px;
    }

    .abQuotesContent h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .abWecare .abQuotesContent {
        margin-left: -20%;
    }

    .aboutMeContent {
        margin-left: 15%;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 1136px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 1136px) {
    .bio-block {
        margin-right: 5%;
    }

    .testimonial-block {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .newsletter:after, .newsletter:before {
        width: 70px;
    }

    .newsletter:before {
        left: -70px;
    }

    .newsletter:after {
        right: -70px;
    }

    .featureAdsContent {
        margin-left: 20%;
    }

    .singleCarousel .owl-nav .owl-prev, .singleCarousel .owl-nav .owl-next {
        top: -60px;
        border-radius: 4px;
    }

    .singleCarousel .owl-nav .owl-prev {
        left: 15px;
    }

    .singleCarousel .owl-nav .owl-next {
        right: 15px;
    }

    .sectionTitle p {
        margin-bottom: 80px;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 991px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .banner {
        min-height: 550px;
        height: 550px;
    }

    .bannerImg {
        background-position: center center;
    }

    .newsletter-form .form-group {
        width: 100%;
    }

    .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
        width: 100%;
    }

    .mainNav .navTabs > li:last-child {
        padding-right: 0px;
        margin-right: 15px;
    }

    .banner-content {
        padding-top: calc(30.5% - 0px);
        left: 0;
        padding-left: 15px;
    }

    .newsletter:after, .newsletter:before {
        display: none;
    }

    .traing-from {
        background-color: #ab1111;
        position: relative;
        margin: 0;
    }

    .newsletter h2:after {
        right: -10px;
        top: 65px;
    }

    .jo-bio {
        padding-top: 100px;
    }

    .subscribeBtn {
        font-size: 12px;
        min-width: 100%;
    }

    .bigSocialNav li {
        margin-bottom: 30px;
    }

    .bigSocialNav li:last-child {
        margin-right: 50px;
    }

    .blogPost .col-sm-8, .blogPost .col-sm-4, .blogPost .col-sm-3 {
        width: 100%;
    }

    .videoPost .postMedia img {
        width: 100%;
    }

    .recentPost {
        margin-bottom: 50px;
    }

    .featureAdsContent {
        width: 550px;
    }

    .bio-block h2 {
        font-size: 22px;
    }

    .content-half-body {
        width: 80%;
    }

    .content-half-img {
        width: 40%;
    }

    .missionEventBlock .col-sm-6 {
        margin-bottom: 50px;
    }

    .testimonial-wrap {
        background-size: cover;
    }

    .footer .col-sm-3, .footer .col-sm-9 {
        width: 100%;
        text-align: center;
    }

    .footer .footerWidget {
        text-align: center;
    }

    .footerLogo {
        float: none;
        display: inline-block;
    }

    /*Home Page End*/
    .departHeader h4 {
        padding-right: 40%;
    }

    .widgetHeader h3 {
        font-size: 15px;
    }

    .newsletterWidget .newsletter-form button, .newsletterWidget .newsletter-form .btn {
        font-size: 13px;
    }

    .newsletterWidget .newsletter:after, .newsletterWidget .newsletter:before {
        display: block;
    }

    .newsletterWidget .newsletter h2 {
        font-size: 15px;
    }

    .newsletterWidget .newsletter h3 br {
        display: none;
    }

    .newsletterWidget .newsletter {
        padding: 0 15px;
    }

    .socialWidget .socialNav li span {
        font-size: 12px;
    }

    .widget.recentPost .postContents {
        padding: 41px 20px 22px;
        bottom: 0;
    }

    .widget.recentPost .postContents h4 a {
        font-size: 15px;
    }

    .blogPost .readMore {
        float: left;
        margin-top: 15px;
        clear: both;
    }

    .blogPost .recentPost .postContents .readMore {
        margin-top: 0;
        line-height: 18px;
    }

    .recentPost .postMedia img {
        width: 100%;
    }

    .postSocialNav {
        width: auto;
        float: right;
    }

    .bio-block {
        margin-right: 2%;
    }

    .job-bio-footer .socialNav li a {
        margin-right: 0;
    }

    .addCommentForm textarea, .addCommentForm input[type="text"], .addCommentForm input[type="email"] {
        min-width: 100%;
        width: 100%;
    }

    .blog_single_page .postSocialNav {
        float: none;
        width: auto;
        margin-top: 15px;
        display: inline-block;
    }

    .postContents h4 a {
        font-size: 20px;
    }

    .blog_single_page .postContents h4 {
        font-size: 15px;
    }

    .productContents button, .productContents .btn {
        font-size: 12px;
    }

    .productContents h4 {
        font-size: 20px;
    }

    .abKnow .contactBlockForm {
        background-size: unset;
        height: 100%;
        background-position: bottom right;
    }

    .aboutMeContent {
        width: 600px;
        height: auto;
    }

    .abWecare .abQuotesContent {
        margin-left: -4%;
    }

    .abQuotes {
        min-height: 500px;
        background-position: center right;
    }

    .abQuotesContent {
        width: 700px;
        margin: 0;
    }

    .abQuotesContent h2 {
        font-size: 28px;
    }

    .abWecare {
        background-size: cover;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 767px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .logoWrapper {
        width: auto;
    }

    /* responsive nav */
    #responsiveMainNavToggler {
        display: block;
        position: absolute;
        right: 0;
        z-index: 9;
        top: -10px;
    }

    .mainNav {
        display: none;
    }

    .header .socialNav.pull-right {
        float: none !important;
        text-align: center;
    }

    .header .socialNav li a {
        margin-right: 15px;
    }

    .newsletter h2:after {
        right: 0;
    }

    .socialTouch .sectionTitle {
        padding: 0 30px;
    }

    .socialTouch .sectionTitle {
        text-align: center;
    }

    .socialTouch .sectionTitle .subscribeBtn {
        margin-bottom: 40px;
    }

    .testimonial-container .testimonial-item .address {
        font-size: 15px;
        line-height: 25px;
    }

    .banner-content {
        left: 0;
        padding-left: 15px;
        padding-top: calc(48% - 0px);
    }

    .featureAdsContent {
        width: 100%;
        margin-left: 0;
    }

    .testimonial-container .arrow-right {
        margin-right: 12px;
    }

    .bigSocialNav li {
        margin-right: 0;
        width: 50%;
        float: left;
    }

    .bigSocialNav li:last-child {
        margin-right: 0;
    }

    /*Home Page End*/
    .contactBlockForm {
        background-image: unset;
        height: auto;
    }

    .departHeader h4 {
        padding-right: 0;
    }

    .contactBg {
        padding: 20px 0 50px;
    }

    /*Contact Page End*/
    section.blog {
        padding: 45px 0 0px;
    }

    .readMore {
        float: right;
        margin-top: 0;
    }

    .postSocialNav {
        float: none;
        text-align: center;
        width: 60%;
        display: inline-block;
    }

    .newsletterWidget .newsletter h2:after {
        top: 55px;
        right: 0;
    }

    .newsletterWidget .newsletter:before, .newsletterWidget .newsletter:after {
        width: 100%;
    }

    .socialWidget:before {
        width: 100%;
        background-size: 100% 100%;
    }

    /*Blog Page End*/
    .blog_single_page .postSocialNav {
        float: right;
        margin: 0;
    }

    .singleProduct {
        margin-bottom: 30px;
    }

    .singleProduct .postMedia img {
        width: 100%;
    }

    .abQuotesContent {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .abQuotesContent h2 br {
        display: none;
    }

    .abWecare {
        min-height: unset;
        background-position: left center;
    }

    .abWecare .abQuotesContent {
        margin-left: 0;
        width: 100%;
    }

    .abWecare .abQuotesContent h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .abWecare .abQuotesContent p {
        margin-bottom: 15px;
    }

    .abWecare .abQuotesContent h3 {
        font-size: 30px;
        margin: 40px 0 25px;
    }

    .aboutMeContent {
        width: 85%;
        margin: 0 auto;
        padding: 75px 25px;
    }

    .aboutMeContent h1 {
        font-size: 41px;
    }

    .aboutMeContent h2 {
        font-size: 22px;
    }

    .sectionTitle h2 {
        font-size: 28px;
    }

    .banner-content h2 {
        font-size: 45px;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 500px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
    .content-half-img {
        display: none;
    }

    .content-half-body {
        width: 100%;
    }

    .bio-block {
        margin-right: 0;
    }

    .banner-content h4 {
        font-size: 18px;
    }

    .banner-content h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .banner-content {
        padding-top: calc(50% - 0px);
    }

    .newsletter h2 {
        font-size: 25px;
    }

    .newsletter h3 {
        font-size: 18px;
        padding: 0 30px;
    }

    .bio-block {
        padding: 60px 30px;
    }

    .missionEventBlock .sectionTitle blockquote p {
        font-size: 17px;
        line-height: 30px;
    }

    .eventPost .postContents {
        width: 50%;
    }

    .eventPost .postContents h4 {
        font-size: 17px;
    }

    .postMeta li {
        font-size: 15px;
    }

    .sectionTitle h3 {
        font-size: 28px;
    }

    .blogPost .sectionTitle h2 {
        font-size: 26px;
    }

    .blogPost .sectionTitle p {
        font-size: 11px;
    }

    .blogPost .readMore {
        float: left;
        margin-top: 25px;
    }

    .blogPost .recentPost .readMore {
        float: left;
        margin-top: 0;
    }

    .postSocialNav {
        width: auto;
        margin-top: 10px;
    }

    .featureAdsContent h2 {
        font-size: 36px;
    }

    .featureAdsContent h4 {
        font-size: 15px;
    }

    .featuredList li {
        margin-right: 30px;
    }

    .blogPost {
        padding: 50px 0 56px;
    }

    .readMore {
        display: block;
        float: none;
        margin-top: 15px;
    }

    .blog_single_page .postSocialNav {
        float: left;
        margin: 10px;
    }

    .blog_single_page .sidebar {
        margin: 40px 0;
    }

    .sectionTitle p {
        font-size: 13px;
    }

    .aboutMeContent {
        width: 95%;
        padding: 30px 25px;
    }

    .abKnow .departHeader h5 {
        font-size: 15px;
        line-height: 25px;
    }

    .abQuotesContent h2 {
        font-size: 20px;
        line-height: 30px;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 430px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 430px) {
    .postSocialNav {
        margin-top: 10px;
    }

    .featureAdsContent {
        height: 210px;
    }

    .featureAdsContent h2 {
        font-size: 25px;
    }

    .footerNav li a {
        font-size: 12px;
        margin-right: 10px;
    }

    .banner-content h2 {
        font-size: 30px;
    }

    .banner-content h4 {
        font-size: 15px;
    }

    .newsletter h2 {
        font-size: 20px;
    }

    .eventPost .postContents {
        width: auto;
    }

    .testimonial-block .section-title h2 {
        font-size: 25px;
    }

    .testimonial-container .arrow-right {
        margin-right: 20px;
    }

    .postContents h4 a {
        font-size: 20px;
    }

    .blogPost .postContents {
        padding: 41px 25px 28px;
    }

    .newsletter-form input[type="text"], .newsletter-form input[type="email"] {
        min-width: 100%;
    }

    .banner-content {
        padding-top: calc(70% - 0px);
    }

    /*Home Page End*/
    .pageTitle h4 {
        font-size: 18px;
    }

    .sendMessage {
        padding: 60px 20px;
    }

    .pageTitle h2 {
        font-size: 45px;
    }

    .newsletterWidget .newsletter h2::after {
        top: 95px;
    }

    .blog_single_page .postContents {
        padding: 41px 20px 22px;
    }

    .addCommentWidget {
        padding: 55px 20px 50px;
    }

    .product .sectionTitle h3 {
        font-size: 23px;
    }

    .product .sectionTitle .dottedLine {
        width: 180px;
    }

    .justify-space-btw {
        display: block;
    }

    .justify-space-btw .socialNav {
        margin-top: 20px;
    }

    .job-bio-footer .socialNav li a {
        margin-right: 5px;
    }

    .header .socialNav li a {
        margin-right: 0px;
        width: 25px;
    }

    .header .socialNav.pull-right {
        position: relative;
        left: -13px;
    }

}

/*------------------------------------------------------------------------------*/
/*                    Width : 360px
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 360px) {
    .eventPost .postContents {
        width: auto;
    }

    .logoWrapper {
        width: 25%;
    }

    .bio-block {
        padding: 60px 15px;
    }

    .featureAdsContent h4 {
        font-size: 11px;
    }

    .featureAdsContent h2 {
        font-size: 20px;
    }

    .header .socialNav li a {
        font-size: 14px;
    }

    .pageTitle h4 {
        font-size: 15px;
    }

    .pageTitle h2 {
        font-size: 35px;
    }

    .sectionTitle h2 {
        font-size: 22px;
    }

    .sectionTitle p {
        font-size: 11px;
    }

    .aboutMeContent {
        width: 100%;
        padding: 30px 25px;
    }

    .aboutMeContent p {
        font-size: 14px;
        line-height: 20px;
    }

    .aboutMeContent h2 {
        font-size: 17px;
    }

}