/*   
Theme Name: Impressive 
Theme URI: http://impressivesol.com
Description: Developed by <a href="http://impressivesol.com">Impressive themes</a>
Version: 1.1
Author: Impressive Themes
Author URI: http://impressivesol.com
*/

/*--[ Google Fonts Import ]-------------------*/ 
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);*/
@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:regular,bold);
/*--[ Bootstrap Import ]-------------------*/

/*--[ HELPER CLASSES ]-------------------*/
.thide,.displace,.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; } /* for image replacement */
.hide,.hidden { display:none; visibility:hidden; }  /* Hide for both screenreaders and browsers */
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } /* Hide only visually - available for screenreaders */
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
.fl {float:left !important}
.fr {float:right !important}
.tl {text-align:left !important}
.tr {text-align:right !important}
.tc {text-align:center !important}
.tj {text-align:justify !important}
.underline {text-decoration:underline}
.bold {font-weight:bold}
.italic {font-style:italic}
.nodec {text-decoration:none}

#image
{
    background: url('images/ajax_loader.gif') no-repeat;
    height:400px;
    width: 400px;
    display:block;
    padding-left:100px    
}

/**[FONTS]**/

@font-face {
/*    font-family: 'GloberRegular_0';
    src: url('fonts/GloberRegular_0.eot');
    src: url('fonts/GloberRegular_0.eot') format('embedded-opentype'),
         url('fonts/GloberRegular_0.woff2') format('woff2'),
         url('fonts/GloberRegular_0.woff') format('woff'),
         url('fonts/GloberRegular_0.ttf') format('truetype'),
         url('fonts/GloberRegular_0.svg#GloberRegular_0') format('svg');*/
}


@font-face {
    font-family: 'helvetica_cyrillic_uprightRg';
    src: url('fonts/helvetica-cyrillic-upright-593ba278a093b-webfont.woff2');
    src: url('fonts/helvetica-cyrillic-upright-593ba278a093b-webfont.woff2') format('woff2'),
         url('fonts/helvetica-cyrillic-upright-593ba278a093b-webfont.woff') format('woff')
         url('fonts/helvetica-cyrillic-upright-593ba278a093b-webfont.woff2') format('woff2'),
         url('fonts/helvetica-cyrillic-upright-593ba278a093b-webfont.woff2') format('woff'),
         url('fonts/helvetica-cyrillic-upright-593ba278a093b-webfont.woff2') format('truetype'),
         url('fonts/helvetica-cyrillic-upright-593ba278a093b-webfont.woff2') format('svg');
 

}



@font-face {
  font-family: 'HelveticaLT-Compressed';
  src: url('fonts/HelveticaLT-Compressed.eot?#iefix') format('embedded-opentype'), 
   url('fonts/HelveticaLT-Compressed.woff') format('woff'), 
   url('fonts/HelveticaLT-Compressed.ttf')  format('truetype'), 
   url('fonts/HelveticaLT-Compressed.svg#HelveticaLT-Compressed') format('svg');
  font-weight: normal;
  font-style: normal;
}





/*--[ THEME CLASSES ]-------------------*/
div ::-webkit-scrollbar {
height: 12px;
width: 12px;
background: #D1D1D1;
}

div ::-webkit-scrollbar-thumb {
background: #1d435a;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::selection {
color: #fff;
background:black;
}

/* =============================================================================
   WordPress CSS - Intializing Font Type Here  -->START
   ========================================================================== */







body{
    background:#fff;
    
    font-family: 'MyriadProRegular';
    font-family: Arial, Helvetica, Sans-Serif;
    font-family: 'GloberRegular_0';
    font-family: helvetica_cyrillic_uprightRg;
      
}
a{
       font-family: 'MyriadProRegular';
       font-family: Arial, Helvetica, Sans-Serif;
       font-family: 'GloberRegular_0';
       font-family: helvetica_cyrillic_uprightRg;
       cursor: pointer;
}
p
{
       font-family: 'MyriadProRegular';
       font-family: Arial, Helvetica, Sans-Serif;
     font-family: 'GloberRegular_0';
     font-family: helvetica_cyrillic_uprightRg;
     font-size: 17px;
     line-height: 25px;
  }
