/*
------------------
Template Name: Learned Education - HTML5 Template
Author: ingenious_team
Version: 1.00

------------------

----------------
Table of Content
----------------

1.  preloader
2.  Header Part

    2.1. nav part
    2.2. banner part

3.  We Offer Part
4.  Classes Part
5.  Gallery Part
6.  Testimonial Part
7.  Instructors Part
8.  Counter part
9.  Blog Part
10. Brand Part
11. Contact part
12. Footer part

---- other pages ----

12. 404 page page
13. offer page
14. Blog grid page
15. Blog list left page
16. Blog list right page
17. Instructors page
18. Gallery page
19. Blog Detail left page
20. Blog Detail right page

*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700|Roboto:400,500,700');
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
#contacts1
{
background:#353535;
border-bottom: #fff solid 1px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus {
    border-color: transparent;
    text-decoration: none;
    outline: 0;
}

img {
    border: 0;
}

.clr {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
address,
strong,
i {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}
body{
    overflow-x: hidden;
}
/*=====================================
 Preloader CSS START
=======================================*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.preloader img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20%;
    transform: translate(-50%, -50%)
}

/*=====================================
 Preloader CSS END
=======================================*/

/*=====================================
 All common size css here start
=======================================*/

.p-0 {
    padding: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

/*=====================================
 All common size  css here end
=======================================*/

/*=====================================
 All common  css here Start
=======================================*/

.common {
    padding-top: 45px;
}

.header h2 {
    font-size: 40px;
    color: #151515;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.header p {
    font-size: 14px;
    color: #353535;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 550px;
    margin: 0 auto;
    line-height: 24px;
    padding-bottom: 50px;
}

.header img {
    margin-left: 50%;
    margin-top: 10px;
    margin-bottom: 30px;
    transform: translateX(-10px);
    position: relative;
}

.header {
    position: relative;
}

.header:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #151515;
    top: 89%;
    left: 41.5%;
}

.header:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #151515;
    top: 89%;
    left: 51.5%;
}

/*=====================================
 All common  css here end
=======================================*/

/*=====================================
 Start of Hedder Part Css
=======================================*/

.header-border {
    height: 5px;
    width: 33%;
    background: #FFA522;
    position: relative;
}

.header-border:after {
    height: 5px;
    width: 100%;
    background: #5CA3CD;
    position: absolute;
    content: "";
    left: 100%;
}

.header-border:before {
    height: 5px;
    width: 103%;
    background: #2B3B5C;
    position: absolute;
    content: "";
    left: 200%;
}

header .navbar-default {
    position: relative;
    /*    top: 7px;*/
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    padding-top: 5px;
    /*    padding: 5px 0px;*/
    transition: all linear 0.3s;
}

.navbar {
    margin-bottom: 0px!important;
}

.menu-btn a {
    position: absolute;
    left: 80%;
    transform: translate(-10%, -50%);
    top: 50%;
}

header .nav-menu {
    margin-left: 50px;
}

header .navbar-default ul li {
    float: left;
    padding: 5px 0 0;
}

header nav .nav > li > a {
    color: #151515;
    line-height: 60px;
    font-size: 16px;
    text-transform: capitalize;
   
    padding: 0px 15px;
    letter-spacing: 1px;
    position: relative;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    font-family: 'Roboto', sans-serif;
}
header nav ul li.active a,
header nav .nav > li > a:hover {
    color: #ffa522;
    background: none;
}

header .navbar-default .nav > li > a:hover {
    background: transparent;
}

header nav .nav > li > a:focus {
    background: none;
}

/* dropdown menu */

.dropdown-menu a {
    color: #151515!important;
}
.dropdown-menu a:hover{
    color: #ffa522!important;
}
.custom_nav ul > li > a:after,
.dropdown-menu,
.custom_nav.navbar-fixed-top,
.custom_nav ul li a {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
}

.custom_nav ul li a:after {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.custom_nav ul li a:after {
    content: '';
    position: absolute;
}

.custom_nav ul > li > a:focus:after,
.custom_nav ul > li.active > a:after,
.custom_nav ul > li:hover > a:after {
    opacity: 1;
}

/* dropdown menu */

.dropdown-menu {
    border-top: 2px solid #ffa522;
    background: #fff;
    border-radius: 0;
    margin-top: 13%;
}

.custom_nav ul > li .dropdown-menu li > a:after {
    left: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: none;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: none;
    color: #ffa522;
}

.dropdown-menu > li > a {
    font-weight: 600;
    padding: 7px 28px;
    text-align: center;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}

/* dropdown menu css */

@media(min-width:768px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        top: 110%;
    }
    .custom_nav ul > li:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}

/*  dropdown */

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
header .navbar-position {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    transition: all 0.5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0%;
}

.navbar-default > li > a {
    position: relative;
    display: block;
    padding: 20px 10px;
}

header .navbar-header img {
        padding-left: 0px;
    margin-bottom: 6px;    padding-top: 10px;
}

.menu-btn {
    margin-top: 1px;
}

.menu-btn a,
.menu-btn a:hover {
    color: #fff;
}

/*===========================================
		Banner area
============================================*/

