@charset "utf-8";




 /* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700|Raleway:400,400i,500,600,600i,700,700i'); 

/* OTHER IMPORTED CSS */
@import url("pe-icon-7-stroke.css");
@import url("helper.css");
@import url("font-awesome.min.css");
@import url("animate.min.css");
@import url("VideoPopUp.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@import url("lightbox.min.css");
@import url("bootstrap-dropdownhover.css");
@import url("element.css");
@import url("stroke-gap.css");



/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #424242;
    overflow-x: hidden !important;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Open Sans', sans-serif; 
    color: rgb(85, 85, 85);
    line-height: 1.1;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    
}
h2.text-white::after {
    background: #fff !important;
}
p {
    margin: 0;
    padding: 0;
}
.h3, h3 {
    font-size: 22px;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    /* width: 100%; */
    max-width: 100%;
    height: auto;
}
.btn {
    font-size: 14px;
}

/* Form CSS */

.form-control {
    resize: none;
    height: 45px;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #ffa631;
    border-radius: 6px !important;
    color: #000;
    background: #f3f3f3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
:-moz-placeholder {
    color: #999999 !important;
}


/* BUtton CSS */
.my-btn {
    padding: 10px 20px;
    background: #ffa631;
    color: #ffffff;
    position: relative;
    border-radius: 4px;
    border: none;
    text-transform: capitalize;
    margin-top: 10px;
}
.my-btn:hover {
    color: #ffffff;
    background: #555555;
}
.my-btn:hover:before, 
.my-btn:focus:before, 
.my-btn:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.my-btn:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}



/* Background Over Layer CSS */ 
.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.9);
}


/* Default Title CSS */
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
    color: #ffa631;
}
.section-title h2 span {
    color: #ffa631;
}

.section-title h2:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background: #ffa631;
}
.section-title p {
    margin-top: 12px;
}

/* Preloader CSS */
.preloader {
    position: fixed; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 999999; 
    background-color: #0d0d0d; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-image: url('../images/preloder/1.gif');
}
.p-cus-selec-cuss select {
    width: 100%;
    
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #ffa631;
    border-radius: 6px !important;
    color: #000;
    background: #f3f3f3;
    height: 45px;
}
/* Scrollup CSS */
#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 5px 10px;
    background-color: #ffa631;
    color: #ffffff;
        border-radius: 4px;
}
#scrollUp:before {
    content: "\f062";
    font-family: 'fontawesome';
    font-size: 20px;
}

/* Pagination CSS Start */
.inner-pagination {
    margin-bottom: 30px;
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mt20 {
    margin-top: 20px;
}
.mb0 {
    margin-bottom: 0;
}
.m0 {
    margin: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}
.page-item .page-link {
    margin: 0 5px;
    color: #333333;
    border-color: #8e8e8e;
}
.inner-pagination .page-item .page-link:hover {
    color: #ffffff !important;
    background: #ffa63;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
    color: #333333;
    border-color: #8e8e8e;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {

}


.set-click-video-area {
    position: relative;
    overflow: hidden;
    background-image: url("../images/bg/1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100%;
    text-align: center;
    height: 100vh;
}
.h100vh,
.h100vh .container,
.h100vh .row {
    height: 100vh;
}

.dis-table {
    display: table;
    height: 100%;
}


.bd-video-col {
    display: table-cell;
    vertical-align: middle;
}


.set-click-video-area::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url("../images/logo/pattan.html");
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.set-click-video-area .bd-video-col h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: 5px;
    position: relative;
}

.set-click-video-area .bd-video-col h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
}

.set-click-video-area .bd-video-col  p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    word-spacing: 10px;
    letter-spacing: 2px;
    position: relative;
}

.set-click-video-area .bd-video-col a i {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    line-height: 90px;
    font-size: 40px;
    z-index: 2;
    text-align: center;
    position: relative;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffa63;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.set-click-video-area .bd-video-col a:hover i {
    background: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.icon-scroll { display: none; }

@media (min-width: 992px) {
    .icon-scroll {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        text-decoration: none;
        font-size: 32px;
        color: #fff;
        -webkit-transition: color 0.2s ease-out;
           -moz-transition: color 0.2s ease-out;
            -ms-transition: color 0.2s ease-out;
             -o-transition: color 0.2s ease-out;
                transition: color 0.2s ease-out;

        /* Animation */
        -webkit-animation: bounce 1s infinite; 
           -moz-animation: bounce 1s infinite; 
            -ms-animation: bounce 1s infinite;
             -o-animation: bounce 1s infinite;
                animation: bounce 1s infinite;
    }

    .icon-scroll:hover {
        color: rgba(255,255,255,1);
        -webkit-transition: color 0.2s ease-out;
           -moz-transition: color 0.2s ease-out;
            -ms-transition: color 0.2s ease-out;
             -o-transition: color 0.2s ease-out;
                transition: color 0.2s ease-out;
    }
}

@media (max-width: 767px) {
    .bd-video-col {
        display: none;
    }
}

/*--------------------------------
    03. Header CSS Start
----------------------------------*/

/* Header Topbar CSS */
.main-navbar {
    
}
.topbar-area {
    padding: 0;
    background: #525252;
    overflow: hidden;
}
.topbar-info li {
    display: inline-block;
    margin-right: 20px;
}
.topbar-info li p {
    color: #ffffff;
    line-height: 40px;
}
.topbar-info li p a {
    color: #ffffff;
    line-height: 45px;
}
.social-icon {
    text-align: right;
}
.social-icon ul li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background: #ffa63;
}
.social-icon ul li a i {
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
    width: 45px;
    height: 45px; 
}




/* Navbar CSS start */
.header-navbar {
    color: #ffffff;
}
.header-navbar .navbar-brand {
    padding: 0;
    /* margin-top: 15px; */
}
.header-navbar .navbar-brand img {
    width: 175px;
    height: auto;
}
.header-navbar .navbar {
    margin-bottom: 0;
}
.header-navbar .navbar-default {
    background: transparent;
    border: none;
}
.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    color: #ffa63a;
    background-color: transparent;
}
.header-navbar .navbar-default .navbar-nav>li>a {
    color: #333333;
    text-transform: uppercase;
    padding: 30px 0;
    margin-left: 30px;
}
.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
    color: #ffa631;
}
.dropdown-menu {
    border: none;
    min-width: 200px;
    border-radius: 0;
}
.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}
.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    margin-left: 30px;
    background:#555555;
}
.header-navbar .navbar-nav .dropdown-menu>li>a {
    padding: 10px 10px;
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
    border-left: 3px solid transparent;
    border-top: 1px solid #eeeeee;
}
.header-navbar .navbar-nav .dropdown-menu>li>a:hover {
    border-left-color: #ffa631;
}
.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus,
.header-navbar .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
/* NavBar Fixed CSS */
.affix {
    background: #ffffff;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* main-herader-two */
.main-herader-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
}
.main-herader-two .header-navbar .navbar-brand {
    margin-top: 12px;
}
.main-herader-two .social-icon ul li {
    background: rgba(238,44,60, 0.6)
}
.main-herader-two .header-navbar .navbar-default .navbar-nav>li>a {
    padding: 25px 0;
}
.main-herader-two .navbar-nav .dropdown-menu>li>a {
    font-weight: 600;
}
.main-herader-two .affix-top .container {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative; 
}

.main-herader-two .topbar-area {
    background-color: transparent;
    border-bottom: none;
}
.main-herader-two .navbar-default .navbar-nav>li>a {
    color: #333333;
    font-weight: 600;
}
.main-herader-two .affix .navbar-default .navbar-nav>li>a {
    color: #333333;
}


/* Mega Menu CSS Start */
.nav > li.dropdown.open { 
    position: static; 
}
.nav > li.dropdown.open .dropdown-menu.mega-menu {
    display:table; 
    width: 100%; 
    text-align: center; 
    left:0; 
    right:0; 
    padding: 30px;
    margin-left:0;
}
.dropdown-menu.mega-menu>li { 
    display: table-cell; 
}
.dropdown-menu.mega-menu {
   
}
.dropdown-menu.mega-menu li ul.menu-col li {
    padding: 8px 0;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}
.dropdown-menu.mega-menu li a {
    color: #333333;
    text-transform: capitalize;
    text-transform: uppercase;
    border-left: 2px solid transparent;
}
.dropdown-menu.mega-menu li a:hover {
    padding-left: 10px;
    border-left: 2px solid #ffa63a;

}
.dropdown-menu.mega-menu img {
    margin-top: 0;
}