h1,h2,h3,h4,h5,h6
{
       font-family: 'MyriadProRegular';
       font-family: Arial, Helvetica, Sans-Serif;
      font-family: 'GloberRegular_0';
      font-family: 'Roboto Condensed', sans-serif;
      font-family: HelveticaLT-Compressed;
      
      

       
}
a:hover{
    text-decoration: none!important;
}

#back-top {
	position: fixed;
	bottom: 30px;
right: 21px;
}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 0px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
 color: #000;
}
/* arrow icon (span tag) */
#back-top span {
 width: 35px;
 height: 35px;
 display: block;
 margin-bottom: 7px;
 background: #000 url(images/back-to-top.png) no-repeat center center;

 /* rounded corners */
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;

 /* transition */
 -webkit-transition: 1s;
 -moz-transition: 1s;
 transition: 1s;
    margin-left: 15px;
}
#back-top a:hover span {
 background-color: #777;
}

.about_con .wpb_raw_html,
#about_sec .wpb_raw_html
{
    margin-bottom: 0!important;
} 

.slider-bg #slider .item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.slider-bg .exerpt-img .inner {
}
.slider-bg .exerpt-img {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-bg .exerpt-img h1 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: HelveticaLT-Compressed;
    letter-spacing: 0px;
    line-height: 61px;
    margin-bottom: -5px;
}
.slider-bg .exerpt-img h1 span {
    color: #fc9000;
}

.slider-bg .exerpt-img h3 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: HelveticaLT-Compressed;
    font-size: 20px;
    letter-spacing: 0.5px;  
    margin-bottom: 33px;
    
}
.slider-bg .owl-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.slider-bg .owl-pagination .owl-page span {
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    width: 16px;
    height: 16px;
}
.slider-bg .owl-pagination .owl-page.active span {
    background: #fff;
}
.slider-bg .owl-buttons .owl-prev {
    background: url(images/left-arrow.png)no-repeat top center;
    width: 32px;
    height: 50px;
    position: absolute;
    top: 42%;
    left: 50px;
    font-size: 0px;
}
.slider-bg .owl-buttons .owl-next {
    background: url(images/right-arrow.png)no-repeat top center;
    width: 32px;
    height: 50px;
    position: absolute;
    top: 42%;
    right: 50px;
    font-size: 0px;
}
p a.read, p a.support {
    color: #1946ba;
    text-decoration: none;
    width: 228px;
    height: 58px;
    background: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 18px 68px;
    border-radius: 30px;
    margin: 0 5px;
    display: inline-block;
}
p a.support {
    padding: 18px 80px;
}
p a.read:hover, p a.support:hover, #about_sec a.read:hover{
    color: #fff;
    transition: all .5s ease-in;
    box-shadow: inset 0 55px 0px #1946ba;
}




.inner-heading { background:transparent;margin-bottom: 20px;}
.inner-heading .container {min-height: 350px;position:relative;}
.inner-heading h2 {position: absolute;
font-style: italic;
color: #fff;
font-family: oswald;
font-size: 36px;
bottom: 0;
width: 100%;
text-align: center;
padding-bottom:10px;}


#about_sec h2{
    text-transform: lowercase;
    font-weight: 500;
        background-clip: text;
    -webkit-background-clip: text;
    background: -webkit-linear-gradient(#163da3, #1844b5,#2b4cac,#3a509c)!important;
    background: -webkit-linear-gradient(#163da3, #3F51B5,rgba(0, 0, 0, 0.75))!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    letter-spacing: 0px;
    font-size: 102px;
    line-height: 83px;
    text-align: left;
}
#about_sec h2 span{
    text-transform: uppercase!important;
}


#about_sec h3
{
text-transform: uppercase;
background-clip: text;
    -webkit-background-clip: text;
    background: -webkit-linear-gradient(#705b5b, #866248,#bd7a2f,#e18715,#fc9000,#fc9000)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    margin-top: -12px;
}
#about_sec h4 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 33px 0 26px;
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
}