.single_bnr {
    background-size: cover;
    height: 100vh;
    max-height: 670px;
    background-position: center center;
    position: relative;
    z-index: 99;
}

.bnr_content {
    display: table;
    height: 100%;
    width: 100%;
    animation-duration: 3s;
}

.banner_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.banner-demo {
    position: relative;
    margin-left: 33%;
    margin-top: 26%;
    transform: translate(-25%, -50%);
    font-family: 'Raleway', sans-serif;
    z-index: 999;
    text-align: center;
}
#typed, 
.typed-cursor{
    font-size: 32px;
    color: #ffa522;
    letter-spacing: 2px;
    line-height: 78px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}
.banner_total h3 {
    font-size: 32px;
    color: #ffa522;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.slide_style_right h3,
.slide_style_left h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.slide_style_right h1 span,
.slide_style_left h1 span {
    color: #ffa522;
}

.slide_style_right h3 span,
.slide_style_left h3 span {
    color: #fff;
}

.banner_total h1 {
        font-size: 75px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform:capitalize !important;
    line-height: 45px;
    font-family: 'Raleway', sans-serif;
}

.banner_total p {
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
}

.slide-text p {
    width: 745px;
}

.slide_style_center p {
    margin-left: 50%;
    transform: translateX(-50%);
}

.slide_style_right p {
    text-align: right;
}

.banner_btn {
    margin-top: 35px;
}

.owl-next {
    display: inline-block;
    float: right;
}

.owl-prev {
    display: inline-block;
}

.banner_area .owl-nav {
    position: absolute;
    top: calc(50% - 36px);
    width: 100%;
}

.banner_area .owl-prev:hover i,
.banner_area .owl-next:hover i {
    color: #ffa522;
}

.banner_area .owl-nav i {
    color: #777;
    font-size: 72px;
}

.indicators-line > .carousel-indicators li {
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    height: 12px;
    margin: 6px 8px;
    width: 12px;
}

.indicators-line > .carousel-indicators .active {
    background: #ffa522;
    border: 1px solid #ffa522;
    height: 13px;
    width: 13px;
}

.owl-dots {
    left: calc(50% + 45px);
    position: absolute;
    top: calc(100% - 40px);
}

.owl-dot {
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 2px;
    height: 12px;
    margin: 8px 5px;
    width: 12px;
}

.owl-dots .active {
    background: #ffa522;
    border: 1px solid #ffa522;
    height: 13px;
    width: 13px;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    background: #ffa522;
}

/* btn */

.btn_one {
    height: 48px;
    padding: 0px 20px;
    display: inline-block;
    background: #a70606;
    letter-spacing: 1px;
    color: #fff;
    line-height: 50px;
    font-family: Calibri;
      font-size: 32px;
    text-transform: capitalize;
    border-radius: 3px;
    font-weight: 600;
    position: relative;
    margin-right: 10px;
}

.btn_one:hover {
    color: #fff;
}

.btn_two {
    border-radius: 3px;
    height: 50px;
    padding: 0px 20px;
    display: inline-block;
    perspective: 600px;
    color: #fff;
    line-height: 50px;
    border: 1px solid #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    font-family: 'Raleway', serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.btn_two:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffa522;
    content: "";
    transform: rotateX(90deg);
    transform-origin: center top;
    border-radius: 3px;
    z-index: -1;
    opacity: 0;
}

.btn_two:hover:after {
    transform: rotateX(0deg);
    opacity: 1;
}

.btn_two:hover {
    color: #fff;
}

.contact-links ul li,
.btn_two:after,
.btn_one:after {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* btn */

/*===========================================
	banner area		
============================================*/

/*=====================================
 End of Hedder Part Css
=======================================*/

/*=====================================
 Start of banner part css
=======================================*/

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(29, 22, 22, .8);
    z-index: -1;
}

#slider {
    position: relative;
    padding-bottom: 0!important;
}

#slider .slider-content {
    position: relative;
}

.overlay-slider {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

#slider .slider-btn li {
    float: left;
}

#slider .slider-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#slider .slider-btn li {
    font-size: 14px;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 12px 25px;
    margin-right: 15px;
    transition: .4s ease;
    z-index: 9999 !important;
}

#slider .slider-btn li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

#slider .slider-btn li.active a,
#slider .slider-btn li:hover a {
    color: #151515;
}

#slider .slider-btn li.active,
#slider .slider-btn li:hover {
    color: #151515;
    background: orange;
    border: 1px solid orange;
}

#slider .slider-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    margin-top: -45px;
    font-family: 'Raleway', sans-serif;
}


/*=====================================
 End of banner part css
=======================================*/

/*=====================================
 Start of We offer part css
=======================================*/

.we-offer {
    margin-bottom: -30px;
}

.offer-section {
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 30px;
    padding: 10px 25px;
    position: relative;
    transition: all 0.3s linear;    border: 10px dashed #ffffff;
}

.offer-section img {
    margin: 0 auto;
    padding: 30px 0 15px 0;
}

.offer-section h4 {
        font-size: 27px;
    color: #3d489e;
    font-family: calibri;
    font-weight: 700;
    line-height: 29px;
    padding: 15px 0 20px;
    text-transform: uppercase;
}