/*--------------------------------
    04. Slider CSS Start
----------------------------------*/
.main-slider-area {
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide__item {
  height: 80vh;
}

.slide__item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}
.item-bg-1 {
    /*background: url(../images/slider/1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-2 {
    background: url(../images/slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-3 {
    background: url(../images/slider/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.item-bg-4 {
    background: url(../images/slider/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.slide-caption__title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.slide-caption__title span {
    color: #ffa631;
}
.slide-caption__desc {
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.slide-caption .btn {
    border: 2px solid #ffa631;
    color: #ffffff;
    background: #ffa631;
    padding: 10px 25px;
    text-transform: uppercase;
}
.slide-caption .btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}
.owl-item.active .slide-caption__title{
  animation: 1s 1s fadeInLeft both;
}

.owl-item.active .slide-caption__desc{
  animation: 1s 1.5s fadeInRight both;
}

.owl-item.active .btn {
  animation: 1s 2.5s zoomIn both;
}
.main-slider-area .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-area .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-area .owl-theme .owl-nav [class*='owl-'] {
    background: #ffa631;
    color: #ffffff;
}

/* Slider Two */
.main-slider-area-two {
    
}
.main-slider-area-two .slide__item {
    height: 100vh;
}
.main-slider-area-two  .slide-caption {
    top: 54%;
}



/*--------------------------------
    05. Banner CSS Start
----------------------------------*/
.banner-area {
    background: url(../images/bg/3.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
    text-align: center;
}
.banner-area.overlay-black:before {
    background: rgba(0, 0, 0, 0.6);
}
.banner-box {
    padding: 300px 0 100px 0;
    text-align: center;
}
.banner-box h2 {
    color: #ffffff;
    font-size: 42px;
}
.banner-box h2 span {
    color: #ffa63a;
}
.banner-box h3 {
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #ffffff;
}



/*--------------------------------
    06. Video Banner CSS Start
----------------------------------*/
.video-banner-area {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#video-bg {
    background: transparent;
    text-align: center;
    z-index: -1;
}
#video-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.video-banner-content {
    position: absolute;
    top: 50%; 
    left: 0;
    right: 0;
    z-index: 111; 
    text-align: center;
}
.video-banner-content h2 {
    color: #ffffff;
    font-size: 42px;
}
.video-banner-content h2 span {
    color: #ffa63a;
}
.video-banner-content h3 {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #ffffff;
}


/*--------------------------------
    07. About CSS Start
----------------------------------*/
.about-area {
    padding: 50px 0 0px;
    overflow-x: hidden;
}
.about-col, .about-col-img {
    margin-bottom: 30px;
}
.about-col h3 {
    font-size: 28px;
}
.about-col h3 span {
    color: #ffa631;
}
.about-col h5 {
    font-style: italic;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.about-col p:last-child {
    margin-top: 20px;
}
.about-col-img {
    position: relative;
}
.about-col-img img {
    width: 90%;
    float: right;
}
.about-col .btn-default.my-btn {
    margin-top: 20px;
}
.video-layer {
    position: absolute;
    left: 30px;
    top: 46%;
    z-index: 0;
    width: 90%;
    height: 100%;
    margin-top: -30%;
    border: 5px solid rgb(255, 166, 49);
}

.video-layer i {
    position: absolute;
    left: 45%;
    top: 35%;
    z-index: 1;
    color: #ffffff;
    font-size: 60px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    background: rgba(255, 166, 49, 0.75);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.video-layer:hover i {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* About Two CSS Start */
.about-area-two {
    padding: 70px 0px 70px;
}
.about-col-two {
    /* margin-bottom: 30px; */
}
.about-col-two p {
    margin-bottom: 20px;
    text-align: justify;
}
.about-col-two p:last-child {
    margin-bottom: 0;
}
/* About Three CSS Start */
.about-area-three {
    padding: 0 0 70px;
}
.about-col-three {
    margin-bottom: 30px;
}
.about-col-three p {
    margin-bottom: 20px;
}
.about-col-three p:last-child {
    margin-bottom: 0;
}

/* About four CSS Start */
.about-area-four {
    padding: 0 0 70px;
}
.about-col-four {
    margin-bottom: 30px;
}
.about-col-four p {
    margin-bottom: 20px;
}
.about-col-four p:last-child {
    margin-bottom: 0;
}
.call-to-action .container-fluid {
    padding: 0;
}
.call-to-action-corner {
    position: relative; 

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.call-to-action-corner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    content: '';
    background: rgba(255, 166, 49, 0.83);
}
.call-to-action-center {
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.call-to-action-center:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background: rgba(255, 166, 49, 0.83);
}

.single-call-to-action {
    position: relative;
    text-align: center;
    min-height: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-call-to-action .icon-box,
.single-call-to-action .content-box {
    display: inline-block;
    vertical-align: top;
}
.single-call-to-action .icon-box {
    width: 50px;
    position: relative;
    bottom: 15px;
}
.single-call-to-action .icon-box i.flaticon-clock {
    bottom: 20px;
    position: relative;
}
.single-call-to-action .icon-box i.flaticon-medical {
    position: relative;
    bottom: 25px;
}
.single-call-to-action .icon-box i.flaticon-coins {
    position: relative;
    bottom: 15px;
}
.single-call-to-action .icon-box i:before {
    font-size: 50px;
    color: #fff;
}
.single-call-to-action .content-box {
    width: 65%;
    text-align: left;
    padding-left: 15px;
}
.single-call-to-action .content-box h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
}
.single-call-to-action .content-box p {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}
.single-call-to-action .content-box ul {
    margin: 0;
    padding: 0;
}
.single-call-to-action .content-box ul li {
    list-style: none;
    display: block;
    color: #fff;
    font-size: 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-call-to-action .content-box .thm-btn.inverse {
    border-color: #fff;
    background-color: transparent;
    padding: 7px 22px;
    color: #fff;
}
.single-call-to-action .content-box .thm-btn.inverse:hover {
    background: #fff;
    color: #186AAB;
}
.call-to-action.boxed .single-call-to-action .content-box {
    width: 70%;
}

/* 8 .single-specialize styles */

.single-specialize {
    padding: 0 60px;
}
.single-specialize:hover .icon-box {
    background: #186AAB;
    border-color: #186AAB;
    color: #fff;
}
.single-specialize .icon-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #F0F0F0;
    line-height: 118px;
    color: #186AAB;
    margin-bottom: 30px;
    transition: all .3s ease;
}
.single-specialize .icon-box i:before {
    font-size: 60px;
}
.single-specialize h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #202A30;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-specialize p {
    color: #9C9C9C;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 25px;
}
.single-specialize a.thm-btn {
    font-size: 12px;
    padding: 7px 21px;
}
.call-to-action-center .btn.btn-default.my-btn {
    margin-top: 15px;
}


/*--------------------------------
    08. Services CSS Start
----------------------------------*/
.service-area {
    padding: 60px 0 0px;
    background: #f9f9f9;
}
.service-item {
    margin-bottom: 50px;
    text-align: center;
}
.service-item .service-icon {
    width: 85px;
    height: 85px;
    margin: auto;
    background: #ffa63a;
    margin-bottom: 20px;
    border: 3px solid transparent;
    /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-item .service-icon i {
    font-size: 50px;
    color: #ffffff;
    line-height: 85px;
    /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
}
.service-item:hover .service-icon {
    background: transparent;
    border: 3px solid #ffa63a;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-item:hover .service-icon i {
    color: #ffa63a;
}
.service-inner-area {
    background: #ffffff;
}


.service-col {
    margin-bottom: 50px;
}
.serviceBox{ margin-top: 10px; }
.serviceBox .title{
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-left: 70px;
    border-bottom: none;
}
.serviceBox .service-content{
    padding: 25px 10px 25px 70px;
    border-top: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-content{
    border-top-color: #ffa631;
    border-right-color: #ffa631;
}
.serviceBox .service-content:before{
    content: "";
    width: 0;
    height: 1px;
    background: #cecece;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-content:before{
    width: 50%;
    background: #ffa631;
}
.serviceBox .description{
    line-height: 25px;
    margin: 0;
}
.serviceBox .service-icon{
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #ffa631;
    border: 1px solid #c1c1c1;
    position: absolute;
    top: -30px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    border-color: #ffa631;
    color: #FFF;
    background: #ffa631;
}
.service-content i:before {
    margin-left: 0;
    font-size: 35px;
}



/*--------------------------------
    09. Separator CSS Start
----------------------------------*/
.separator-area {
    padding: 120px 0;
    background: url(../images/bg/1.jpg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #fcfcfc;
}
.separator-area .separator-col h2 {
    font-size: 40px;
    font-style: italic;
    position: relative;
    margin-bottom: 50px;
}
.separator-area .separator-col h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: 0;
    width: 70px;
    height: 3px;
    background: #ffa63a;
}
.separator-area .separator-col h2 span {
    color: #ffa63a;
}
.service-stction-two {

}
.service-stction-two .services-features .back-color {
    background: #ffffff;
}
.service-stction-two .services-features i {
    background: #ffa63a;
}


/*--------------------------------
    10. Portfolio CSS Start
----------------------------------*/
.portfolio-section {
    padding: 60px 0;
    overflow: hidden;
    background: url(../images/back_01.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
.filtr-container {
    
}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    background: #ffa631;
    text-transform: capitalize;
    /* font-weight: bold; */
    color: #fff;
    padding: 4px 20px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    color: #ffffff;
    background: #555555;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul.topbar-info li p i {
    margin-right: 10px;
}
.filtr-item {
    width: 33.25%;
    padding: 0;
}
.filtr-item-4 {
    width: 25%;
    padding: 0;
}
.padd0 {
    padding: 0;
}
/* Portfolio Hover CSS Start */
.box{
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box:before{
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    opacity: 0;
    transform: scale(0);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: rgba(255, 166, 49, 0.78);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.box:hover:before{
    width: 80%;
    opacity: 1;
    transform: scale(2);
    transform: skewX(-10deg); 
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-200%, -50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.box:hover .box-content{
    transform: translate(0, -50%);
}
.box .title{
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    margin-bottom: 10px;
    border-bottom: none;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li { display: inline-block; }
.box .icon li a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.box .icon li a i:hover{
    background: #ffffff;
    color: #000000;
}

.portfolio-section .inner-pagination {
    margin-bottom: 0;
    margin-top: 50px;
}
.portfolio-grid-4 .filtr-item {
    width: 25%;
}
/* Portfolio Details */
.portfolio-details {
    padding: 100px 0 50px;
}
.details-col {
    margin-bottom: 50px;
}
.details-col ul li {
    margin-bottom: 20px;
}
.details-col ul li i {
    margin-right: 10px;
    color: #ffa63a;
}
.details-col ul li a {
    color: #111111;
}





/*--------------------------------
    11. Counter CSS Start
----------------------------------*/
.counter-area {
    padding: 100px 0 50px;
    background: #f9f9f9;
    background: url(../images/bg/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.counter-col {
    padding: 30px 10px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    background: rgba(255, 166, 49, 0.65);
    /*-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);*/
} 
.counter-col:before {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
}
.counter-col .counter {
    /*-ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);*/
}
.counter-col .counter i {
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 10px;
    display: block;
}
.counter-col .counter span {
    color: #ffffff;
    font-size: 20px; 
    line-height: 30px; 
}
.counter-col .counter p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;  
    text-transform: uppercase;
}




/*--------------------------------
    12. Team CSS Start
----------------------------------*/
.team-area {
    padding: 100px 0 70px;
}
.team-single-col {
    margin-bottom: 30px;
}
.team-img {
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.team-overlay {
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(238,44,60, 0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-single-col:hover .team-overlay {
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-overlay .team-content {
    white-space: nowrap; 
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-single-col:hover .team-overlay .team-content {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-overlay .team-content h4 {
    font-size: 18px;
}
.team-overlay .team-content h4 a, .team-overlay .team-content p {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.team-overlay .team-content h4 a:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.team-overlay .team-content ul {
    margin-top: 15px;
}
.team-overlay .team-content ul li {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}
.team-overlay .team-content ul li i {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    background: transparent;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.team-overlay .team-content ul li i:hover {
    color: #333;
    background: 333;
    border-color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




/*--------------------------------
    13. Testimonial CSS Start
----------------------------------*/
.testimonial-area {
    padding: 60px 0;
    background: #f9f9f9;
}
.testimonial-item{
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial-item:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 15px solid #ffa631;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial-item .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 20px;
}
.testimonial-item .pic img{
    width: 100%;
    height: auto;
}
.testimonial-item .description{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial-item .description:before{
    
}

.testimonial-item .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #535353;
    margin: 0;
}
.testimonial-item .post{
    display: inline-block;
    font-size: 12px;
    color: #ffa631;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d45113;
    background: #fff; 
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #d45113;
}
.owl-theme .owl-nav {
    margin: 0;
}
.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
}
.bg-white {
    background: #ffffff;
}
.bg-f9 {
    background: #f9f9f9;
}

/* Testimonial two */
.testimonial-area-two {
    padding: 100px 0;
    background: #f9f9f9;
}
.testimonial-area-two .testimonial-carousel-three {
    padding: 0;
}




/*--------------------------------
    14. Blog CSS Start
----------------------------------*/
.blog-area {
    padding: 60px 0px;
}
.blog-col {
    margin-bottom: 30px;
    background: #f9f9f9;
}
.blog-content {
    padding: 20px 15px;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2); /* Standard syntax */
}
.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #ffa631;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .post-date {

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.blog-col h4 a {
    color: #535353;
}
.blog-col h4 a:hover {
    color: #ffa63a;
}
.info-bar {
    margin-bottom: 20px;
}

.info-bar ul li {
    color: #ffa631;
    margin-right: 12px;
    display: inline-block;
}
.info-bar ul li i {
    margin-right: 5px;
    color: #333;
}

.info-bar ul li a {
    color: #333;
}

.blog-col .embed-responsive {
    margin-bottom: 20px;
}
.blog-col p {
    margin-bottom: 20px;
}

/* Blog Full WD CSS Start */
.blog-full-wd {
    padding: 100px 0;
}
.blog-full-col {
    margin-bottom: 50px;
}
.blog-full-img {
    position: relative;
    margin-bottom: 30px;
}
.date-over-img {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.date-over-img h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
}
.blog-full-col:hover .date-over-img {
    left: 30px;
    top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-full-col h2 {
    margin-bottom: 20px;
}
.blog-full-col h2 a {
    color: #333333;
}
.blog-full-wd-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffa63a;
    display: inline-block;
    padding: 10px 20px;
}
.right-angle {
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 0;
    border-right: 40px solid transparent;
    border-bottom: 46px solid #ffa63a;
}
.blog-full-wd-bar ul li {
    display: inline-block;
    margin-right: 20px;
}
.blog-full-wd-bar ul li i {
    margin-right: 5px;
    color: #ffffff;
}
.blog-full-wd-bar ul li a {
    color: #ffffff;
}
.m-none {
    margin: 0 !important;
}

/* Sidebar CSS */
.blog-sidebar-section {
    padding: 100px 0 70px;
}
.sidebar-col {
    margin-bottom: 30px;
}
.sidebar-search-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: #ffa63a;
}
.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #ffa63a;
}
.sidebar-search-box .input-group-btn .btn i {
    font-size: 22px;
    color: #ffffff;
}
.categories {
    margin-bottom: 50px;
}
.sidebar-title h3 {
    border-bottom: 1px dashed #ffa631;
    padding-bottom: 5px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.categories ul li {
    margin-bottom: 10px;
}
.categories ul li a {
    color: #111111;
    text-transform: capitalize;
}
.categories ul li a:hover {
    color: #ffa63a;
}
.sidebar-post {
    margin-bottom: 100px;
}
.sidebar-post ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}
.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.sidebar-post ul li h4 a {
    color: #ffa63a;
}
.sidebar-tags {
    margin-bottom: 50px;
}
.sidebar-tags ul li {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 5px;
    display: inline-block;
}
.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #ffffff;
    background: #111111;
    text-transform: uppercase;
}
.sidebar-tags ul li a:hover {
    background: #ffa63a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sidebar-video {

}

/* Blog Details CSS Start */
.blog-details {
    padding: 70px 0 70px;
}
.blog-details-col {
    /* margin-bottom: 30px; */
}
.blog-details-col .blog-title {
    margin-top: 30px;
}
.hilight-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background: #f3f3f3;
}
.hilight-box p {
    text-transform: uppercase;
    font-style: italic;
}
.comment-field {
    margin-top: 30px;
}
.comment-field h3 {
    margin-bottom: 20px;
}
.comment-field h3 a {
    font-size: 18px;
    color: #ffa63a;
}
.comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.comment-item-right {
    margin-left: 50px;
}
.treatment-middle-box {
    padding: 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.treatment-middle-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
}



/*--------------------------------
    15. Client CSS Start
----------------------------------*/
.client-area {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f9f9f9;
}


/*--------------------------------
    16. Defult Page Title CSS Start
----------------------------------*/
.defult-page-title {
    padding: 20px 0 20px;
    text-align: center;
    background: url(../images/bg/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.page-title-box {
    text-align: center;
    /* background: rgba(255, 17, 154, 0.7); */
    padding: 50px 20px;
}

.page-title-box h2 {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    margin-bottom: 5px;
}
.page-title-box h2 span {
    color: #fff;
}
.page-title-box h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background: #fff;
}
.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}
.page-title-box p a {
    color: #ffffff;
}
.page-title-box p a:hover {
    color: #eeeeee;
}
.page-title-box img {
    width: 400px;
    height: auto;
    float: right;
}


/*--------------------------------
    17. Account CSS Start
----------------------------------*/
.account-area {
    padding: 100px 0;
}
.account-area .tab-content {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: none;
}
.nav-tabs .nav-item {
    float:none;
    display:block;
}
.nav-link {
    text-align:center;
}
.account-area .nav-tabs .nav-link.active {
    border-radius: 0;
}
.account-area .nav-tabs .nav-link {
    color: #FFB606;
}
.account-area .form-check {
    margin-bottom: 20px;
}






/*--------------------------------
    18. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding: 70px 0;
}
.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #ffffff;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.faq-col h2 {
    margin-bottom: 30px;
}
.faq-col .panel-title {
    font-size: 16px;
    color: #ffffff;
}
.panel-default>.panel-heading {
    background: #ffa63a;
}


/*--------------------------------
    19. Contact CSS Start
----------------------------------*/
.pricing-table-area {
    padding: 100px 0 50px;
}
.pricing-table-area .pricing-item {
    margin-bottom: 50px;
}
.pricing-table-area .pricing-item:hover {
    background: #ffa63a;
}
.pricing-table-area .pricing-item:hover .common-btn {
    border-color: #ffa63a;
    color: #ffa63a;
}
.pricing-table-area .pricing-price {
    color: #ffa63a;
}
.pricing-table-area .common-btn {
    background: #ffa63a;
    border-color: #ffa63a;
}

/*--------------------------------
    20. Error CSS Start
----------------------------------*/
.error-area {
    padding: 100px 0;
    background: #ffa63a;
    height: 100vh;
}
.error-col {
    margin-bottom: 30px;
    text-align: center;
}
.error-col h1 {
    font-size: 36px;
    margin-bottom: 50px;
}
.error-col h1 span {
    font-size: 60px;
    color: #ffffff;
}
.error-col img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.error-col h4 {
    margin-top: 80px;
    margin-bottom: 0;
}
.error-col h4 a {
    color: #ffffff;
}
.error-col h4 a:hover {
    color: #111111;
    text-decoration: underline;
}





/*--------------------------------
    21. Contact CSS Start
----------------------------------*/
.contact-area {
    padding: 60px 0 0px;
}
.contact-col {
    margin-bottom: 50px;
    text-align: center;
}
.contact-infobox {
    border: 1px solid #ffa631;
    padding: 50px 50px;
    background: #ffa631;
    border-radius: 4px;
        height: 250px;
}
.contact-infobox i {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 75px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.contact-infobox:hover i {
    background: #fff;
    color: #ffa631;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.contact-form-row .contact-col {
    margin-bottom: 30px;
    margin-top: 50px;
}
.contact-form-row .contact-col .form-control {
    height: 45px;
}

.contact-form-row .contact-col .btn {
    margin-bottom: 30px;
}
.contact-textarea {
    text-align: left;
}
.contact-textarea textarea {
    height: 100% !important;
}





/*--------------------------------
    22. Footer CSS Start
----------------------------------*/
.main-footer {
    position: relative;
    padding: 40px 0 40px;
     background: url(../images/footer-graph2.png);
         background-size: cover;
    
}
.main_ff_over_p_cus {
    position: absolute;
    background: #33333380;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}


.footer_content_link {
    width: 100%;
    text-align: center;
}
.footer_content_link p a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    transition: all 0.6s ease-in-out;
}
.footer_content_link p a:hover{
    color: #ffa631;
    transition: all 0.6s ease-in-out;
}
.footer_content_link span {
    font-size: 20px;
    font-weight: 400;
    color: #f9f9f947;
}


.footer-col h3 {
    font-size: 20px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-col h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #ffa63a;
}
.footer-col h3 span {
    color: #ffa63a;
    font-weight: bold;
}
.footer-col.about p {
    color: #e2e2e2;
}
.footer-col.about ul {
    margin-top: 20px;
}
.footer-col.about ul li {
    position: relative;
    padding-left: 25px;
    color: #e2e2e2;
    margin-bottom: 10px;
}
.footer-col.about ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 0;
}
.footer-col.links ul li {
    /* border-bottom: 1px solid #333333; */
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.footer-col.links ul li:last-child {
    border-bottom: none;
}
.footer-col.links ul li a {
    color: #e2e2e2;
    text-transform: capitalize;
}
.footer-col.links ul li a:hover {
    color: #ffa63a;
}
.footer-col.twitter .twitter-box {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333333;
}
.footer-col.twitter .twitter-box:last-child {
    border-bottom: none;
}
.footer-col.twitter .twitter-box i {
    color: #ffa63a;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 0;
    font-size: 25px;
}
.footer-col.twitter .twitter-box p {
    color: #e2e2e2;
}
.footer-col.twitter .twitter-box p a {
    color: #ffa63a;
}
.footer-col.newsletter p {
    color: #e2e2e2;
    margin-bottom: 20px;
}
.footer-col.newsletter .input-group {
    margin-bottom: 20px;
}
.footer-col.newsletter .input-group .sub-btn {
    background: #ffa63a;
    color: #ffffff;
    border: none;
    height: 45px;
    border-radius: 0;
}
.footer-col.newsletter ul li {
    display: inline-block;
    text-align: center;
    /* margin-left: 5px; */
    -ms-transform: skewX(-15deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-content h4 {
    height: 25px;
}
.footer-col.newsletter ul li a i {
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    -ms-transform: skewX(15deg); 
    -webkit-transform: skewX(15deg); 
    transform: skewX(15deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.footer-col.newsletter ul li:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-col.newsletter ul li a i:hover {
    color: #ffa63a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Copyright CSS Start */
.footer-copyright {
    padding: 5px 0;
    background: #525252;
    border-top: 1px solid #252525;
}
.footer-copyright p {
    color: #e2e2e2;
    padding-top: 10px;
}
.footer-copyright p a {
    color: #ffa631;
}




/*--------------------------------
    23. Demo Page CSS Start
----------------------------------*/
.demo-page-header {
    padding: 200px 0;
    background: #111111;
    background-image: url(../images/demo/1.jpg);
    background-position: center;
    background-size: cover;
}
.demo-page-features {
    padding: 100px 0 100px;
    background: #f5f5f5;
}
.demo-page-features h3 {
    margin-bottom: 0;
}
.demo-page-features h2 {
    font-size: 45px;
    display: inline-block;
    border-bottom: 3px solid #ffa63a;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px;
}
.demo-page-features-col {
    margin-bottom: 30px;
    text-align: center;
}
.demo-page-features-col h4 {
    font-size: 18px;
    padding: 20px 20px;
    background: #e4e4e4; 
    border-top: 2px solid #ffa63a;
}
.demo-content-area {
    padding: 100px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.header-content {
    text-align: center;
}
.header-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 28px;
}
.header-content h1 span {
    color: #ffa63a;
    font-size: 40px;
}
.header-content .btn {
    font-style: 16px;
    background: #ffa63a;
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.demo-content-area {
    padding: 100px 0 100px;
}
.demo-content-col {
    margin-bottom: 80px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.demo-content-col ul li a {
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}
.pages-col {
    text-align: center;
}
.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}
.opacity-0 {
    opacity: 0;
}


.text-white{
    color: #fff !important
}


.counter-area.whyus {
    padding: 50px 0 50px;
    background: #f9f9f9;
    background: url(../images/bg/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.whyus h4{
    color: #fff;
    margin-top: 20px;
}


.whyus .box-item img{
    max-width: 80px;
}
.whyus .box-item {
    margin-bottom: 35px;
    background: #00000061;
    padding: 20px;
        min-height: 185px;
}

.bg-grey{
background: #f3f3f3
}


.social-hed li{padding: 0;}
.social-hed li a{width: 30px;height: 30px;display: block;line-height: 30px;text-align: center;margin-right: 5px;margin-top: 5px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.social-hed li a.facebook{background-image: url(../images/about/social3.png); border-radius: 50%; background-position: 0 -120px;background-position-x: no-repeat;}
.social-hed li a.facebook:hover {background-position: 0 -150px;}
.social-hed li a.twitter{background-image: url(../images/about/social3.png); border-radius: 50%; background-position: 0 -5040px;background-position-x: no-repeat;}
.social-hed li a.twitter:hover{background-position: 0 -5070px;}
.social-hed li a.youtube{background-image: url(../images/about/social3.png); border-radius: 50%; background-position: 0 -1380px;background-position-x: no-repeat;}
.social-hed li a.youtube:hover{background-position: 0 -1410px;}
.social-hed li a.gplus{background-image: url(../images/about/social3.png); border-radius: 50%; background-position: 0 -300px;background-position-x: no-repeat;}
.social-hed li a.gplus:hover{background-position: 0 -330px;}
.social-hed li a.instagram{background-image: url(../images/about/social3.png); border-radius: 50%; background-position: 0 -1680px;background-position-x: no-repeat;}
.social-hed li a.instagram:hover{background-position: 0 -1710px;}
/*.social-hed li a.printerest{background-image: url(../images/about/social.png);background-position: 0 -810px;background-position-x: no-repeat;}
.social-hed li a.printerest:hover{background-position: 0 -780px;}
*/







/*----------------- nayan-css-start --------------------------*/


.navbar-right {
    float: right!important;
    margin-right: -15px;
    padding: 25px 0px 25px 0px;
}
.header-navbar .navbar-default .navbar-nav>li>a {
    color: #333333;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    margin-left: 30px;
    background: #ffa631;
    color: #fff;
    border: 1px solid #ffa631;
    border-radius: 4px;
    transition: all 0.6s ease-in-out;
}
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: #535353!important;
    color: #ffa631;
    border: 1px solid #535353;
    transition: all 0.6s ease-in-out;
}
.single-call-to-action .content-box p {
    text-align: justify;
}
.get_touch_part {
    width: 100%;
    padding: 30px 0px;
    background: #aaa;
}
.get_touch_btn {
    width: 100%;
    text-align: center;
}
.get_touch_btn a button {
    padding: 7px 60px 10px 60px;
    font-size: 26px;
    font-weight: bold;
    background: #ffa631;
    border: 1px solid #ffa631;
    color: #fff;
    border-radius: 4px;
    transition: all 0.6s ease-in-out;
}
.get_touch_btn a button:hover{
    background: #535353;
    border: 1px solid #535353;
    transition: all 0.6s ease-in-out;
}
.about-col-two img:hover {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.contact-col.contact-infobox p {
    color: #fff;
}

section.portfolio-section.blog_sec {
    background: none;
}
.blog-col.wow.fadeInLeft {
    margin: 10px;
    
}

.blog_sec .title-style h2:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background: #ffa631;
}
.blog_sec .title-style h2 {
    font-size: 32px;
    margin-bottom: 15px;
    position: relative;
}
.blog_sec .title-style h2 span {
    color: #575757;
}
.blog_sec .title-style {
    margin-bottom: 60px;
    text-align: center;
}

.blog_recent_post_box {
    width: 100%;
    float: left;
    padding: 20px;
    background: #ddd;
    margin-top: 20px;
}
.blog_recent_post_box_img img {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    border: 3px solid #535353;
    transition: all 0.6s ease-in-out;
}
.blog_recent_post_box_img img:hover{
     border: 3px solid #ffa631;
     transition: all 0.6s ease-in-out;
}
.blog_recent_post_box_content {
    width: 100%;
    float: left;
    display: inline-block;
    padding-top: 25px;
}
.blog_recent_post_box_content h4 a {
    color: #ffa631;
}


.cou_p_img_sec {
    width: 50px;
    display: inline-block;
}


section.blog-sidebar-section.blog_box_sec {
    padding-bottom: 60px;
    padding-top: 0px;
}
.sidebar-title h3 {
    padding-bottom: 30px;
    font-weight: 700;
}
.blog_recent_post_box_content h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.social_icon_part {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.social_icon_part ul li {
    display: inline-block;
}
.social_icon_img {
    width: 100%;
    margin: 0px 11px 0px 11px;
}
.social_icon_img img {
    display: inline-block;
    border: 1px solid #ffa63a;
    border-radius: 4px;
    transition: all 0.6s ease-in-out;
}
.social_icon_img img:hover {
    background: #ffa63a4a;
    border: 1px solid #ffa63a4a;
    transition: all 0.6s ease-in-out;
}
.social_icon_part {
    width: 100%;
    float: left;
    padding: 50px 0px;
    border-bottom: 1px dashed #ffa63a;
    border-top: 1px dashed #ffa63a;
}
.about-col p {
    text-align: justify;
}
.row.contact-form-row {
    border-top: 1px dashed #ffa631;
}
select.sel_box {
    width: 100%;
    float: left;
    padding: 11px;
    border: 1px solid #ffa631;
    color: #000;
    background: #f3f3f3;
    border-radius: 6px;
        height: 45px;
}
.contact-col {
    width: 100%;
    float: left;
    text-align: left;
    color: #555555;
}
.contact-col.contact-infobox.textali_c {
    text-align: center;
}

/*08/11/2019*/

.service_part {
    width: 100%;
    padding: 60px 0px;
}
.service_detail_btn {
    width: 100%;
    margin-top: 20px;
}
.service_detail_btn a button {
    padding: 4px 20px 4px 20px;
    background: #ffa631;
    border: 1px solid #ffa631;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.6s ease-in-out;
}
.service_detail_btn a button:hover{
    background: #555;
    border: 1px solid #555;
    transition: all 0.6s ease-in-out;
}

.pe-7s-rocket:before {
    content: "\f135";
    font-family: fontawesome;
}
.pe-7s-mobile:before {
    content: "\f10b";
    font-family: fontawesome;
}
.pe-7s-delicious:before {
    content: "\f1a5";
    font-family: fontawesome;
}
.web_h h3 {
    font-size: 24px;
    color: #ffa631;
}
.get_touch_btn a i {
    background: #ffa631;
    padding: 9px 20px 10px 20px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.6s ease-in-out;
}
.get_touch_btn a i:hover{
    background: #555;
    transition: all 0.6s ease-in-out;
}
.ser_view_btn {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}
.ser_view_btn a button {
    padding: 4px 20px 4px 20px;
    background: #ffa631;
    border: 1px Solid #ffa631;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.6s ease-in-out;
}
.ser_view_btn a button:hover{
    background: #555;
    border: 1px solid #555;
    transition: all 0.6s ease-in-out;
}
.section-title p {
    color: #ffa631;
}




/*--------------------- nayan-css-end ----------------------------*/
li.dropdown.open a {
    color: #ffa631 !important;
}
ul.dropdown-menu li {
    border: none !important;
}






/* ============ Abhay Nw  Design Start =================*/

#portfolio .mix {width: 32.33%;}
.mixitUp-img-gallery .controls {margin-bottom: 20px;}
.mixitUp-img-gallery button {background-color: #ffa631;margin-bottom: 8px;color: #fff;}
.mixitUp-img-gallery button.active {background-color: #555; color: #fff;}
.mixitUp-img-gallery .box img {width: 411px;height: 280px;}

.res-video {height:80vh;min-width: 1903px;object-fit: cover;}
.blog-area .col-lg-4.col-md-4.col-sm-6.col-xs-6:nth-child(4) {margin-bottom: 1px;}

.item-bg-1.slide__item:before {background: transparent;}



@media (min-width: 0px) and (max-width: 1400px){
/* .box img {height: 200px;} */


}

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

#portfolio .mix {width: 100%;}
.res-video {height: 90vh;width: 100%;min-width: 100%;}
.main-slider-area li.slide__item {height: 90vh !important;}
.wp-block-columns .wp-block-column {flex-basis: calc(100% - 16px) !important;}


}

@media (min-width: 0px) and (max-width: 740px){

.fw-600 {width: 100%;}


}


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


.res-video {height: 40vh;}
.main-slider-area li.slide__item {height: 40vh !important;}


}



/* ============ Abhay Nw  Design End =================*/
/*@media only screen and (max-width:1920px) {
	.main-herader-two .affix-top .container:before {
		border-bottom: 71px solid rgba(255, 255, 255, 0.7)
	}
	.main-herader-two .affix-top .container:after {
		border-top: 71px solid rgba(255, 255, 255, 0.7)
	}
}

@media only screen and (max-width:1366px) {
	.main-herader-two .affix-top .container:before {
		border-bottom: 70px solid rgba(255, 255, 255, 0.7)
	}
	.main-herader-two .affix-top .container:after {
		border-top: 70px solid rgba(255, 255, 255, 0.7)
	}
}*/

@media only screen and (max-width:1920px) {
	body {
    margin: 0;
    padding: 0;
    }
}

@media only screen and (max-width:1326px) {
	.footer-copyright {
    margin-top: 0px;
    }
}
@media only screen and (max-width:1326px) {
	.section-title h2 {
    font-size: 30px;
    }
    .slide-caption__title {
    font-size: 34px;
    }
    .slide-caption .btn {
    padding: 7px 25px;
    }
}

@media only screen and (max-width:1300px) {
	.about-area-two {
    padding: 50px 0px 50px;
    }
}

@media only screen and (max-width:1200px) {
	.get_touch_btn.about_f a button {
    padding: 5px 50px 8px 50px;
    font-size: 24px;
    }
    .get_touch_btn.about_f a i {
    padding: 6px 20px 9px 20px;
    }
}

@media only screen and (max-width:1280px) {
	.service-area {
    padding: 40px 0 0px;
    }
    .testimonial-area {
    padding: 40px 0;
    }
    .client-area {
    padding-top: 0px; 
    padding-bottom: 40px;
    }
    .about-area {
    padding: 40px 0 0px;
    }
    .get_touch_btn a button {
    padding: 5px 60px 8px 60px;
    }
    .get_touch_btn a i {
    padding: 7px 20px 8px 20px;
    }
}
@media only screen and (max-width:1220px) {
	.service-area {
    padding: 35px 0 0px;
    }
    .ser_view_btn {
    padding-bottom: 40px;
    }
    .portfolio-section {
    padding: 50px 0;
    }
    .about-col {
    width: 100%;
    float: left;
    }
}



@media only screen and (max-width:1199px) {
	.service-item h3 {
		font-size: 18px;
	}
	.separator-area .separator-col h2 {
		font-size: 35px;
	}
	.slide-caption__title {
		font-size: 30px;
	}
	.slide-caption__desc {
		font-size: 14px;
	}
	.section-title {
    margin-bottom: 30px;
    }
    .service-area {
    padding: 25px 0 0px;
    }
}

@media only screen and (max-width:1220px) {
	.slide-caption .btn {
    padding: 5px 25px;
    }
    .single-call-to-action .content-box h3 {
    font-size: 20px;
    }
    .service-col {
    margin-bottom: 20px;
    }
    .testimonial-area {
    padding-top: 35px;
    padding-bottom: 25px;
    }
    .blog-col {
    margin-bottom: 20px;
    }
}


@media only screen and (min-width:767px) and (max-width:991px) {
section.contact-area .col-md-4.col-sm-6.col-xs-12 {
    width: 33%;
}
.contact-col.contact-infobox.textali_c {
    height: 215px;
}
.blog-content {
    padding: 20px 15px;
   
}
}

@media only screen and (max-width:991px) {
    .get_touch_btn.service_b a i {
    padding: 5px 17px 8px 17px;
    font-size: 24px;
    }
    .get_touch_btn.service_b button {
    padding: 4px 50px 6px 50px;
    font-size: 24px;
    }
    .contact-col label {
    width: 100%;
    float: left;
    }
    .contact-form-row .contact-col {
    margin-bottom: 0px;
    margin-top: 20px;
    }
    .contact-col {
    margin-bottom: 30px;
    }
    .contact-area {
    padding: 30px 0 0px;
    }
	.contact-infobox {
    padding: 30px 30px;
    }
	.page-title-box h2 {
    font-size: 30px;
    }
	.get_touch_btn.blog_b a i {
    padding: 7px 20px 9px 20px;
    font-size: 24px;
    }
	.get_touch_btn.blog_b a button {
    padding: 5px 50px 8px 50px;
    font-size: 24px;
    }
	.portfolio-nav li {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    padding: 3px 18px;
    }
	.get_touch_btn.about_f a i {
    padding: 5px 20px 8px 20px;
    }
	.get_touch_btn.about_f a button {
    padding: 4px 45px 7px 45px;
    font-size: 22px;
    }
	.about-area-two {
    padding: 30px 0px 30px;
    }
	.center991 {
		float: none;
		text-align: center;
	}
	.header-navbar .navbar-default .navbar-nav>li>a {
		margin-left: 10px;
	}
	.header-navbar .navbar-nav .dropdown-menu {
		margin-left: 16px;
	}
	.header-navbar .navbar-brand img {
		width: 130px;
	}
	.box .title {
		font-size: 14px;
	}
	.separator-area .separator-col h2 {
	    font-size: 28px;
	}
	.sidebar-post ul li {
		margin-bottom: 40px;
	}
	.counter-col {
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-right {
    padding: 15px 0px 15px 0px;
    }
    .header-navbar .navbar-default .navbar-nav>li>a {
    padding: 4px 9px 6px 9px;
    font-size: 13px;
    }
    .topbar-info li {
    margin-right: 0px;
    }
    ul.topbar-info {
    font-size: 11px;
    }
    .list-inline {
    text-align: center !important;
    width: 100%;
    margin: 0px;
    }
    .footer-copyright {
     padding: 0px; 
    }

}

@media only screen and (max-width:850px) {
	.section-title h2 {
    font-size: 28px;
    }
    .serviceBox .title {
    font-size: 16px;
   }
}


@media only screen and (max-width:767px) {
li.slide__item {
    background-size: 100% 100% !important;
    height: 40vh !important;
}

.call-to-action-corner{
    padding-top: 25px;
}
.blog-area {
    padding: 20px 0px;
}
.p-cus-sec-blog .col-lg-4.col-md-4.col-sm-6.col-xs-6 {
    width: 100%;
}
    .get_touch_btn.service_b button {
    padding: 4px 40px 6px 40px;
    font-size: 22px;
    }
    .about-area {
    padding: 30px 0 0px;
    }
    .about-col-img img {
    width: 100%;
    float: left;
    }
    .contact-textarea button {
    padding: 6px 20px;
    }
    .contact-textarea {
    text-align: center;
    }
    .contact-textarea label {
    text-align: left;
    }
    .contact-form-row .contact-col .btn {
    margin-top: 10px;    
    margin-bottom: 0px;
    width: 20%;
    }
	.sidebar-title h3 {
    margin-bottom: 10px;
    }
	section.blog-sidebar-section.blog_box_sec {
    padding-bottom: 30px;
    }
	.blog_recent_post_box_content {
    padding-top: 55px;
    } 
	.get_touch_btn.blog_b a i {
    padding: 7px 20px 9px 20px;
    font-size: 22px;
    margin-left: 7px;
    margin-right: 7px;
    }
	.get_touch_btn.blog_b a button {
    padding: 4px 40px 7px 40px;
    font-size: 22px;
    }
	.blog-img img {
    width: 100%;
    float: left;
    display: inline-block;
    }
	.blog-content {
    padding: 15px 10px;
    }
	.blog_sec .title-style h2 {
    font-size: 28px;
    }
	.portfolio-nav li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
    padding: 2px 15px;
    }
	.info-bar {
    margin-bottom: 10px;
    font-size: 12px;
    }
	.blog-col h4 {
    font-size: 16px;
    margin-bottom: 10px;
    }
	.my-btn {
    padding: 7px 15px;
    margin-top: 0px;
    }
	.blog_sec .title-style {
    margin-bottom: 30px;
    }
	.portfolio-section {
    padding: 20px 0;
    }
	.sidebar-title h3 {
    padding-bottom: 20px;
    font-weight: 600;
    }
	.get_touch_btn.portfolio_b a i {
    padding: 7px 17px 10px 17px;
    font-size: 22px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 4px 50px 7px 51px;
    font-size: 24px;
    }
	.get_touch_btn.about_f a i {
    padding: 3px 17px 10px 17px;
    font-size: 24px;
    }
	.get_touch_btn.about_f a button {
    padding: 3px 40px 6px 40px;
    font-size: 20px;
    }
	.slide-caption__title {
    font-size: 26px;
    }
	.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: #ffa631!important;
    color: #fff !important;
    border: 1px solid #ffa631;
    transition: all 0.6s ease-in-out;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff !important;
}
.single-call-to-action {
    min-height: 150px;
}  
ul.topbar-info {
    width: 50%;
    float: left;
}
.topbar-info li {
    margin-right: 0px;
    margin-bottom: -10px;
}
.navbar-right {
       float: left ! important;
    margin-right: -15px;
    background: #ffa631;
    text-align: left;
    width: 100%;
}
.navbar-default .navbar-toggle {
    border-color: #fea631;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fea631;
}
	.center767 {
		float: none;
		text-align: center;
	}
	.header-navbar .navbar-brand {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.header-navbar .navbar-default .navbar-nav>li>a {
		padding: 12px 0;
	}
	.navbar-default .navbar-collapse {
		    max-height: 325px;
    margin-left: 30px !important;
    position: absolute;
    width: 100%;
    z-index: 999;
	}
	.navbar-toggle {
		margin-top: 18px;
	}
	.main-herader-two .header-navbar .navbar-default .navbar-nav > li > a {
		padding: 12px 0;
	}
	.separator-area .separator-col h2:after {
		left: 50%;
		margin-left: -35px;
	}
	.separator-area {
		background-size: cover;
		padding: 100px 0;
		position: relative;
		background-attachment: fixed;
		background-position: center;
	}
	.separator-area:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	}
	.separator-area .separator-col h2 {
		color: #ffffff;
	}
	.social-icon {
		text-align: center;
		margin-bottom: 15px;
	}
	.slide-caption {
		display: block;
	}
	.slide-caption .btn {
    padding: 4px 18px;
    }
	.main-navbar.main-herader-two .topbar-area.opacity-0 {
		display: none;
	}

}

@media only screen and (max-width: 661px) {
	.get_touch_btn.portfolio_b a i {
    padding: 8px 16px 9px 16px;
    font-size: 21px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 4px 35px 7px 35px;
    font-size: 22px;
    }
}

@media only screen and (max-width:640px) {
    .get_touch_btn.service_b a i {
    padding: 5px 15px 8px 15px;
    font-size: 22px;
    margin-left: 7px;
    margin-right: 7px;
    }
    .get_touch_btn.service_b button {
    padding: 3px 30px 4px 30px;
    font-size: 20px;
    }
	.box .title {
		font-size: 12px;
	}
}

@media only screen and (max-width:620px) {
	.blog_sec .title-style h2 {
    font-size: 26px;
    }
	.info-bar {
    margin-bottom: 5px;
    font-size: 12px;
    }
	.get_touch_btn.blog_b a i {
    padding: 7px 17px 9px 17px;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    }
	.get_touch_btn.blog_b a button {
    padding: 3px 30px 5px 30px;
    font-size: 20px;
    }
	.blog_recent_post_box_content {
    padding-top: 30px;
    }
	.portfolio-nav {
    margin-bottom: 20px;
    }
	.my-btn {
    padding: 5px 13px;
    }
	.blog-col p {
    margin-bottom: 10px;
    text-align: justify;
    }
	.page-title-box h2 {
    font-size: 28px;
    }
}


@media only screen and (max-width:600px) {
	.get_touch_btn.about_f a button {
    padding: 3px 30px 6px 30px;
    font-size: 20px;
    }
	.slide-caption .btn {
    padding: 4px 15px;
    font-size: 13px;
    }
	.footer_content_link p a {
    font-size: 15px;
}
	.fw-600 {
		width: 100%;
	}
	.discount-area .owl-theme .owl-nav .owl-next, 
	.discount-area .owl-theme .owl-nav .owl-prev {
		bottom: 180px;
	}
	.car-details-col .carousel-caption h3 {
		font-size: 16px;
	}
	.car-details-col .carousel-caption {
		padding: 10px 0;
	}
	.box:hover:before {
		width: 100%;
		transform: skewX(0deg);
	}
	.box:before {
		left: 0;
		-ms-transform: skewX(0deg);
    	-webkit-transform: skewX(0deg);
    	transform: skewX(0deg);
	}
	.box .title {
		display: none;
	}
	.blog-img img {
    width: 100% !important;
    }
}

@media only screen and (max-width:593px) {
	.get_touch_btn.portfolio_b a i {
    padding: 7px 16px 9px 16px;
    font-size: 20px;
    margin-left: 7px;
    margin-right: 7px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 3px 25px 5px 25px;
    font-size: 20px;
    }
}

@media only screen and (max-width:579px) {
	.get_touch_btn.about_f a i {
    padding: 4px 17px 9px 17px;
    font-size: 22px;
    }
	.get_touch_btn.about_f a button {
    padding: 2px 25px 5px 25px;
    font-size: 18px;
    }

}


@media only screen and (max-width:575px) {
    
    .get_touch_btn.service_b a i {
    padding: 5px 10px 6px 10px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
    }
    .get_touch_btn.service_b button {
    padding: 2px 20px 2px 20px;
    font-size: 18px;
    }
	.box .icon li a i {
		margin: 0;
	}

}

@media only screen and (max-width:533px) {
	.get_touch_btn.about_f a i {
    padding: 5px 17px 10px 17px;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
    }
	.get_touch_btn.about_f a button {
    padding: 2px 20px 5px 20px;
    font-size: 17px;
    }
}

@media only screen and (min-width:531px) and (max-width:2200px) {
    .mobile_ver_heade_P{
        display:none;
    }
}
@media only screen and (max-width:530px) {
.header-navbar .navbar-default .navbar-nav>.active>a, .header-navbar .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
    ul.nav.navbar-nav.navbar-right li {
    border-bottom: 1px solid #ffffff57;
}
li.dropdown .fa {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 20px;
}
    .topbar-info li p {
    color: #ffffff;
    line-height: 35px;
}
span.mobi_email_text {
    display: none;
}
.desktop_ver_heade_P {
    display: none;
}
.mobile_ver_heade_P ul.topbar-info {
    width: 100%;
    float: right;
    text-align: right;
        margin-right: 10px;
}
.mobile_ver_heade_P .fa {
    color: #f3a533;
    font-size: 18px;
    margin: 5px 0px;
}
	.get_touch_btn.blog_b a i {
    padding: 8px 13px 7px 13px;
    font-size: 18px;
    margin-left: 3px;
    margin-right: 3px;
    }
	.get_touch_btn.blog_b a button {
    padding: 2px 20px 3px 20px;
    font-size: 18px;
    }
	.blog_recent_post_box_content {
    padding-top: 15px;
    }
	.my-btn {
    padding: 4px 8px;
    }
	.blog-col p {
    line-height: 20px;
    }
	.post-date h3 {
    font-size: 14px;
    }
}

@media only screen and (max-width:528px) {
	.portfolio-nav li {
    margin-left: 5px;
    padding: 3px 15px;
    }
	.page-title-box h2 {
    font-size: 26px;
    }
	.get_touch_btn.portfolio_b a i {
    padding: 8px 14px 8px 14px;
    font-size: 19px;
    margin-left: 5px;
    margin-right: 5px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 3px 20px 4px 20px;
    font-size: 18px;
    }

}



@media only screen and (max-width:489px) {
	.get_touch_btn a i {
    padding: 5px 15px 6px 15px;
    }
    .get_touch_btn a button {
    padding: 3px 40px 6px 40px;
    }
    .footer_content_link p a {
    font-size: 14px;
    }
    .footer_content_link span {
    font-size: 17px;
    }
}

@media only screen and (max-width:483px) {
	.get_touch_btn.about_f a i {
    padding: 7px 17px 10px 17px;
    font-size: 18px;
    margin-right: 3px;
    margin-left: 3px;
    }
	.get_touch_btn.about_f a button {
    padding: 2px 17px 5px 17px;
    font-size: 16px;
    }
}


@media only screen and (max-width:480px) {
    .section-title h2 span {
    color: #555;
    }
	.slide-caption__title {
    font-size: 24px;
    }
	.fw-480	{
		width: 100%;
	}
	.counter-box i {
		position: relative;
		margin-bottom: 10px;
	}
	.counter-box {
		padding-left: 20px;
	}
	.counter-box i {
		top: 0;
	}
	.counter-box i:before {
		margin-left: 0;
	}
	.counter-box h4 {
		margin-top: 10px;
	}
	.section-title h3:before, .section-title h3:after {
		display: none;
	}
	.right-angle {
		display: none;
	}
	.date-over-img {
		left: 20px;
		bottom: 20px;
	}
	.blog-full-col:hover .date-over-img {
		left: 0;
		bottom: 0;
	}
	.section-title h2:before, .section-title h2:after {
		display: none;
	}
	.section-title h2 {
    font-size: 24px;
    color: #ffa631;
    }
	.testimonial-item {
		padding-left: 0;
		padding: 30px 30px 30px 30px;
	}
	.testimonial-item .pic {
		position: relative;
		top: 0;
		left: 0;
	}
	.box .icon li a i {
		width: auto;
		height: auto;
		line-height: 16px;
		border: none;
		margin-right: 10px;
	}
	.box .icon li a i:hover {
		background: none;
		color: #0C94B8;
	}
	.slide-caption__title {
		font-size: 18px;
	}
	.slide-caption__desc {
		letter-spacing: 1px;
		font-size: 13px;
	}
}

@media only screen and (max-width:469px) {
    .get_touch_btn.service_b button {
    padding: 2px 10px 2px 10px;
    font-size: 18px;
    }
	.portfolio-nav li {
    margin-left: 4px;
    padding: 3px 13px;
    margin-right: 5px;
    }
	.get_touch_btn.portfolio_b a i {
    padding: 8px 14px 9px 14px;
    font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 2px 15px 3px 15px;
    font-size: 17px;
    }
}



@media only screen and (max-width:448px) {
    .get_touch_btn.service_b a i {
    padding: 5px 10px 6px 10px;
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
    }
    .get_touch_btn.service_b button {
    padding: 1px 5px 1px 5px;
    font-size: 16px;
    }
	.get_touch_btn.about_f a i {
    padding: 7px 17px 9px 17px;
    font-size: 16px;
    margin-right: 2px;
    margin-left: 2px;
    }
	.get_touch_btn.about_f a button {
    padding: 1px 15px 3px 15px;
    font-size: 15px;
    }
}

@media only screen and (max-width:438px) {
	.get_touch_btn.portfolio_b a i {
    padding: 7px 12px 8px 12px;
    font-size: 18px;
    margin-left: 3px;
    margin-right: 3px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 2px 10px 3px 10px;
    font-size: 16px;
    }
}

@media only screen and (max-width:428px) {
	.slide-caption__title {
    font-size: 22px;
    }
	.get_touch_btn a i {
    padding: 4px 12px 5px 12px;
    }
    .get_touch_btn a button {
    padding: 2px 38px 5px 38px;
    }
}

@media only screen and (max-width: 420px){
    .video-layer {
    width: 100%;
    left: -11px;
    top: 41%;
    margin-top: -30%;
    }
    .main-footer {
    padding: 20px 0 20px;
    }
	.blog_recent_post_box_content {
    padding-top: 0px;
    }
	.blog_recent_post_box_content h5 {
    font-size: 15px;
    margin-bottom: 5px;
   }
	.blog_recent_post_box_content h4 a {
    font-size: 16px;
    }
    .blog-col h4 {
    font-size: 13px;
    margin-bottom: 0px;
    }
	.post-date {
    padding: 5px 0;
    }
	.post-date h3 {
    font-size: 13px;
    font-weight: 400;
    }
	.portfolio-nav li {
    margin-left: 0px;
    padding: 1px 10px;
    margin-right: 0px;
    font-size: 13px;
    }
	.get_touch_btn.about_f a button {
    padding: 0px 10px 2px 10px;
    font-size: 14px;
   }
.get_touch_btn.about_f a i {
    padding: 7px 14px 9px 14px;
    font-size: 15px;
    margin-right: 1px;
    margin-left: 1px;
   }
}


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

	.slide-caption__title {
    font-size: 22px;
    }
    .slide-caption .btn {
    padding: 3px 12px;
    font-size: 13px;
    }
	.fw-420 {
		width: 100%;
	}
	.counter-box {
	    padding: 20px;
	    border: 1px solid #e2e2e2;
	    position: relative;
	    padding-left: 80px;
	}
	.counter-box i {
	    position: absolute;
	    left: 20px;
	    top: 30px;
	    color: #DA0102;
	}
	.counter-box i:before {
	    font-size: 40px;
	    font-weight: bold;
	}
	.counter-box h4 {
	    color: #e2e2e2;
	    font-size: 18px;
	    font-style: italic;
	    margin-top: 0;
	    margin-bottom: 5px;
	}
    li.mobile_for-emails_p .fa {
    color: #fff;
    font-size: 15px;
}
.contact-infobox {
    border: 1px solid #ffa631;
    padding: 50px 50px;
    background: #ffa631;
    border-radius: 4px;
    height: auto;
}
.contact-form-row .contact-col .btn {
    margin-bottom: 30px;
    margin-top: -20px;
    width: 150px;
    height: 40px;
    font-size: 16px;
}
	.topbar-info li {
	margin: 5px 5px;
    background: #f3a533;
    padding: 0px 9px;
    border-radius: 3px;
	}
}

@media only screen and (max-width:414px) {
	.blog-col.wow.fadeInLeft {
    margin: 6px;
    box-shadow: 0px 0px 7px 0px;
    }
	.my-btn {
    padding: 2px 5px;
    font-size: 13px;
    }
	.blog-col p {
    line-height: 19px;
    font-size: 13px;
    }
	.blog_recent_post_box_content {
    padding-top: 6px;
    }
	.blog_recent_post_box_content h4 {
    margin-bottom: 5px;
    }
	.blog_recent_post_box_content h5 {
    font-size: 14px;
    margin-bottom: 0px;
    }
	.blog_recent_post_box_content h4 a {
    font-size: 15px;
    }
	.get_touch_btn.blog_b a i {
    padding: 5px 10px 7px 10px;
    font-size: 17px;
    }
	.get_touch_btn.blog_b a button {
    padding: 1px 10px 1px 10px;
    font-size: 17px;
    }
}

@media only screen and (max-width:412px) {
    .get_touch_btn a button {
    padding: 1px 20px 4px 20px;
    }
    .get_touch_btn a i {
    padding: 3px 7px 4px 7px;
    margin-left: 5px;
    margin-right: 5px;
    }
}

@media only screen and (max-width:400px) {
    .get_touch_btn.service_b a i {
    padding: 6px 9px 7px 7px;
    font-size: 18px;
    }
    .get_touch_btn.service_b button {
    padding: 1px 5px 1px 5px;
    font-size: 15px;
    }
	.get_touch_btn.portfolio_b a i {
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 1px 9px 2px 9px;
    font-size: 15px;
    }
	.portfolio-nav li {
    margin-left: 0px;
    padding: 3px 10px;
    margin-right: 3px;
    font-size: 13px;
    }
    .page-title-box h2 {
    font-size: 23px;
    }
}

@media only screen and (max-width: 376px) {
     .page-title-box h2 {
    font-size: 21px;
    }
	.get_touch_btn.about_f a button {
    padding: 0px 5px 2px 5px;
    }
}
@media only screen and (max-width: 371px) {
   
	.get_touch_btn.portfolio_b a i {
    padding: 6px 10px 8px 10px;
    font-size: 15px;
    }
	.get_touch_btn.portfolio_b a button {
    padding: 0px 7px 0px 7px;
    font-size: 14px;
    }
}

@media only screen and (max-width: 367px) {
	.get_touch_btn.blog_b a i {
    padding: 6px 10px 6px 10px;
    font-size: 15px;
    }
	.get_touch_btn.blog_b a button {
    padding: 0px 7px 0px 7px;
    font-size: 15px;
    }
	.blog_recent_post_box_content {
    padding-top: 0px;
    }
	.blog_recent_post_box_content p {
    font-size: 12px;
    }
	.blog_recent_post_box_content h5 {
    font-size: 13px;
    }
	.blog_recent_post_box_content h4 a {
    font-size: 13px;
    }
	.my-btn {
    padding: 2px 5px;
    font-size: 13px;
    }
	.portfolio-nav li {
    padding: 0px 8px;
    }
}

@media only screen and (max-width: 366px) {
	.get_touch_btn.about_f a i {
    padding: 7px 10px 9px 10px;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 0px;
    }
}

@media only screen and (max-width:375px) {
	.slide-caption__title {
    font-size: 20px;
    }
	.social-icon.bordered li {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 344px) {
	.get_touch_btn.about_f a i {
    padding: 7px 8px 9px 8px;
    }
   .get_touch_btn.about_f a button {
    padding: 0px 3px 2px 3px;
    }
}
@media only screen and (max-width: 332px) {
    .get_touch_btn.about_f a button {
    padding: 0px 1px 2px 1px;
    }
}

@media only screen and (max-width: 330px) {
    .get_touch_btn a button {
    font-size: 23px;
    }
}

@media only screen and (max-width: 330px) {
    .get_touch_btn a button {
    font-size: 21px;
    padding: 3px 20px 2px 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 450px) {
    .video-layer i {
        font-size: 40px;
        margin-top: -15px;
    	margin-left: -20px;
    }
    }
    
    
    @media only screen and (min-width:768px) and (max-width:4000px) {
    .mobile_phone_call_email_p_cus {
    display: none;
}

    }
    
       @media only screen and (min-width:200px) and (max-width:767px) {
       
       .desktop_ver_heade_P {
    display: none;
}

       .mobile_ver_heade_P {
    display: none;
}
.mobile_phone_call_email_p_cus {
    position: absolute;
    right: 70px;
    top: 22px;
}

.mobile_phone_call_email_p_cus .fa {
    color: #f2a533;
    font-size: 25px;
    padding: 0px 7px;
}
       }