div#about_sec {
    padding: 70px 0;
}
div#about_sec .vc_column-inner, .support_sec .vc_column-inner {
    padding-top: 0!important;
}
div#about_sec .vc_custom_1497253493069 {
    background-size: 100%!important;
}
#about_sec a.read {
    background: #fc9000 ;
    color: #fff ;
    margin-top: 34px;
    text-decoration: none;
    width: 228px;
    height: 58px;
    text-transform: capitalize;
    font-size: 18px;
    padding: 18px 68px;
    border-radius: 30px;
    margin: 0 5px;
    display: inline-block;

}

#about_sec p.about_con {
    font-size: 16.5px;
    line-height: 25px;
    text-align: justify;
}

/**ABOUT SEC**/

/**SUPPORT SEC**/
.support_sec{
    padding: 70px 0 20px;
    color: #fff;
     text-align: center;
}
.support_sec h2
{
    margin-top: 0;
    text-transform: uppercase;
}
p.support_sub {
    font-size: 24px;
    width: 50%;
    margin: auto;
    margin-bottom: 45px!important;
}
.support_inner_box img{
    border-radius: 50%;
    box-shadow: 0 18px 53px -6px rgba(0, 0, 0, 0.55);
    width: 220px;

}
.support_inner_box img:hover{
    transform: scale(1.1);
    transition: all .5s ease-in;
    box-shadow: 0 18px 53px -6px rgba(0, 0, 0, 0.55);
}
.support_inner_box h3{
    text-transform: uppercase;
    margin-top: -10px;
    font-size: 32px !important;
}
.support_inner_box p{
    padding:0 20px
}


/**SUPPORT SEC**/

/**TRAINING-SEC***/

.training_sec h2, .blog_sec h2 {
    margin-top: 0;
    color: #fc9000;
    text-transform: uppercase;
    font-size: 72px;
}
.training_sec {
    padding: 70px 0 20px;
    text-align: center;
  
}
#training{
/*   background-position: bottom center !important;   */
}
.training_sec .vc_column-inner {
    padding-top: 0!important;
}
.training_sec p.con {
    font-size: 24px;
    width: 50%;
    margin: auto;
    margin-bottom: 45px!important;
}

.my_training {
    text-align: left;
}
.my_training h4 {
    color: #fc9000;
    font-size: 24px;
    font-family: helvetica_cyrillic_uprightRg;
    margin-bottom: 0;
    margin-top: 26px;
}
.my_training p {
    font-size: 14px;
    min-height: 64px;
}
.my_training img:hover{
    transform: scale(1.1);
    transition: all .5s ease-in;
}
.my_training a{
    color: #fff;
    text-decoration: none;
    width: 175px;
    height: 50px;
    background: #fc9000;
    text-transform: capitalize;
    font-size: 15px;
    padding: 16px 50px;
    border-radius: 30px;
    margin: 0 5px;
    display: inline-block;
}
.my_training a:hover
 {
    color: #fff;
    transition: all .5s ease-in;
    box-shadow: inset 0 55px 0px #1946ba;
}

.my_training .col-lg-4 {
     margin-bottom: 45px;
     min-height: 375px;
     min-height: 420px;
}

.my_testimonials {
    color: #fff;
    text-align: center;
}
.my_testimonials img
{
    width: 200px;
    border: 7px solid white;
    border-radius: 50%;
    max-width: 100%;
    box-shadow: 0 18px 53px -6px rgba(0, 0, 0, 0.40);
}
.testimonials_sec{
    padding: 70px 0;
}
.testimonials_sec .vc_column-inner {
    padding-top: 0!important;

}
.my_testimonials p {
    width: 70%;
    margin: 30px auto 25px;
}
.my_testimonials h4 {
    font-size: 24px;
    font-family: helvetica_cyrillic_uprightRg;
    margin: -8px 0 0px;
    text-transform: uppercase;
}
.my_testimonials h5
 {
    font-family: helvetica_cyrillic_uprightRg;
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}
.my_testimonials .owl-pagination{
    height: 0;    
}