.offer-section p {
    font-size: 14px;
    color: #353535;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 25px;
}

.offer-section:hover {
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.offer-section:hover .border {
    opacity: 1;
}

.border {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
}

.mask2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40%;
    height: 3px;
    background-color: #28a745;
}

.mask2:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100px;
    background-color: #28a745;
    content: '';
    z-index: 9;
}

.mask3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40%;
    height: 3px;
    background-color:#28a745;
}

.mask3:before {
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: 4px;
    height: 100px;
    background-color: #28a745;
    content: '';
    z-index: 9;
}

/*=====================================
 End of We offer  part css
=======================================*/

/*=====================================
 Start of Classes  part css
=======================================*/

.classes-inner {
    background: url(../images/classes-background-image.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 60px 0 70px 0;
    position: relative;
    z-index: 1;
    border-bottom: 8px solid #353535;
}

.classes-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    z-index: -8;
}

.classes-inner:before {
    position: absolute;
    width: 50%;
    border-bottom: 8px solid #ffa522;
    content: '';
    z-index: 5;
    right: 0;
    bottom: -8px;
}

.cls-item {
    width: 60px!important;
    background: #f1f1f1;
    text-align: center;
    padding: 8px 0;
    position: relative;
     margin-bottom: 24px;
}
.test_inner,
.cls-item a {
    text-align: center;
}

.cls-item a {
    font-size: 18px;
    color: #151515;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99;
}
.cls-item {
    margin-right: 7px;
}
.cls-item:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 9999;
    top: 20%;
    right: -18%;
    border-top: 20px solid transparent;
    border-left: 20px solid red;
    border-bottom: 20px solid transparent;
}
.cls-item a:hover{
    color: #fff;
}
.cls-item:hover a{
    color: #fff;
}
.cls-item :hover::after,
.cls-item:hover::after {
    opacity: 1;
    border-left: 20px solid #ffa522;
    z-index: 99999;
}

.cls-item:hover {
    background: #ffa522;
    cursor: pointer;
}

.classes-vedio {
    text-align: center;
    position: relative;
}

.classes-vedio a:after {
    position: absolute;
    content: '';
    background: #151515;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
}

.classes-vedio img {
    width: 100%;
     height: 320px;
}

.classes-vedio i {
    position: absolute;
    color: red;
    font-size: 40px;
    cursor: pointer;
    top: 50%;
    z-index: 9;
    transform: translate(-60%, -60%);
}
.cls-pad{
    padding-left: 0;
}
.classes-right h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 24px;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}

.classes-right li h5 {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-right: 255px;
}

.classes-right li p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-right: 20px;
}

.classes-right li {
    float: left;
}

.classes-right li i {
    color: #ffa522;
    margin-right: 5px;
}

.classes-right ul {
    display: inline-block;
}

.classes-right p {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.class-btn {
    margin-top: 25px;
}

.slidNext {

    position: absolute;
    bottom: -30%;
    left: 48%;
    transform: translateX(-51%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background: #ffa522;
    z-index: 9;
    padding-left: 3px;
    padding-top: 1px;
    color: #fff;

}

.slidprev {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background: #353535;
    bottom: -30%;
    left: 44%;
    transform: translateX(-43%);
    z-index: 9;
    padding-top: 1px;
    color: #fff;
}

/*=====================================
 End of Classes  part css
=======================================*/

/*=====================================
 Start of Gallery  part css
=======================================*/

.gallary-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 5px;
}

.gallary-img img {
    width: 100%;
}

.gallary_overlay img {
    width: 100%;
    height: 0%;
    opacity: 0;
}

.gallary_overlay {
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
}

.gallary-icon {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-48%, -45%);
    opacity: 0;
    transition: all 0.4s ease;
}

.gallary-icon .overlay_shape {
    float: left;
    text-align: center;
    width: 47px;
    height: 47px;
    line-height: 45px;
    border-radius: 50%;
    background: #ffa522;
    color: #fff;
}

.gallary-icon ul li a {
    color: #fff;
    font-size: 18px;
}

.gallary-img:hover .gallary_overlay img {
    height: 100%;
    opacity: 1;
}

.gallary-img:hover .gallary_overlay {
    height: 60%;
    opacity: 1;
}

.gallary-img:hover .gallary-icon,
.work-icon:hover {
    opacity: 1;
    top: 51%;
}

/*=====================================
 End of Gallery  part css
=======================================*/

/*=====================================
 Start of Testimonial  part css
=======================================*/

.testimonial-inner {
    background: url(../images/testimonial-background-image.html) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding: 60px 0 60px;
    z-index: 1;
}

.testimonial-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    z-index: -8;
}

.testimonial-circle-img {
    position: relative;
    margin-bottom: 22px;
}

.testimonial-img img {
    position: absolute;
    left: 7px;
    top: 30px;
    padding: 0 30px;
    z-index: -1;
    height: 100%;
}

.testimonial-text {
    margin-left: 50px;
    padding: 0 40px 0 45px;
    margin-top: -15px;
}

.testimonial-text h4 {
    font-size: 18px;
    color: #151515;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.testimonial-text h6 {
    font-size: 14px;
    color: #151515;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 3px;
}