.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: #fff;
}
.owl-theme .owl-controls .owl-page.active span{
    background: transparent;
    border: solid 2px #fff;
}

/**BOLG_SC**/
.blog_sec{
    padding: 70px 115px;
    color: #797979;
}
.blog_sec .vc_column-inner{
    padding-top: 0!important;
}
.blog_sec p.con {
    font-size: 18px;
    width: 28%;
    margin: auto;
    margin-bottom: 45px!important;
    text-align: center;
    color: #000;
}
.blog_sec h4 {
    color: #fc9000;
    font-size: 24px;
    font-family: helvetica_cyrillic_uprightRg;
    margin-bottom: 8px;
    margin-top: 26px;
    padding-top: 30px;
}
.blog_status {
    float: right;

}
.my_blogs a {
    color: #fc9000;
    margin-left: 20px;
    text-transform: capitalize;
}
.my_blogs a:before{
    position: absolute;
    font-family: fontAwesome;
    font-size: 15px;
    content: '\f067';
    left: 38px;
} 
.blog_inner {
    padding: 0 24px 40px;
    margin: -24px 0 0;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);

}
.blog_inner p {
    width: 75%;
    text-align: justify;
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
}
.blog_meta_sec {
    margin:  0px;
 /*   border-bottom: solid 1px rgba(230, 230, 231, 0.5); */
    padding-bottom: 20px;
    padding:20px 24px 20px;    
    background: #fff;
    box-shadow: 0px .5px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0.5px 0px .5px rgba(0, 0, 0, 0.10);    
}
span.blog_total_like {
    margin-right: 40px;
}
span.blog_total_like:before {
    position: absolute;
    content: "\f004";
    font-family: fontAwesome;
    right: 108px;
}
span.calender_date {
    margin-left: 30px;
}
span.calender_date:before {
    content: '\f073';
    position: absolute;
    font-family: fontAwesome;
    font-size: 15px;
    left: 10px;
    left: 38px;

}
span.blog_total_comment:after {
    font-family: fontAwesome;
    content: "\f075";
    position: absolute;
    right: 56px;
}



/**PRELOADER**/
.load_img {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit {
color: #1946ba;
    text-decoration: none;
    width: 228px;
    height: 45px;
    background: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 11px 60px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #797979;
    margin: 0px auto;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    transition: all .5s ease-in;
    box-shadow: inset 0 55px 0px #1946ba;
}


.mc_merge_var {
    margin: 0;
    width: 82%;
    float: left;
    height: 35px;
    border: 0px;
}

#mc_signup_form .mc_var_label {
    display: none;
}

#mc_signup_form .mc_input {
    height: 40px;
    border-radius: 0px;
    margin: 0;
    border: 1px solid #818282;
    border-right: 0;
    padding-left: 15px;
}

.mc_signup_submit {
    text-align: center;
    width: 18%;
    float: left;
}

input#mc_signup_submit {
    margin: 0;
    font-size: 0;
    height: 40px;
    background: #fc9000;
    width: 100%;
    float: left;
    border: 1px solid #fc9000;
    border: 1px solid #fc9000;
    background: url(/wp-content/uploads/2017/06/mailchimp_btn_03.jpg);
    background-position: center center;
    background-repeat: no-repeat;

}
#mc_display_rewards {
    display: none;
}





/*INNER PAGE CONTACT US*/


#contact_form label {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    border: 1px solid #cbcccc;
    height: 35px;
    width: 100%;
    margin: 5px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #cbcccc;
    height: 70px;
    width: 100%;
    margin: 10px 0;
}







/**PRELOADER**/
/**about page***/
.page-about-us #about_sec h2, 
.page-about-us #about_sec h3,
.page-about-us #about_sec h4{
    text-align: center!important;
}
.page-about-us #about_sec h4 {
    padding-bottom: 20px;
    background-size: 58%;
}
.page-support .support_boxes_row {
    margin-bottom: 20px;
}

/**test**/
.page-testimonials h2.vc_custom_heading{
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
}
.page-testimonials p.test_sub {
    font-size: 24px;
    width: 100%;
    margin: auto;
    margin-bottom: 45px!important;
    text-align: center;
    color: #fff;
}
.page-testimonials .my_testimonials p {
    font-size: 20px;
    line-height: 30px;
}