.testimonial-text ul li {
    float: left;
    margin-bottom: 25px;
}

.testimonial-text ul li i {
    color: #ffa522;
    margin-right: 5px;
}

.testimonial-text p {
    font-size: 14px;
    color: #353535;
    text-transform: capitalize;
   font-family: "Myriad Pro";
    line-height: 24px;
    font-weight: 400;
    display: inline-table;
}
.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: calc(100% + 20px);
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 2px;
    height: 12px;
    margin: 8px 8px;
    width: 12px;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.slick-dots .slick-active {
    background: #ffa522;
    border: 1px solid #ffa522;
}

/*=====================================
 End of Testimonial  part css
=======================================*/

/*=====================================
 Start of Instructors  part css
=======================================*/
.Instructors-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 5px;
}

.Instructors-image img {
    width: 100%
}

.work_overlay img {
    width: 100%;
    height: 0%;
    opacity: 0;
}

.work_overlay {
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
}

.work-name {
    position: absolute;
    content: '';
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.work-name h4 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.work-name p {
    text-align: center;
    font-size: 14px;
    color: #f1f1f1;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 400;
}

.work-icon ul {
    text-align: center;
    position: absolute;
    left: 35%;
    top: 45%;
    transform: translate(-25.6%, -47%);
    opacity: 0;
    transition: all 0.4s ease;
}

.work-icon ul li {
    float: left;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    margin-right: 21px;
    border-top: 0;
    transition: all 0.4s ease;
}

.work-icon ul li:last-child {
    margin-right: 0;
}

.work-icon ul li.fac {
    margin-top: 45px;
}

.work-icon ul li.tweet {
    margin-top: 22px;
}

.work-icon ul li a {
    color: #353535;
    font-size: 16px;
}

.work-icon ul .fac:hover {
    background: #3b5998;
}

.work-icon ul .tweet:hover {
    background: #1da1f2;
}

.work-icon ul .link:hover i,
.work-icon ul .fac:hover i,
.work-icon ul .tweet:hover i {
    color: #fff;
}

.work-icon ul .link:hover {
    background: #006097;
}

.Instructors-image:hover .work_overlay img {
    height: 100%;
    opacity: 1;
}

.Instructors-image:hover .work_overlay {
    height: 60%;
    opacity: 1;
}

.Instructors-image:hover .work-icon ul,
.work-icon ul:hover {
    opacity: 1;
    top: 53%;
}

.Instructors-image:hover .work-name,
.Instructors-image:hover h4,
.Instructors-image:hover p,
.work-name h4:hover,
.work-name:hover {
    background: transparent;
    color: #151515;
}

.btn_three {
    border-radius: 3px;
    height: 50px;
    padding: 0px 20px;
    display: inline-block;
    perspective: 600px;
    color: #ffa522;
    line-height: 50px;
    border: 1px solid #ffa522;
    font-family: 'Roboto', serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.btn_three:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffa522;
    content: "";
    transform: rotateX(90deg);
    transform-origin: center top;
    border-radius: 3px;
    z-index: -1;
    opacity: 0;
}

.btn_three:hover:after {
    transform: rotateX(0deg);
    opacity: 1;
}

.btn_three:hover {
    color: #fff;
}

.btn_three:after {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*=====================================
 End of Instructors  part css
=======================================*/

/*=====================================
 Start of Counter  part css
=======================================*/

#counter {
    background: url(../images/counter-background-image.html) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    z-index: 0;
    position: relative;
    margin-top: 90px;
}

#counter:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(29, 22, 22, .8);
    z-index: -1;
}

.counter-border {
    border-right: 1px solid #ffffff;
}