/***BLOGS****/
.single-blogs-main-content .col-lg-8 span{
    float: right;
    margin-top: 5px;
    color: #fc9000;
}
.single-blogs-main-content h1.single-title {
    color: #fc9000;
    font-weight: lighter;
}
.single-blogs-main-content span.next a, .single-blogs-main-content span.prev a {
    color: #fd9100;
}
.comment_section{
        border-top: 1px solid #ccc;
}
.single-blogs-main-content .single-image img {
    width: 100%;
    border: dashed 1px #fc9000;
    padding: 2px;
}
.comment_section p.logged-in-as a {
    color: #fc9000;
}
.comment_section form label {
    width: 100%;
    text-transform: capitalize;
    margin-top: 20px;
}
.comment_section form textarea {
    width: 70%;
    margin-bottom: 20px;
}
.comment_section form input#submit {
    color: #000;
    text-decoration: none;
    background: #fc9000;
    text-transform: capitalize;
    font-size: 18px;
    padding: 14px 40px;
    border-radius: 30px;
    display: inline-block;
    border: 0px;
}
.comment_section form input#submit:hover {
    background: #1946ba;
    color: #fff;
    transition: all .5s ease-in;
}    
.comment_section form #author,
.comment_section form #email,
.comment_section form #url {
    height: 35px;
    width: 70%;
    border-radius: 10px;
}

.comment-meta a {
    color: #fc9000;
}
.comment-body {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: dashed 1px #333333;
}
/***single training**/
.single-main .services-single {
    padding: 50px 0;
    color: #fc9000;
}
.single-main .services-single .img-area img {
    border: dashed 2px;
    padding: 2px;
    width: 100%;
}
.services-single .con p {
    color: #333;
}
.services-single .con p::after {
    color: #333;
    content: '';
    position: absolute;
    border-bottom: solid 1px;
    bottom: -8px;
    width: 300px;
    left: 15px;
    margin: auto;
    text-align: center;
}
span.result { 
    margin-right: 10px;
    font-style: italic;
    font-size: 16px;
    margin-top: 2px;
}
span.blog_likes i,
span.blog_dis-likes i{
font-size: 16px;
cursor: pointer;
}
/**404**/
.error404 p{
    padding: 0!important;
    font-size: 16px!important;
}
h1.btn-danger {
    padding: 30px;
    width: 50%;
    margin: 20px auto;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    background: #fc9000;

}
p.btn-warning {
    padding: 70px 20px !important;
    background: #1946ba;
    font-size: 20px !important;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

/**search**/
.search #main-con {
    padding: 100px 0;
}
.search-top p {
    font-weight: bold;
}
span.s-count {
    color: #fc9000;
    font-weight: 800;
}
span.search-con h4 a {
    color: #fc9000;
}
span.search-con p a {
    color: #000;
}
ul.search-result li {
    list-style: none;
    border-bottom: dashed 1px;
}
span.searchkey {
    color: #1946ba;
    font-style: italic;
    text-transform: capitalize;
}
.contact_info_ p a{
    color: #333;
}
.contact_info_ .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right{
    height: 0;
}
article.single-content p {
    text-align: left!important;
}




/*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/
@media screen and (max-width: 1400px) {
.slider-bg .exerpt-img {
    top: 18%;
}
div#about_sec {
    background-position: -50px 0 !important;
}

}
@media screen and (max-width: 1300px) {
.slider-bg .exerpt-img {
    top: 14%;
}
div#about_sec {
    background-position: -140px 0 !important;
}
.blog_sec p.con {
    width: 35%;
}
.blog_sec h4 {
    font-size: 22px;
}
.blog_inner p {
    width: 95%;
 }

}

@media screen and (max-width: 1199px) {
.slider-bg .exerpt-img h1 {
    font-size: 60px;
    line-height: 55px;
}
p a.read, p a.support {
    width: 200px;
    height: 50px;
    font-size: 15px;
    padding: 15px 60px;
}
p a.support {
    line-height: 1.6;
}
.slider-bg .exerpt-img h3 {
    margin-bottom: 20px;
}
.slider-bg .exerpt-img {
    top: 10%;
}
#about_sec h2,
#about_sec h3{
    font-size: 75px!important;
    line-height: 75px!important;
    width: 100%;
    text-align: center !important;
    
}
#about_sec h4 {
    background-size: 50% 8%;
        padding-bottom: 20px;
    text-align: center !important;
}
div#about_sec {
    background: #f7f8f9!important; 
    text-align: center;
        padding: 50px 50px 20px !important;
}
div#about_sec .about_con{
    width: 100%!important;
}
.support_sec h2 {
    font-size: 60px !important;
}
p.support_sub {
    font-size: 20px;
 }
.training_sec h2, .blog_sec h2 {
    font-size: 60px !important;
}
.training_sec p.con {
    font-size: 20px;
}
.blog_sec p.con {
    width: 50%;
}
.blog_inner p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.blog_sec h4 {
    font-size: 22px;
}
.page-testimonials h2.vc_custom_heading {
    font-size: 60px;
}
.single-main .services-single {
    display: inline-block;
}





}
@media screen and (max-width: 1024px) {
p a.support {
    line-height: 1.5;
}
}
@media screen and (max-width: 991px) {

.slider-bg .exerpt-img h1 {
    font-size: 50px;
    line-height: 45px;
}
p a.read, p a.support {
    width: 150px;
    height: 50px;
    padding: 15px 30px;
}
.slider-bg .exerpt-img h3 {
    font-size: 16px;
}
.slider-bg #slider .item img {
    height: 230px;
}
#about_sec a.read {
    margin-top: 0px;
}
.support_inner_box h3 {
    font-size: 24px !important;
}
.support_inner_box p {
    padding: 0;
    font-size: 12px;
    line-height: 15px;
}
p.support_sub {
    margin-bottom: -30px!important;
}
.my_blogs .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 20px;
}
.my_training p {
    font-size: 12px;
}
input#mc_signup_submit {
    background-repeat: repeat;
}
.single-blogs-main-content h1.single-title {
    font-size: 24px;
}




}
@media screen and (max-width: 768px) {
.my_training p {
    font-size: 12px;
}

.blog_sec p.con {
    width: 85%;
}
.blog_sec {
    padding: 50px 50px;
}
.page-testimonials h2.vc_custom_heading {
    font-size: 50px;
}
.comment_section form textarea {
    width: 100%;
}
.comment_section form input#submit {
    padding: 0;
    height: 40px;
    width: 30%;
}
.comment_section form #author, .comment_section form #email, .comment_section form #url {
    width: 100%;
 }

}
@media screen and (max-width: 767px) {
.slider-bg .exerpt-img h1 {
    font-size: 40px;
    line-height: 40px;
}
p a.read, p a.support {
    width: 22%;
    height: auto;
    padding: 6px 25px;
    margin: 2px 0;
}
.slider-bg .exerpt-img h3 {
    font-size: 15px;
    margin: 10px 0;
}
.slider-bg #slider .item img {
    height: 180px;
}
.slider-bg .exerpt-img {
    top: 0;
    background: rgba(0, 0, 0, 0.40);
    height: 100%;
    padding: 15px 0;
}
#about_sec h2, #about_sec h3 {
    font-size: 50px!important;
    line-height: 50px!important;
}
#about_sec h4 {
    font-size: 30px !important;
    padding-bottom: 10px;
    margin: 20px 0 20px;
}
#about_sec p.about_con {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
}
#about_sec h2, #about_sec h3 {
    font-size: 45px!important;
    line-height: 45px!important;
}
#about_sec a.read {
    margin-top: 0px;
    display: block;
    width: 36%;
    margin: auto;
    font-size: 15px;
    padding: 14px 36px;
    height: 100%;
}

.support_sec h2 {
    font-size: 50px !important;
}
.support_sec {
    padding: 50px 0 30px;
 }
p.support_sub {
    margin-bottom: 0px!important;
}
.support_inner_box {
    margin-bottom: 20px;
}
/****header***/
#header {
    background: #fff !important;
    position: relative !important;
}
.my_training {
    text-align: center;
}
.training_sec h2, .blog_sec h2 {
    font-size: 50px !important;
}
#training {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.my_training p {
    font-size: 12px;
}
.blog_sec .col-lg-4 {
    margin-bottom: 20px;
}
body {
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin: 0!important;
}
.page-testimonials p.test_sub {
    font-size: 18px;
 }