.counter-text h4 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.counter-text h3 {
    font-size: 28px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

/*=====================================
 End of Counter  part css
=======================================*/

/*=====================================
 Start of Blog  part css
=======================================*/

.our-blog {
    margin-bottom: 121px;
}

.blog-image {
    display: inline-block;
    position: relative;
    z-index: 999;
}

.blog-image img {
    z-index: 999;
}

.blog-inner {
    position: absolute;
    background: #f1f1f1;
    margin-left: 18%;
    top: 40px;
    margin-right: 12px;
}

.blog-text {
    padding: 30px 5px 25px 194px;
    z-index: 99;
    transition: all 0.6s linear;
}

.blog-list {
    padding: 26px 25px 25px 140px;
    z-index: 1;
    transition: all 0.6s linear;
}

.blog-list h5,
.blog-text h5 {
    font-size: 20px;
    color: #151515;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-list p,
.blog-text p {
    font-size: 14px;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 16px;
    display: inline-block;
}

.blog-list ul,
.blog-post ul {
    display: inline-block;
}

.blog-list ul li,
.blog-text ul li {
    float: left;
    font-size: 13px;
    color: #555;
    margin-right: 18px;
    margin-bottom: 10px;
}

.blog-list ul li:last-child,
.blog-text ul li:last-child {
    margin-right: 0;
}

.blog-list ul li i,
.blog-text ul li i {
    font-size: 12px;
    margin-right: 5px;
}

.log-btn {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 999;
}

.log-btn a {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.log-btn a:hover {
    color: #ffa522;
}

.blog-h:hover a {
    color: #ffa522;
}

.border-blog {
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
}

.mask-blog {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40%;
    height: 3px;
    background-color: #ffa522;
}

.mask-blog:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 3px;
    height: 105px;
    background-color: #ffa522;
    content: '';
}

.mask-blog1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    height: 3px;
    background-color: #ffa522;
}

.mask-blog1:before {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 4px;
    height: 60px;
    background-color: #ffa522;
    content: '';
}

.blog-h:hover .border-blog {
    opacity: 1;
}
.blog-h:hover .blog-image,
.blog-h:hover .blog-inner {
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.blog-image .overlay_shape {
    background: #ffa522;
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-h:hover .overlay-blog,
.blog-image:hover .overlay-blog {
    bottom: 0;
    height: 100%;
}

.blog-h:hover .overlay_shape,
.blog-image:hover .overlay_shape {
    bottom: 0;
    opacity: 1;
    margin-bottom: -20%;
    transition: .5s ease;
}

.overlay-blog .overlay_shape i {
    font-size: 20px;
    color: #fff;
    padding: 16px;
}

.overlay-blog {
    position: absolute;
    bottom: 100%;
    left: 0%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

/*=====================================
 End of Blog  part css
=======================================*/

.brand-part {
    background: #f1f1f1;
    margin-bottom: 140px;
}

.achieve-img img {
    margin: 0 auto;
}

.achive-content .slick-center {
    margin: 3px 0;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

/*=====================================
 Start of Contact Part Css
=======================================*/

.news {
    position: relative;
}

#holder {
      height: 255px;
    width: 100%;
    position: relative;
    margin-top: -178px;
    z-index: 9;
    margin-bottom: 45px;
}

#mask {
    position: absolute;
    top: -2px;
    left: 0px;
    width: 12%;
    height: 3px;
    background-color: #ffa522;
}

#mask:before {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 3px;
    height: 60px;
    background-color: #ffa522;
    content: '';
    z-index: 9;
}

#mask1 {
    position: absolute;
    bottom: -1px;
    right: 0px;
    width: 12%;
    height: 3px;
    background-color: #ffa522;
}

#mask1:before {
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: 4px;
    height: 60px;
    background-color: #ffa522;
    content: '';
    z-index: 9;
}

.news-color {
    background-color: #f1f1f1;
        padding: 8px 34px 15px;
    position: absolute;
    top: -180px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.news-icon i {
    font-size: 50px;
    margin-left: 5px;
    color: #353535;
}

.news-text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #353535;
    margin-bottom: 10px;
}

.news-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #353535;
}

.newsletter .input-group input {
    position: relative;
    color: #353535;
    text-transform: capitalize;
    resize: none;
    border: 1px solid #777;
    font-size: 14px;
    height: 46px;
    background: transparent;
    width: 348px;
    padding-left: 15px;
    font-style: italic;
    margin-bottom: 25px;
    z-index: 99;
}

.input-group a {
    text-decoration: none;
    color: #fff;
}

.button-form {
    background: transparent;
    outline: 0;
    border: 1px solid #ffa522;
    background: #ffa522;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    outline: 0 none;
    padding: 11px 16px 9px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    transform: translateX(-100%) translateY(-77%);
}

.button-form:hover {
    color: #fff;
}

/* =========== newsletter ========== */

#contacts {
    background-color: #353535;
    background-position: center center;
    background-size: cover;
    padding: 120px 0 0px;
    border-bottom: 1px solid #777777;
}


.contact-logo img {
    padding-bottom: 10px;
}

.contact-logo p {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 30px;
    text-align: justify;
    line-height: 24px;
}

.cont-icon ul {
    margin-bottom: 6%;
}

.cont-icon ul li {
    display: inline-block;
    margin-right: 6px;
}

.cont-icon ul li a {
    text-align: center;
    border: 1px solid #352d5c;
    float: left;
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #fff;
}

.cont-icon ul li a:hover {
    color: #fff;
    background: #ffa522;
    border: 1px solid #ffa522;
}

.contact-address ul li {
    padding-bottom: 20px;
}

.contact-links ul li {
    padding-bottom: 15px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.contact-links ul li a i {
    padding-right: 5px;
}

.contact-links ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.contact-address ul li:hover p,
.contact-links ul li:hover a,
.contact-links ul li:hover {
    color: #ffa522;
}

.contact-news h5,
.contact-links h5,
.contact-address h5 {
        font-size: 20px;
    color: #ffca00;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 10px 0 20px;
}

.contact-address ul li span {
    color: #fff;
}

.contact-address ul li p {
    margin-bottom: 30px;
    float: left;
    font-size: 13px;
    transition: all 0.3s linear;
    color: #fff;
    text-align: left;
}

.contact-address ul li p a {
    color: #fff;
    margin-right: 10px;
}

.contact-news ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.contact-news li img:hover {
    transform: scale(1);
}

.contact-news li img {
    transform: scale(1.12);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
}

/*=====================================
 End of Contact Part Css
=======================================*/

/*=====================================
 Start of Footer Part Css
=======================================*/

#footer {
    background-color: #353535;
    background-position: center center;
    background-size: cover;
    padding: 20px 0;
}