.my_blogs .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    padding: 0;
}
.my_blogs a:before {
    left: 22px;
}
.comment_section form p.form-submit {
    text-align: center;
}
article.single-content p {
    font-size: 15px;
    line-height: 22px;
}
.single-services-con .con {
    margin-bottom: 30px;
    display: inline-block;
}
.services-single .con p::after {
    bottom: 25px;
}
.search #main-con {
    padding: 100px 50px;
}
.contact_info_ {
    padding: 20px;
}

.contact_info_ .vc_row.wpb_row.vc_inner.vc_row-fluid {
    height: 45px;
}
span.blog_total_comment:after {
    right: 35px;
}
span.blog_total_like:before {
    right: 88px;
}
span.calender_date:before {
    left: 30px;
}


}
@media screen and (max-width: 668px) {
    p a.read, p a.support {
    width: 24%;
    }

}


@media screen and (max-width: 600px) {
.slider-bg .exerpt-img h1 {
    font-size: 35px;
    line-height: 35px;
}
p a.read, p a.support {
    padding: 6px 12px;
    font-size: 12px;
    height: 34px;
}
p a.support {
    line-height: 25px;
}
.slider-bg .exerpt-img h3 {
    font-size: 12px;
}
.slider-bg #slider .item img {
    height: 160px;
}
.blog_sec {
    padding: 50px 0px;
}
.comment_section form input#submit {
    width: 50%;
    font-size: 14px;
}

}
@media screen and (max-width: 480px) {
p a.read, p a.support {
    display: none;
}
.slider-bg .exerpt-img h3 {
    padding: 5px 30px;
    line-height: 1.4;
}
.slider-bg .exerpt-img {
    padding: 34px 0 10px;
}
.slider-bg .exerpt-img h1 {
    font-size: 33px;
}
div#about_sec {
    padding: 50px 10px 20px !important;
}
#about_sec h2, #about_sec h3 {
    font-size: 35px!important;
    line-height: 38px!important;
}
p.support_sub, .training_sec p.con {
    font-size: 14px;
    width: 100%;
    padding: 0 30px;
    line-height: 20px;
}
.my_testimonials p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;

}
#about_sec a.read {
    width: 58%;
}
.page-testimonials h2.vc_custom_heading {
    font-size: 40px;
}
.training_sec h2, .blog_sec h2 {
    font-size: 40px !important;
}
h3#comments,
#reply-title {
    font-size: 18px;
}
.single-services-con{
    padding: 0;
}
.services-single .con p {
    font-size: 15px;
}
.services-single .con p::after {
    border: 0;
}
.single_services_div .img-area {
    padding: 0;
}



}

@media screen and (max-width: 400px) {
.my_training h4 {
    font-size: 22px;
}
.my_training .col-lg-4 {
    min-height: 0px;
    height: 100%;
}
.blog_sec p.con {
    width: 100%;
    font-size: 15px;
}
.blog_sec h4 {
    font-size: 18px;
}
#about_sec h2, #about_sec h3 {
    font-size: 30px!important;
    line-height: 35px!important;
}
.slider-bg .exerpt-img h1 {
    font-size: 28px;
    line-height: 30px;
}
.slider-bg .exerpt-img h3 {
    padding: 5px 10px;
    line-height: 1.4;
}
.single-blogs-main-content h1.single-title {
    font-size: 18px;
}
.single-services-con h2 {
    font-size: 22px;
}
.copyright_div p {
    font-size: 11px;
}
.contact_info_ {
    padding: 20px 6px;
}
h1.btn-danger {
    padding: 20px;
    font-size: 25px;
}


}


/*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/  /*RESPONSIVE*/