.footer-inner {
    text-align: center;
}

.footer-inner p {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-inner span {
    color: #ffa522;
    font-weight: 600;
    text-transform: uppercase;
}

/*=====================================
 End of Footer Part Css
=======================================*/

/*=====================================
 Gallery page Css Start
=======================================*/

#gallery_area {
    background: url(../images/breadcramb-image.html) left top no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
}

.inner_Page h1 {
    font-size: 40px;
    font-family: "Myriad Pro";
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
}

.inner_area ul.breadcrumb {
    padding: 10px 16px;
    font-size: 20px;
    list-style: none;
    background-color: transparent;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    margin-bottom: 50px;
}

.inner_area ul.breadcrumb li p {
    display: inline;
    font-size: 20px;
    color: #ffa522;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.inner_area ul.breadcrumb li i {
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
}

.inner_area ul.breadcrumb li + li:before {
    display: none;
}

.inner_area ul.breadcrumb li a p {
    color: #fff;
    text-decoration: none;
}

.offer-inner,
.inner-btn {
    margin-bottom: 60px;
}

/*=====================================
 Gallery page Css End
=======================================*/

/*=====================================
 Blog grid page Css start
=======================================*/

.blog-grid {
    margin-bottom: 100px;
}

.blog_grid {
    border: 1px solid #ddd;
    padding: 10px 0 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
}
.sort_icon span {
    font-size: 16px;
    border: 1px solid #555;
    cursor: pointer;
    transition: all 0.4s linear;
    margin-left: 10px;
    color: #333
}
.sort_icon .glyphicon-th{
    padding: 10px 8px 9px 10px;
}
.sort_icon .glyphicon-th-list{
    padding: 10px 10px 9px 8px;
}

.sort_icon span:first-child {
    margin-left: 0;
}

.sort_icon span:hover {
    border: 1px solid #ffa522;
    background-color: #ffa522;
    color: #fff!important;
}

.blog_pagination {
    padding-left: 60px;
}

.search-icon input {
    height: 42px;
    width: 100%;
    display: inline-block;
    margin-left: -2px;
    margin-right: 2px;
    transform: translateY(-41%);
    border: 1px solid #353535;
    font-size: 13px;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
}

.pagination input {
    position: relative;
    color: #353535;
    text-transform: capitalize;
    resize: none;
    border: 1px solid #777;
    font-size: 14px;
    height: 42px;
    background: transparent;
    transform: translateY(-37%);
    width: 40px;
    padding-left: 15px;
    margin-top: -15px;
    z-index: 99;
}

.blog-of {
    text-align: center;
    margin-top: -15px;
}

.pagination > li {
    display: inline-block;
}

.pagination {
    margin: 0 0 -6px 0;
}

.pagination li a {
    border-radius: 0!important;
    border-color: #555;
    color: #555;
    padding: 10px 12px;
    margin-right: 4px;
}

.blog-of a {
    border-color: transparent!important;
    padding: 10px 0!important;
}

.pagination-of {
    border-color: transparent;
}

.pagination li a:hover {
    background: #ffa522!important;
    border-color: transparent;
    color: #fff!important;
    transition: all 0.4s ease;
}

.sort_select nav .col-sm-3 span {
    line-height: 40px;
}

.grid_row {
    margin-top: 30px;
}

.grid_row .single_blog {
    margin-bottom: 30px;
}

.pagination li a :last-child {
    padding: 0 4px;
}

.sort_bottom_show nav {
    text-align: center;
}

.sort_bottom_show p {
    margin-right: 15px;
    margin-top: 10px;
}

.pagination-bottom {
    text-align: center;
    display: inline-flex;
}

.pagination .blog-of a:hover {
    background: transparent !important;
    border-color: transparent;
    color: #151515 !important;
}

/*=====================================
 Blog grid page Css End
=======================================*/

/*=====================================
 Blog list page Css start
=======================================*/

.sort_top_show p {
    margin-top: 10px;
}

.search-icon button {
    text-decoration: none;
    position: absolute;
    right: 17px;
    font-size: 16px;
    top: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #ddd;
    padding: 5px;
    z-index: 99;
}

.search-icon button a {
    color: #151515;
}

.search-icon i:hover {
    color: #ffa522;
}

.sidebar_search {
    margin-bottom: 50px;
}

.sidebar_search .form-control {
    background: none;
    border-radius: 0;
    height: 35px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #ddd;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: none;
    margin-top: 15px;
}

.tag h2,
.sidebar_categori h2 {
    font-size: 20px;
    font-family: "Roboto";
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    color: #151515;
    padding-bottom: 8px;
}

.sidebar_categori tr td a {
    font-size: 14px;
    font-family: "Roboto";
    color: #777;
    line-height: 30px;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
}

.sidebar_categori table {
    border: none;
    width: 100%;
}

.sidebar_categori table td {
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 2px 0;
}

.cat_right {
    text-align: right;
}

.cat_right:hover {
    color: #151515;
    font-weight: 600;
}

.sidebar_categori table tr:hover td,
.sidebar_categori table tr:hover td a,
.sidebar_categori table tr td a:focus {
    color: #ffa522;
    font-weight: 600;
    margin-left: 35px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

side_tab ul li {
    border: none;
}

.side_tab ul li a {
    font-size: 18px;
    font-family: "Roboto";
    color: #353535;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 0 16px 0 0;
}

.side_tab ul li:last-child a {
    padding: 0;
}

.side_tab ul li.active a:hover,
.side_tab ul li.active a {
    border: none;
    background: none;
}

.side_tab ul li :hover {
    border: transparent;
    background: none;
    color: #151515 !important;
}

.nav-tabs {
    border: none;
    margin-top: 40px;
}

.nav-tabs li {
    border: none;
}

.nav-tabs > li > a:hover {
    border: none;
    background: transparent;
    color: #151515 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #ffa522;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 0;
    line-height: 24px;
}

.tab-content .media {
    border-bottom: 1px solid #777;
    padding: 30px 0 20px;
    margin-top: 0;
}

.tab-content .media:last-child {
    border-bottom: none;
}

.tab-content .media-left {
    width: 150px;
    height: 100px;
    text-align: center;
    padding-right: 0;
}

.tab-content .media-left .overlay {
    box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(129, 130, 135, .5) inset;
}

.tab-content .media-left .img_inner {
    width: 100%;
}

.img_inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tab-content .media-heading {
    font-size: 16px;
    font-family: "Roboto";
    color: #151515;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.tab-content .media-body {
    width: 230px;
    padding-left: 20px;
}

.tab-content .media-body span {
    font-size: 13px;
    color: #666;
    padding-right: 10px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.tab-content .media-body span i {
    padding-right: 5px;
}

.tab-content .media:hover .overlay-side,
.home_gallary_img:hover .overlay-side,
.home_blog_div:hover .home_gallary_img .overlay-side {
    height: 100%;
    opacity: 1;
}

.tab_img_div {
    position: relative;
    z-index: 9;
}

.tab-content .media:hover .media-heading {
    color: #151515 !important;
}

.home_gallary_img img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
}

.tab-content .media:hover img {
    transform: scale(1.2);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

.overlay-side {
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.over_link {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #ffa522;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.over_link a,
.over_link a:hover {
    color: #151515;
}

.tag h2 {
    margin-top: 15px;
}

.tag a {
    height: 31px;
    padding: 0 10px;
    border: 1px solid #666;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 10px 0px 0 0;
    font-size: 14px;
    color: #666;
    outline: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #777;
}

.tag a:hover {
    border-color: #ffa522;
    color: #ffa522;
}

.blog-list-view .blog-inner {
    margin-right: 15px;
}

/*=====================================
 Blog list page Css End
=======================================*/

/*=====================================
 Blog detail page Css start
=======================================*/

.blog-detail-inner {
    padding: 0 20px;
}

.blg_dtls_content h4 {
    font-size: 24px;
    font-family: "Roboto";
    color: #151515;
    font-weight: 700;
    line-height: 24px;
    padding: 60px 0 30px;
    text-transform: capitalize;
}

.blg_dtls_content h4 span {
    float: right;
    color: #777;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.blg_dtls_content ul li:first-child {
    float: left;
}

.blg_dtls_content ul li a {
    color: #777777;
}

.blg_dtls_content ul li a span {
    font-size: 13px;
    text-transform: capitalize;
    padding-left: 6px;
    color: #555;
}

.blg_dtls_content p {
    text-align: left;
    font-family: "Myriad Pro";
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 25px 0;
    font-weight: 400;
}

.blg_dtls_content p:first-child {
    padding-bottom: 0;
}

.blg_dtls_content .blog_highlights p {
    background-color: #f1f1f1;
    padding: 26px 0 26px 30px;
    border-left: 3px solid #ffb640;
    font-style: italic;
    color: #555555;
    font-size: 14px;
}

.blog_comments h4 {
    font-size: 24px;
    font-family: "Roboto";
    color: #151515;
    font-weight: 700;
    line-height: 24px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.blog_comments .media {
    padding: 15px 0;
}

.media_first {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.blog_comments .media .media-left img {
    object-fit: cover;
    -o-object-fit: cover;
}

.blog_comments .media .media-left {
    padding-right: 30px;
}

.blog_media .media-heading {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    color: #151515;
}

.blog_media .media-heading span {
    float: right;
    color: #777;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.blog_media p {
    padding: 10px 0 5px!important;
}

.blog_media a {
    color: #777;
}

.blog_media a:hover {
    color: #ffa522;
}

.form-detail {
    margin-bottom: 70px;
}

.blogdetails_form h4 {
    padding: 15px 0 45px!important;
    text-transform: none;
}

/* contact form */

.blogdetails_form form .form-group.col-sm-12 textarea {
    width: 100%;
    height: 120px;
    padding: 5px 10px;
}

.blogdetails_form form .form-group {
    margin-left: 0;
}

.blogdetails_form form .form-group input,
.blogdetails_form form .form-group textarea {
    color: #777;
    text-transform: capitalize;
    resize: none;
    font-family: "Roboto";
    border: 1px solid #151515;
    border-radius: 0px;
    font-size: 13px;
}

.blogdetails_form .book_btn {
    width: 100%;
}

.blog_grid_btn a {
    color: #fff;
}

.blogdetails_form {
    margin-top: 30px;
    margin-bottom: 80px;
}

.blog-detail-img img {
    width: 100%;
    margin: 50px 0 0;
}

.bro-btn2 {
    text-align: center;
    background-color: #ffa522;
    padding: 12px 0 8px;
    border: 1px solid #ffa522;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 99;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/*=====================================
 Blog detail page Css End
=======================================*/

/*=====================================
 404 page Css start
=======================================*/

#error_area {
    background: url(../images/404-banner-image.html) no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    min-height: 100vh;
    margin-bottom: 100px;
}

.error_Page {    
    margin-top: 50vh;
    margin-bottom: 0vh;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    color: #151515;
}

.error_Page h1 {
    font-size: 202px;
    margin-top: 50%;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 24px;
}

.error_Page h3 {
    font-size: 60px;
    font-family: "Roboto";
    text-transform: capitalize;
    color: #151515;
    margin-top: 120px;
    line-height: 24px;
}

.error_Page p {
    margin-top: 50px;
     margin-bottom: 50px;
    font-size: 18px;
    font-family: "Myriad Pro";
    line-height: 24px;
}

.error-btn {
    margin-top: 20px;
}

.error-btn a {
    color: #fff;
    text-transform: capitalize!important;
}

.error_Page h1 {
    -moz-animation: 4s ease 0s normal none infinite zero;
    -moz-transform-origin: center top;
    -webkit-animation: zero 4s infinite ease-in-out;
    -webkit-transform-origin: top;
    -o-animation: 4s ease 0s normal none infinite zero;
    -o-transform-origin: center top;
    -o-animation: zero 4s infinite ease-in-out;
    -o-transform-origin: top;
    -ms-animation: 4s ease 0s normal none infinite zero;
    -ms-transform-origin: center top;
    -ms-animation: zero 4s infinite ease-in-out;
    -ms-transform-origin: top;
    animation: 4s ease 0s normal none infinite zero;
    transform-origin: center top;
    animation: zero 4s infinite ease-in-out;
    transform-origin: top;
}

@-moz-keyframes zero {
    0% {
        -moz-transform: rotate(-2deg)
    }
    50% {
        -moz-transform: rotate(2deg)
    }
    100% {
        -moz-transform: rotate(-2deg)
    }
}

@-webkit-keyframes zero {
    0% {
        -webkit-transform: rotate(-2deg)
    }
    50% {
        -webkit-transform: rotate(2deg)
    }
    100% {
        -webkit-transform: rotate(-2deg)
    }
}

@-o-keyframes zero {
    0% {
        -o-transform: rotate(-2deg)
    }
    50% {
        -o-transform: rotate(2deg)
    }
    100% {
        -o-transform: rotate(-2deg)
    }
}

@keyframes zero {
    0% {
        transform: rotate(-2deg)
    }
    50% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(-2deg)
    }
}

/*=====================================
 404 page Css end
=======================================*/

/* === BACK TO TOP CSS == */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffa522;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 15px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 12px;
}


.ftre-goal {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ftre-goal li {
    display: inline-block;
    width: 14%;
    vertical-align: top;
    font-family: calibri;
    text-align: left;
    padding: 10px;
    font-weight: bold;
	color: #fff;
}
.cont-icon h4
{
	color:#fff;
	margin-bottom: 10px;
}
  
footer p
{
	text-align: justify;
}
#myTab2 p
{
	text-align: justify;
}

.class
{
	color:#fff; font-weight: bold; font-size: 33px;line-height:33px;
}
td{
    font-family: calibri !important;
    font-size: 16px !important;
}
.contact .info {
  border-top: 3px solid #2e3192;
  border-bottom:3px solid #2e3192;
  padding: 30px;
  width: 100%;
  background-color: #f9f9fa;
}
.contact .info i {
  font-size: 20px;
  color: #16df7e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #16df7e;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #16df7e;
  color: #fff;
}
.contact .html-email-form {
  width: 100%;
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background-color: #f9f9fa;
}
.contact .html-email-form .form-group {
  padding-bottom: 8px;
}
.contact .html-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .html-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .html-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .html-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .html-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .html-email-form input, .contact .html-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .html-email-form input:focus, .contact .html-email-form textarea:focus {
  border-color: #16df7e;
}
.contact .html-email-form input {
  height: 44px;
}
.contact .html-email-form textarea {
  padding: 10px 12px;
}
.contact .html-email-form button[type=submit] {
  background: #16df7e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .html-email-form button[type=submit]:hover {
  background: #206bfb;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.align-items-stretch {
    align-items: stretch!important;
}

.d-flex {
    display: flex!important;
}
.el-td {
    font-size: 15px;
    font-weight: bold;
    background-color: #f39200;
    color: #fff;
    padding-top: 0px;
    text-transform: uppercase;
    padding-left: 12px;
    padding-right: 8px;
}

.important-class-td {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
}
.rg-hed {
    padding-top: 30px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 27px;
}
#contact
{
    margin-top:100px;
}
.btn-success1 {
    background-color: none;
    border-color: #4cae4c;
    padding:0px 10px !important;
}