/*------------------------------------------------------------------

Name Of File :   style.css
Date         :   10/04/2019

-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*============================================================ Body ==================================================================*/


html, body{
	margin: 0;
    padding: 0;
	font-family: 'Raleway', sans-serif;
}	
h1,h2,h3,h4,h5,h6,p,a,span,strong {
   font-family: 'Raleway', sans-serif;
   margin:0;
   padding:0;
}
p {
	font-size:16px;
	margin:0;
	padding:0;
}
a,a:hover{
	text-decoration:none;
}
ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
}
.container-fluid{
    padding: 0px 280px;
}

/*===================================Some Commen Css==========================================*/

/*----- Section ----*/
section{
	padding:150px 0px;
}

/*----Button Content---*/
.btn-content{
    margin: 10px 0px;
    display: block;
    width: 100%;
}
.button{
	display: inline-block;
    margin: 0px;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 200px;
    background: #f12a02;
	border:1px solid #f12a02;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}
.button:hover{
	background:none;
	color: #f12a02;
	border:1px solid #f12a02;
}

/*------- form -------*/
form .form-inline .form-group, form .form-group {
    margin-bottom: 10px;
}
.form-inline .form-control .form-control{
    width:100%;
}
form .form-control{
    width: 100% !important;
    margin-bottom: 0px;
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
}
form textarea.form-control {
    margin-bottom: 0px;
    min-height: 100px;
    resize: none;
}
form .button{
    margin:0px;
    outline: none;
}
form label{
    font-size:12px;
    color:#888888;
    margin-bottom:5px;
}
form label span{
    margin-right:5px;
}
.form-control:focus{
    border-color: #f12a02;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241,42,2,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241,42,2,.6);
}

/*----- Image Content ------*/
img{
	height:100%;
	width:100%;
}

/*----- Social Content ------*/

ul.social-icone {
    list-style: none;
    margin: 18px 0px;
    text-align:right;
}
ul.social-icone li {
    display: inline;
    margin: 0 5px;
}
.social-icone li a{
  background-color:#3c3c3b;
  border:1px solid #3c3c3b;   
}
.social-icone a.Facebook:hover{
    background-color:#3B5998;
    border:1px solid #3B5998;
}
/*.social-icone a.Linkedin:hover{
    background-color:#007bb7;
    border:1px solid #007bb7;
}
.social-icone a.Google:hover{
    background-color:#dd4b39;
    border:1px solid #dd4b39;
}*/
/*.social-icone a.insta:hover{
    background-color:#dd4b39;
    border:1px solid #dd4b39;
}*/
.social-icone a.Twitter:hover{
    background-color:#33ccff;
    border:1px solid #33ccff;
}
.social-icone a.instagram:hover{
    background-image: linear-gradient(to right,#405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
    border:1px solid #405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80;
}
.social-icone a.Facebook:hover i,.social-icone a.Twitter:hover i, 
.social-icone a.instagram:hover i,.social-icone a.Twitter:hover i{
    color:#fff;
}
.circle li a{
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
}
.circle li i{
    margin: 0;
    line-height: 35px;
    text-align: center;
}
.circle li a:hover i, .triggeredHover{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
.circle i{
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.navigation_light .circle i{
    color:#fff;
}

/*----- Title Content ------*/
.title{
    margin-bottom: 50px;
    width: 60%;
}
.title .title-text{
    font-weight: bold;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}
.title .title-text:after {
    content: "";
    background: #f12a02;
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0%;
    bottom: -10px;
    margin-left: 3px;
}
.title p {
    font-size: 14px;
    line-height: 24px;
    color: #c5c5c5;
}


/*----- Box Content ------*/
.box-content{
    margin-top: 50px;
}
.box-content .title{
    width: 100%;
}
.box-content .title .title-text{
    font-size: 42px;
    color:#000;
    margin-bottom: 30px;
}
.box-content .title .title-text:after {
    bottom: -16px;
}
.box-content .title .sub-title{
    font-size: 16px;
    color: #868585;
}


/*------- Page Loader ---------*/
.loader-content {
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  background:#000000;
}
.loader-inner {
   position: absolute;
   left: 45%;
   top: 40%;
}
.loader-inner img{
  animation-name: grow;
  animation-duration: 2000ms; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes grow {
    0%   {transform: scale(1);}
    25%   {transform: scale(1.1);}
    50%  {transform: scale(1.2);}
    75%  {transform: scale(1.1);}
    100% {transform: scale(1);}
}


/*============================================= Css Of Small Device ======================================================*/

@media (max-width: 767px){
    .loader-inner {
        left: 35%;
        top: 42%;
    }
    .loader-inner img{
        width: 100px;
    }
}

/*============================================= Css Of Medium Device ======================================================*/
/*--------------- iPads (portrait) ------------*/
@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
   .box-content .title {
        width: 100%;
        margin-bottom: 25px;
    }
}

/*---------- Alert Content ---------*/
.pageoverlay{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .30s linear;
    -o-transition: opacity .30s linear;
    transition: opacity .30s linear;
}
.pageoverlay.in{
    position: fixed;
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 450;
    width: 100%;
    height: 100%;
}
.alert-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.alert-content.in {
    opacity: 1;
    z-index: 1040;
}
.alert-content .alert-box {
     position: relative;
     width: 600px;
     margin: 250px auto;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}
.alert-content.in .alert-box {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}


.alert{
    text-align: center;
}
.alert .icone-content{
    width: 100px;
    height: 100px;
    background: #0e7105;
    text-align: center;
    padding: 10PX;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 20px;
}
.alert .icone-content i{
    font-size: 54px;
    color: #ffffff;
    line-height: 80px;
}
.alert h2{
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}
.alert h4{
    margin-bottom: 20px;
}

/*------------ Whatsapp Button ----------*/
.whatsappbtn{
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    background: #01E675;
    border-radius: 10px;
    text-align: center;
    z-index: 10000;
}
.whatsappbtn a{
    font-size: 36px;
    color: #fff; 
}

/*------- Image Content -------*/
.img-content figure {
    position: relative;
}
.img-content figure::before {
    position: absolute;
    top: 0;
    left: -87%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img-content figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.img-content figure {
    overflow: hidden;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


/*======================================================= Navigation =========================================================*/

/* ============= Navigation Toggle =============== */

.nav-wrapper{
    background: #f12a02;
    width: 120px;
    height: 100%;
    position: fixed;
    z-index: 200;
    transition: 0.4s;
    right: 0.8%;
    top: 0;
}
.navigation-content.afixed .nav-wrapper {
    height: 100px;
}
.nav-toggle {
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.navicon{
    position: fixed;
    top: 3%;
    right: 44px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
	content: '';
	position: absolute;
	display: block;
	width: 35px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	cursor: pointer;
}
.nav-toggle span:before {
	top: -10px
}
.nav-toggle span:after {
	bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
	background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
	top: 0
}
.nav-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.active span:after {
	top: 10px;
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}
.navicon p {
	margin: 1px 50px 0 0;
	color: #FFF;
}
.navicon-fixed {
	position: fixed;
	top: 59px;
	right: 143px;
}

/*================= Navigation Overlay ==================*/
.navigation-content .overlay-boxify{
    height: 100%;
    width: 120px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.4s;
}
.navigation-content .overlay-boxify.open{
	width: 77.5%;
}
.navigation-content.afixed .overlay-boxify {
    height: 0px;
    z-index: 101;
}
.navigation-content.afixed .overlay-boxify.open{
	height: 100%;
    width: 77.5%;
    overflow: hidden;
}
.navigation-content .overlay-boxify nav{
    position: absolute;
    top: 22%;
    left: 11%;
}
.navigation-content .overlay-boxify nav ul li{
    margin-bottom: 20px;
    position:relative;
}
.navigation-content .overlay-boxify nav ul li:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 10%;
    height: 3%;
    left: 0;
    bottom: -5px;
    margin-left: 5px;
    background: #f12a02;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.navigation-content .overlay-boxify nav ul li:hover:after {
    width: 50%;
}
.navigation-content .overlay-boxify nav ul li a{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}


/*================= Navigation Address Box ==================*/
.navigation-content .address-box{
    position: absolute;
    display: block;
    top: 70%; /* 80% */ 
    left: 10%;
}
.navigation-content .address-box ul li{
    margin-bottom: 10px;
}
.navigation-content .address-box .address-content-left, .navigation-content .address-box .address-content-right{
    display: inline-block;
    vertical-align: top;
}
.navigation-content .address-box .icone-content, .navigation-content .address-box .detail-content {
    display: inline-block;
}
.navigation-content .address-box .icone-content{
    vertical-align: top;
}
.navigation-content .address-box .address-content-left{
    width: 40%;
    margin-right: 100px;
    margin-bottom: 25px;
}
.navigation-content .address-box .detail-content p, .navigation-content .address-box .detail-content a{
    font-size: 16px;
    line-height: 28px;
    color: #afafaf;
    font-family: 'Open Sans', sans-serif;
}
.navigation-content .address-box .detail-content a{
    transition: all 0.5s ease-in-out
}
.navigation-content .address-box .detail-content a:hover{
    color: #f12a02;
}
.navigation-content .address-box .icone-content{
    margin-right: 15px;
    margin-top: 5px;
}
.navigation-content .address-box .icone-content i{
    color: #f12a02;
    font-size: 20px;
}



/*================================== Responsive ===============================*/

/*================== Css Of Small Device ==================*/

@media (max-width: 767px){
    .nav-wrapper, .navigation-content.afixed .nav-wrapper {
        width: 77px;
        height: 55px;
    }
    .nav-toggle {
        padding: 0px 30px 15px 0px;
    }
    .navicon {
        top: 1%;
        right: 18px;
    }
    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        width: 30px;
        height: 2px;
    }

    .nav-toggle span:before {
        top: -8px;
    }.nav-toggle span:after {
        bottom: -8px;
    }
    .navigation-content .overlay-boxify nav {
        top: 15%;
        left: 10%;
    }
    .navigation-content .overlay-boxify.open{
        width: 100%;
    }
    .navigation-content.afixed .overlay-boxify, .navigation-content .overlay-boxify {
        height: 100%;
        width:  0px;
    }
    .navigation-content.afixed .overlay-boxify.open{
        width: 100%;
    }
    .navigation-content .address-box ul li {
        margin-bottom: 8px;
    }
    .navigation-content .overlay-boxify nav ul li{
        margin-bottom: 12px;
    }
    .navigation-content .overlay-boxify nav ul li a {
        font-size: 26px;
    }
    .navigation-content .address-box .address-content-left{
        margin-right: 0px;
    }
    .navigation-content .address-box {
        top: 65%;
    }
    .navigation-content .address-box .icone-content {
        margin-right: 15px;
        margin-top: 2px;
    }
    .navigation-content .address-box .icone-content i {
        font-size: 14px;
    }
    .navigation-content .address-box .detail-content p, .navigation-content .address-box .detail-content a {
        font-size: 12px;
        line-height: 25px;
    }
    .navigation-content .address-box .detail-content p{
        line-height: 20px;
    }
}
@media only screen  and (min-width : 1600px) and (max-width: 1824px){
    .navigation-content .overlay-boxify {
        width: 115px;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .navigation-content .overlay-boxify {
        width: 115px;
    }
}
/*============================================= Css Of Medium Device ======================================================*/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .navigation-content .overlay-boxify {
        width: 120px;
        right: -7px;
    }
    .navigation-content .overlay-boxify nav ul li a {
        font-size: 42px;
    }
    .navicon {
        top: 3%;
        right: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){ 
    .navicon {
        position: fixed;
        top: 2%;
        right: 40px;
    }
    .navigation-content .overlay-boxify {
        right: -6px;
    }  
}

@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .nav-wrapper, .navigation-content.afixed .nav-wrapper {
        width: 77px;
        height: 61px;
    }
    .nav-toggle {
        padding: 0px 30px 15px 0px;
    }
    .navicon {
        top: 1%;
        right: 18px;
    }
    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        width: 30px;
        height: 2px;
    }

    .nav-toggle span:before {
        top: -8px;
    }
    .nav-toggle span:after {
        bottom: -8px;
    }
    .navigation-content .overlay-boxify nav {
        top: 15%;
        left: 10%;
    }
    .navigation-content .overlay-boxify.open{
        width: 100%;
    }
    .navigation-content.afixed .overlay-boxify, .navigation-content .overlay-boxify {
        height: 100%;
        width:  0px;
    }
    .navigation-content.afixed .overlay-boxify.open{
        width: 100%;
    }
    .navigation-content .address-box ul li {
        margin-bottom: 8px;
    }
    .navigation-content .overlay-boxify nav ul li{
        margin-bottom: 10px;
    }
    .navigation-content .overlay-boxify nav ul li a {
        font-size: 26px;
    }
    .navigation-content .address-box .address-content-left{
        margin-right: 0px;
    }
    .navigation-content .address-box {
        top: 65%;
    }
    .navigation-content .address-box .icone-content {
        margin-right: 15px;
        margin-top: 2px;
    }
    .navigation-content .address-box .icone-content i {
        font-size: 14px;
    }
    .navigation-content .address-box .detail-content p, .navigation-content .address-box .detail-content a {
        font-size: 12px;
        line-height: 25px;
    }
    .navigation-content .address-box .detail-content p{
        line-height: 20px;
    }
}

/*============================================= Css Of Large Device ======================================================*/
@media only screen  and (min-width : 1600px) and (max-width: 1824px){
    .navicon {
        top: 3%;
        right: 42px;
    }
    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        width: 32px;
        height: 3px;
    }
    .navigation-content .overlay-boxify nav ul li a {
        font-size: 36px;
    }
    .navigation-content .overlay-boxify nav ul li {
        margin-bottom: 18px;
    }
    .navigation-content.afixed .nav-wrapper {
        height: 95px;
    }
    .navigation-content .address-box .detail-content p, .navigation-content .address-box .detail-content a {
        font-size: 14px;
        line-height: 26px;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .navicon {
        top: 3%;
        right: 42px;
    }
    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        width: 32px;
        height: 3px;
    }
    .navigation-content .overlay-boxify nav ul li a {
        font-size: 36px;
    }
    .navigation-content .overlay-boxify nav ul li {
        margin-bottom: 18px;
    }
    .navigation-content.afixed .nav-wrapper {
        height: 95px;
    }
    .navigation-content .address-box .detail-content p, .navigation-content .address-box .detail-content a {
        font-size: 14px;
        line-height: 26px;
    }
}


/*----------------------------------------- Header --------------------------------------------------*/

.header{
    display: table-row;
}
.header .header-text, .header .header-image{
    display: table-cell;
    vertical-align: middle;
    background-color: #f7f7f7;
}
.header-text{
    width: 23%;
}
.header-text h1{
    left: 18px;
    top: 13%;
    padding: 20px;
    height: auto;
    font-size: 76px;
    position: absolute;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-weight: bold;
    line-height: 80px;
    color: #000;
}
.header-image{
	width: 77.5%;
	position: relative;
    overflow: hidden;
}
.header-image .img-large{
    display: block;
}
.header-image .img-small{
    display: none;
}
.header-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.6s ease-in-out;
}
.header-image:hover img{
    transform: scale(1.1);
}
.header-image .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.header-image .overlay .text-content {
    position: absolute;
    top: 65%;
    left: 10%;
    padding: 35px 45px;
    width: 40%;
    text-align: left;
    background-color: rgba(0,0,0,0.8);
}
.header-image .overlay .text-content h2, .header-image .overlay .text-content p{
	color : #fff;
}
.header-image .overlay .text-content h2{
	font-weight: bold;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 25px;
    position: relative;
    color: #cecece;
    font-weight: 600;
}
.header-image .overlay .text-content h2:after {
    content: "";
    background: #f12a02;
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0%;
    bottom: -8px;
    margin-left: 5px;
}
.header-image .overlay .text-content p{
    font-size: 16px;
    line-height: 28px;
    color: #c5c5c5;
}
.header-image .overlay .text-content .button{
    position: absolute;
    width: 250px;
    margin-top: 25px;
}
.header ul.social-icone {
    margin: 15px 30px;
    text-align: left;
    position: absolute;
    top: 3%;
    left: 0%;
}
.header ul.social-icone li {
    display: inline;
    margin: 0 2px;
}
.header .circle li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.header .circle li i {
    line-height: 28px;
}
.header .logo-content{
   position: absolute;
   left: 30%;
   top: 1%;
   z-index: 10;
}
.header .logo-content .img-logo{
    width: 155px;
}
.header .button-content{
    background: #f12a02;
    width: 85px;
    height: 80px;
    position: absolute;
    z-index: 2;
    transition: 0.4s;
    right: 74.8%;
    bottom: 2%;
}
.header .button-content a{
     position: absolute;
     width: 100%;
     top:0;
     transition: all 0.6s ease-in-out;
}
.header .button-content a:hover{
    top: 6px;
}
.header .button-content img{
    width: 45px;
    height: auto;
    margin: 18px auto;
}


/*================================== Responsive ===============================*/

/*============================================= Css Of Small Device ======================================================*/

@media (max-width: 767px){
    .header .header-text, .header .header-image {
        display: block;
    }
    .header .header-text h1{
        display: none;
    }
    .header .header-image{
        width: 100%;
        height: auto;
    }
    .header-image .img-large{
        display: none;
    }
    .header-image .img-small{
        display: block;
    }
    .header-text h1 {
        left: 90px;
        top: 13%;
        padding: 10px;
        font-size: 26px;
        transform: rotate(-90deg);
        line-height: 30px;
        text-align: center;
    }
    .header ul.social-icone{
        display: none;
    }
    .header .logo-content {
        left: 2%;
        top: 0%;
    }
    .header .logo-content .img-logo {
        width: 100px;
    }
    .header-image .overlay .text-content {
        top: 30%;
        left: 10%;
        padding: 18px;
        width: 80%;
        background-color: rgba(0,0,0,0.6);
    }
    .header-image .overlay .text-content h1 {
        line-height: 32px;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .header-image .overlay .text-content h1:after {
        width: 50px;
        height: 1px;
        bottom: -8px;
        margin-left: 3px;
    }
    .header-image .overlay .text-content h2 {
        line-height: 28px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .header-image .overlay .text-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .header-image .overlay .text-content .button {
        position: unset;
        width: 210px;
        margin-top: 10px;
        font-size: 12px;
        padding: 10px;
    }
    .header-image .carousel-indicators {
        bottom: -3px;
    }
    .header-image .carousel-indicators li{
        height: 8px;
        width: 8px;
        margin: 0px 3px;
    }
    .header .button-content{
        display: none;
    }
}

/*============================================= Css Of Medium Device ======================================================*/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .header-text h1 {
        top: 13%;
        padding: 18px;
        font-size: 34px;
        line-height: 50px;
        left: 10px;
    }
    .header-image .overlay .text-content {
        top: 42%;
        padding: 30px;
        width: 60%;
    }
    .header .button-content {
        right: 72.8%;
        bottom: 2%;
        top: 62%;
    }
}

/*--------------- iPads (portrait) ------------*/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .header-text h1 {
        top: 9%;
        padding: 18px;
        font-size: 34px;
        line-height: 50px;
        left: 10px;
    }
    .header-image .overlay .text-content {
        top: 40%;
        padding: 30px;
        width: 60%;
    }
    .header .button-content {
        right: 72.8%;
        top: 34%;
    }
}
@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .header .header-text, .header .header-image {
        display: block;
    }
    .header .header-text h1{
        display: none;
    }
    .header .header-image{
        width: 100%;
        height: auto;
    }
    .header-image .img-large{
        display: block;
    }
    .header-image .img-small{
        display: none;
    }
    .header-text h1 {
        left: 90px;
        top: 13%;
        padding: 10px;
        font-size: 26px;
        transform: rotate(-90deg);
        line-height: 30px;
        text-align: center;
    }
    .header ul.social-icone{
        display: none;
    }
    .header .logo-content {
        left: 2%;
        top: 0%;
    }
    .header .logo-content .img-logo {
        width: 100px;
    }
    .header-image .overlay .text-content {
        top: 40%;
        left: 5%;
        padding: 30px;
        width: 60%;
        background-color: rgba(0,0,0,0.6);
    }
    .header-image .overlay .text-content h1 {
        line-height: 32px;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .header-image .overlay .text-content h1:after {
        width: 50px;
        height: 1px;
        bottom: -8px;
        margin-left: 3px;
    }
    .header-image .overlay .text-content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .header-image .overlay .text-content .button {
        position: unset;
        width: 210px;
        margin-top: 10px;
        font-size: 12px;
        padding: 10px;
    }
    .header-image .carousel-indicators {
        bottom: -3px;
    }
    .header-image .carousel-indicators li{
        height: 8px;
        width: 8px;
        margin: 0px 3px;
    }
    .header .button-content{
        display: none;
    }
    .header-text h1 {
        left: 5px;
        top: 13%;
        font-size: 35px;
        line-height: 50px;
    }
}

/*============================================= Css Of Large Device ======================================================*/

@media only screen  and (min-width : 1600px) and (max-width: 1824px){
    .header-text h1 {
        top: 13%;
        padding: 18px;
        font-size: 60px;
        line-height: 66px;
        left: 20px;
    }
    .header-image .overlay .text-content {
        top: 48%;
        left: 10%;
        width: 46%;
        padding: 40px;
    }
    .header-image .overlay .text-content h1 {
        line-height: 35px;
        font-size: 26px;
        margin-bottom: 22px;
    }
    .header-image .overlay .text-content h1:after {
        bottom: -8px;
    }
    .header .button-content {
        width: 80px;
        height: 75px;
        bottom: 3%;
    }
    .header .button-content img {
        width: 40px;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .header-text h1 {
        top: 13%;
        padding: 18px;
        font-size: 48px;
        line-height: 66px;
        left: 20px;
    }
    .header-image .overlay .text-content {
        top: 48%;
        left: 10%;
        width: 46%;
        padding: 40px;
    }
    .header-image .overlay .text-content h1 {
        line-height: 35px;
        font-size: 26px;
        margin-bottom: 22px;
    }
    .header-image .overlay .text-content h1:after {
        bottom: -8px;
    }
    .header .button-content {
        width: 80px;
        height: 75px;
        bottom: 3%;
        top: 65%;
    }
    .header .button-content img {
        width: 40px;
    }
}


/*-------Carousel Fading Slide------*/
.carousel-fade .carousel-inner { 
    background: #000; 
}
.carousel-fade .carousel-control { 
    z-index: 2; 
}  
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .item.active { 
    opacity: 1; 
}
.carousel-indicators li{
    background-color: rgba(241,42,2,0.4);
    border-color: rgba(241,42,2,0.4);
    margin: 0px 5px;
}
.carousel-indicators li.active{
    background-color: rgba(241,42,2,0.9);
    border-color: rgba(241,42,2,0.9);
    margin: 0px 5px;
}
.carousel-indicators {
    z-index: 1;
    bottom: 35px;
}


/*------Safari Fix------*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner .item.next,
    .carousel-fade .carousel-inner .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner .item.prev,
    .carousel-fade .carousel-inner .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner .item.next.left,
    .carousel-fade .carousel-inner .item.prev.right,
    .carousel-fade .carousel-inner .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}


/*=================================== Feature ==========================================*/
.sec-feature{
    padding: 80px 0px;
}
.sec-feature .feature-content{
    text-align: center;
    min-height: 370px; 
}
.sec-feature .col-box{
    padding: 60px 0px 50px 0px;
    transition: all 0.3s ease-in-out;
    transform: scale(1, 1);
    z-index: 100;
    background-color: #288b1f;
    border: 1px solid #288b1f;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 15px -6px black;
}
.sec-feature .col-box:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1, 1.1);
    z-index: 1000;
}
.sec-feature .col-box-mid{
    background-color: #0e7105;
    border: 1px solid #0e7105;
}
.sec-feature .feature-content .feature-icone-content i, .sec-feature .feature-content .feature-text-content  h3, .sec-feature .feature-content .feature-text-content  p{
    color: #fff;
}
.sec-feature .feature-content .feature-icone-content{
    margin-bottom: 30px;
}
.sec-feature .feature-content .feature-icone-content img{
    width: 100px;
    height: auto;
    margin: 0 auto;
}
.sec-feature .feature-content .feature-icone-content i{
    font-size: 5em;
}
.sec-feature .feature-content .feature-text-content  h3{
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
}
.sec-feature .feature-content .feature-text-content  p{
    color: #a7dca2;
    font-size: 15px;
    line-height: 22px;
    margin: 0px 40px;
}

/*============================================= Responsive ======================================================*/
/*======================== Css Of Small Device ==============================*/

@media (max-width: 767px){
    .sec-feature {
        padding: 30px 0px;
    }
    .sec-feature .feature-content .feature-icone-content {
        margin-bottom: 20px;
    }
    .sec-feature .feature-content .feature-icone-content i {
        font-size: 3em;
    }
    .sec-feature .feature-content .feature-text-content h3 {
        font-size: 18px;
        margin: 0px 0px 10px 0px;
    }
    .sec-feature .feature-content {
        min-height: 300px;
        margin-bottom: 15px;
    }
    .sec-feature .feature-content .feature-text-content p {
        font-size: 12px;
        line-height: 20px;
        margin: 0px 30px;
    }
}

/*============================================= Css Of Medium Device ======================================================*/
/*--------------- iPads (portrait) ------------*/
@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .sec-feature .feature-content .feature-icone-content {
        margin-bottom: 20px;
    }
    .sec-feature .feature-content .feature-icone-content i {
        font-size: 3em;
    }
    .sec-feature .col-box {
        padding: 50px 0px 40px 0px;
    }
    .sec-feature .feature-content {
        min-height: 285px;
    }
    .sec-feature .feature-content .feature-text-content h3 {
        font-size: 18px;
        margin: 0px 0px 15px 0px;
    }
    .sec-feature .feature-content .feature-text-content p {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 15px;
    }
}


/*----------------------------------------- Services --------------------------------------------------*/

.sec-service{
    background: url(../images/bg-1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
}
.service-icone{
    border-right: 0.5px solid #5f5f5f;
    height: 50px;
    margin-top: 5px;
    width: 65px;
}
.service-icone img{
    padding-right: 15px;
}
.service-content{
    margin-top: 20px;
}
.service-content .service-icone i{
    color: #f12a02;
    font-size: 30px;
}
.service-content h5{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #cecece;
}
.service-content p{
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
    color: #c5c5c5;
    height: 87px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-content .button-content{
    margin-bottom: 50px;
}
.service-content .button-content .button{
    margin:0px;
    padding: 12px 16px;
    font-size: 12px;
    width: 160px;
}
.sec-service-content .col{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 15px -6px black;
}
.sec-service-content .first-row, .sec-service-content .second-row{
    display: table;
}
.sec-service-content .work-img-content .second-row{
    padding-top: 25px;
}
.sec-service-content .single-img-content img, .sec-service-content .double-img-content img{
     -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 15px -6px black;
}
.sec-service-content  .double-img-content{
    padding-top: 30px;
}
.sec-service-content .title{
    margin-bottom: 25px;
}
.sec-service-content .title .title-text{
    color: #000;
    font-size: 26px;
    line-height: 32px;
}
.sec-service-content .para-content p{
    margin-bottom: 20px;
    text-align: justify;
    line-height: 28px;
    color: #676767;
    font-weight: 500;
    font-size: 16px;
}
.sec-service-content .para-content .sub-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec-service-content .para-content .sub-title h3{
    color: #f12a02;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 55px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.sec-service-content .para-content .sub-title h3:before{
    position: absolute;
    color: #f12a02;
    content: "\f1db";
    font-family: FontAwesome;
    left: 0;
    top: 8px;
    font-size: 10px;
}

.sec-service-content .para-content .sub-title h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.sec-service-content .para-content h5{
    font-size: 14px;
    color: #676767;
    font-weight: 500;
    margin: 15px 0px 10px 0px;
    padding-left: 15px;
}
.sec-service-content .para-content ul{
    margin-left: 15px;
}
.sec-service-content .para-content ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 26px;
    font-size: 16px;
}
.sec-service-content .para-content ul li:after{
    position: absolute;
    color:#000;
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    top:1px;
}
.sec-service-content .tab-panel .tab-content{
    height: 650px;
}

/*========================================== Responsive =============================================*/
/*-------------- Small Device -----------------*/
@media (max-width: 767px){
    .sec-service-content .double-img-content {
        padding-top: 15px;
    }
    .sec-service-content .double-img-content .first-content{
        padding-right: 7px;
    }
    .sec-service-content .double-img-content .sec-content{
        padding-left: 7px;
    }
    .sec-service-content .work-img-content .first-row, .sec-service-content .work-img-content .second-row{
        padding-top: 15px;
    }
}



/*------------ Section Travel Gallery -----------*/
.sec-travel-gallery{
    position: relative;
    height: 1480px;
    padding-bottom: 0px;
}
.sec-travel-gallery ul{
    display: table-row;
}
.sec-travel-gallery ul li {
    display: table-cell;
    vertical-align: middle;
    float: left;
    position: relative;
}
.sec-travel-gallery ul li .image-content{
    background: #fff;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.sec-travel-gallery ul li .image-content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.4);
}
.sec-travel-gallery ul li .image-content .text{
    position: absolute;
    top: 30%;
    right: 0%;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    padding-bottom: 20px;
}
.sec-travel-gallery ul li .image-content .text h5{
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}
.sec-travel-gallery ul li .image-content:hover .text{
    opacity: 1;
    top: 35%;
}
.sec-travel-gallery ul li .image-content .cart-info {
    position: absolute;
    bottom: 38%;
    right: 0%;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}
.sec-travel-gallery ul li .image-content .cart-info i {
    font-size: 28px;
    color: #fff;
    transition: all 0.5s ease;
}
.sec-travel-gallery ul li .image-content{
    transition: all 0.5s ease-in-out;
    transform: scale(1,1);
}
.sec-travel-gallery ul li .image-content:hover{
    transform: scale(1.1,1.1);
}
.sec-travel-gallery ul li .image-content:hover .cart-info  {
    opacity: 1;
    bottom: 43%;
}
.sec-travel-gallery ul li .image-content:hover .overlay {
    opacity: 1;
}
.sec-travel-gallery ul li:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 10px solid #f12a02;
    top: 0;
    z-index: -1;
}
.sec-travel-gallery ul li:first-child{
    width: 95%;
    left: 3%;
}
.sec-travel-gallery ul li:first-child:before{
    width: 103%;
    top: -14px;
    left: -1.4%;
}
.sec-travel-gallery ul li:nth-child(2){
    width: 47%;
    top: -24px;
    left: -2%;
}
.sec-travel-gallery ul li:nth-child(2)::before{
    width: 100%;
    top: 20px;
    left: -3%;
}
.sec-travel-gallery ul li:nth-child(3){
    width: 54%;
    right: -49%;
    top: -346px;
}
.sec-travel-gallery ul li:nth-child(3):before{
    width: 100%;
    top: 25px;
    left: 3%;
}
.sec-travel-gallery ul li:nth-child(4){
    width: 30%;
    top: -57px;
    right: 53%;
}
.sec-travel-gallery ul li:nth-child(4):before{
    width: 100%;
    top: 20px;
    left: -5%;
}
.sec-travel-gallery ul li:nth-child(5){
    width: 28%;
    top: -403px;
    right: -17%;
}
.sec-travel-gallery ul li:nth-child(5):before{
    width: 100%;
    top: 20px;
    left: 5%;
}
.sec-travel-gallery ul li:nth-child(6){
    width: 32%;
    top: -765px;
    left: 36%;
}
.sec-travel-gallery ul li:nth-child(6):before{
    width: 100%;
    top: 26px;
    left: -5%;
}
.sec-travel-gallery ul li:nth-child(7){
    width: 36%;
    top: -475px;
    left: -42%;
}
.sec-travel-gallery ul li:nth-child(7):before{
    width: 100%;
    top: 26px;
    left: -4%;
}
.sec-travel-gallery ul li:nth-child(8){
    width: 35%;
    top: -798px;
    left: 41%;
}
.sec-travel-gallery ul li:nth-child(8):before{
    width: 100%;
    top: 26px;
    left: 4%;
}
.sec-travel-gallery ul li:nth-child(9){
    width: 38%;
    top: -1093px;
    left: 32%;
}
.sec-travel-gallery ul li:nth-child(9):before{
    width: 108%;
    top: 18px;
    left: -4%;
}

/*========================================== Responsive =============================================*/
/*-------------- Small Device -----------------*/
@media (max-width: 767px){
    .sec-travel-gallery ul li {
        display: block;
        position: inherit;
        width: 100% !important;
    }
    .sec-travel-gallery ul li:before{
        display: none;
    }
    .sec-travel-gallery {
        position: inherit;
        height: auto;
    }
}

/*------------- Tab Content --------------*/

.tab-content-ten{
    margin-top: 50px;
}
.tab-content-ten{
    background-color:transparent;
}
.tab-content-ten .row{
    margin-left:0;
    margin-right:0;
}
.tab-content-ten .nav{
    background-color: #fff;
    padding-right: 10px;
}
.tab-content-ten .nav-stacked li {
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom:5px;
}
.tab-content-ten .nav-stacked li:last-child{
    border-bottom:1px solid #ebebeb;
}
.tab-content-ten i{
    padding-right:10px;
}
.tab-content-ten .nav-pills li a{
    font-size: 14px;
    border-radius: 1px;
    padding: 15px 15px 5px 15px;
    background-color: #fff;
    color: #6c6c6c;
    font-weight: 600;
}
.tab-content-ten .nav-pills li.active a, .tab-content-ten .nav-pills li.active a:focus, .tab-content-ten .nav-pills li.active a:hover{
    background-color:#fff;
    color:#f12a02;
    box-shadow: inset 3px 0 0px 0 #f12a02;
}
.tab-content-ten .nav-pills li a .service-icone{
    border-right: none;
    display: inline-block;
    vertical-align: middle;
}
.tab-content-ten .nav-pills li a .service-icone img{
    width: 50px;
    margin-right: 0px;
    margin-left: 15px;
}
.tab-content-ten .tab-pane img.pull-left{
    margin-right:25px;
}
.tab-content-ten .tab-content{
    border-left: 1px solid #ebebeb;
}
.tab-content-ten .tab-content p{
   s overflow: inherit;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 22px;
    color: #383838;
    font-weight: 500;
}
.tab-content-ten .tab-content .active {
    padding: 10px 40px;
}
.tab-pane .title{
    width: 100%;
    margin-bottom: 40px;
}
.tab-pane .title .title-text {
    color: #000;
    font-size: 26px;
    line-height: 32px;
}

.tab-pane .sub-title h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.tab-pane .para-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 26px;
}
.tab-pane .para-content ul li:after {
    position: absolute;
    color: #000;
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    top: 1px;
}


/*============================================= Css Of Small Device ======================================================*/

@media (max-width: 767px){
    .sec-service {
        padding-bottom: 10px;
    }
    .service-content {
        margin-top: 0px;
    }
    .service-content h5 {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .service-content p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 18px;
        height: 73px;
    }
    .service-icone {
        width: 55px;
    }
    .service-content .button-content {
        margin-bottom: 30px;
    }
    .service-content .button-content .button {
        padding: 8px 12px;
        font-size: 10px;
        width: 140px;
    } 
    .sec-service-content{
        padding-bottom: 15px;
    }
    .sec-service-content .box-content {
        margin-top: 30px;
        margin-left: 0px;
    }
    .sec-service-content .title {
        margin-bottom: 20px;
    }
    .sec-service-content .title .title-text {
        font-size: 20px;
        line-height: 28px;
    }
    .sec-service-content .para-content .sub-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .sec-service-content .para-content .sub-title h3 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 26px;
        padding-left: 20px;
    }
    .sec-service-content .para-content .sub-title h3:before{
        top: 2px;
    }
    .sec-service-content .para-content p{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .sec-service-content .para-content ul{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .sec-service-content .para-content ul li {
        padding-left: 20px;
        line-height: 24px;
        font-size: 14px;
    }

    /*------ Tab Content ----*/
    .tab-content-ten {
        margin-top: 16px;
    }
    .tab-content-ten .tab-pane img.pull-left {
        margin-right: 15px;
        margin-bottom:5px;
        max-width: 100px;
    }
    .tab-content-ten .tab-content p {
        overflow: inherit;
    }
    .tab-content-ten .tab-content .active {
        padding: 25px;
        margin-top: 15px;
    }
    .sec-service-content .tab-panel .tab-content {
        height: 100%;
        border: 1px solid #ebebeb;
    }
}

/*============================================= Css Of Medium Device ======================================================*/

/*--------------- iPads (portrait) ------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .tab-content-ten {
        margin-top: 20px;
    }
    .tab-content-ten .nav-pills li a .service-icone img {
        width: 32px;
        margin-left: 5px;
        padding-right: 0px;
    }
    .tab-content-ten .nav-pills li a .service-icone {
        height: 45px;
        margin-top: 5px;
        width: 55px;
    }
    .tab-content-ten .nav-pills li a {
        font-size: 11px;
    }
    .sec-service-content .tab-panel .tab-content{
        height: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .tab-content-ten {
        margin-top: 20px;
    }
    .tab-content-ten .nav-pills li a .service-icone img {
        width: 32px;
        margin-left: 5px;
        padding-right: 0px;
    }
    .tab-content-ten .nav-pills li a .service-icone {
        height: 45px;
        margin-top: 5px;
        width: 55px;
    }
    .tab-content-ten .nav-pills li a {
        font-size: 9px;
    }
    .sec-service-content .tab-panel .tab-content{
        height: 100%;
    }
}
@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .sec-service-content .tab-panel .tab-content{
        height: 100%;
        border: 1px solid #ebebeb;
        padding: 25px;
    }
    .tab-content-ten {
        margin-top: 25px;
    }
    .tab-content-ten .tab-content .tab-pane{
        padding: 0px;
    }
     .tab-panel{
        margin-top: 25px;
    }
    .tab-pane .title .title-text {
        color: #000;
        font-size: 20px;
        line-height: 20px;
    }
}

/*============================================= Css Of Large Device ======================================================*/

@media only screen  and (min-width : 1600px) and (max-width: 1824px){
    .service-icone img {
        padding-right: 20px;
    }
    .service-content h5 {
        font-size: 16px;
    }
    .service-content p {
        font-size: 13px;
        margin-bottom: 25px;
        line-height: 18px;
        height: 73px;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .service-icone img {
        padding-right: 25px;
    }
    .service-content h5 {
        font-size: 16px;
    }
    .service-content p {
        font-size: 13px;
        margin-bottom: 25px;
        line-height: 18px;
        height: 73px;
    }
}



/*----------------------------------------- Branch --------------------------------------------------*/
.sec-branch{
   background-color: #f7f7f7;
   padding: 150px 0px;
}
.sec-branch .owl-theme .owl-stage-outer{
    position: relative;
}
.sec-branch .owl-item .image-content .image{
    overflow: hidden;
}
.sec-branch .owl-item .image-content{
    padding: 40px;
    transform: scale(1,1);
    transition: all 0.5s ease-in-out;
    z-index: 100;
}
.sec-branch .owl-item.active.center .image-content{
    padding: 20px;
    transform: scale(1.1,1.1);
    transition: all 0.5s ease-in-out;
}
.sec-branch .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    height: 100%;
    width: 100%;
}
.sec-branch .overlay .text-content {
    position: absolute;
    top: 50%;
    left: 10%;
    padding: 35px;
    width: 55%;
    text-align: left;
    background-color: rgba(0,0,0,0.8);
}
.sec-branch .overlay .text-content h1 {
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    color: #cecece;
}
.sec-branch .overlay .text-content h1:after {
    content: "";
    background: #f12a02;
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0%;
    bottom: -8px;
    margin-left: 3px;
}
.sec-branch .overlay .text-content p {
    font-size: 13px;
    line-height: 22px;
    color: #c5c5c5
}
.sec-branch .owl-nav{
    position: absolute;
    bottom: -50px;
    width: 100%;
}

/*------Owl Navigation -----*/
.sec-branch .owl-nav{
    position: absolute;
    bottom: -80px;
    width: 100%;
    margin: 0px;
}
.sec-branch .owl-nav .owl-prev, .sec-branch .owl-nav .owl-next{
    text-align: center;
    margin: 0px;
    padding: 25px;
    height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    transition:all 0.3s ease-in-out;
    border:none;
}
.sec-branch .owl-nav .owl-prev{
    background:url(../images/left-arrow-angle.png) center center rgba(241,42,2,0.9);
    background-repeat:no-repeat;
    background-size:25px;
    margin-right:5px;
}
.sec-branch .owl-nav .owl-next{
    background:url(../images/right-arrow-angle.png) center center rgba(241,42,2,0.9);
    background-repeat:no-repeat;
    background-size:25px;
    margin-left:5px;
}
.sec-branch .owl-theme .owl-nav .owl-prev:hover{
    background:url(../images/left-arrow-angle.png) center center rgba(241,42,2,0.8);
    background-repeat:no-repeat;
    background-size:25px;
    border:none;
}
.sec-branch .owl-theme .owl-nav .owl-next:hover{
    background:url(../images/right-arrow-angle.png) center center rgba(241,42,2,0.8);
    background-repeat:no-repeat;
    background-size:25px;
    border:none;
}


/*============================================= Css Of Small Device ======================================================*/

@media (max-width: 767px){
    .sec-branch {
        background-color: #f7f7f7;
        padding: 30px 0px;
    }
    .sec-branch .overlay .text-content {
        top: 15%;
        padding: 20px;
        width: 80%;
        background-color: rgba(0,0,0,0.6);
    }
    .sec-branch .overlay .text-content h1 {
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec-branch .overlay .text-content p {
        font-size: 10px;
        line-height: 16px;
    }
    .sec-branch .owl-nav {
        bottom: -25px;
    }
    .sec-branch .owl-nav .owl-prev, .sec-branch .owl-nav .owl-next {
        padding: 15px;
        height: 20px;
        width: 20px;
    }
    .sec-branch .owl-nav .owl-prev, .sec-branch .owl-nav .owl-next {
        background-size: 22px;
    }
}


/*============================================= Css Of Medium Device ======================================================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .sec-branch .overlay .text-content {
        top: 20%;
        left: 10%;
        width: 70%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .sec-branch .overlay .text-content {
        top: 20%;
    }
    .sec-branch .overlay .text-content {
        width: 70%;
    }
}
@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .sec-branch .overlay .text-content {
        top: 20%;
    }
    .sec-branch .overlay .text-content {
        width: 70%;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .sec-branch .overlay{
        top: 40%;
    }
}


/*----------------------------------------- About --------------------------------------------------*/
.sec-about {
    padding: 0px;
}
.sec-about .equal-content {
    display: table-row;
}
.sec-about .content-left, .sec-about .content-right {
    display: table-cell;
    vertical-align: middle;
    width: 28%;
}
.sec-about .content-right .content-box{
    padding: 64px;
    box-shadow: rgba(193, 193, 193, 0.9) 0px 1px 20px 5px;
    background-color: #f7f7f7;
}
.sec-about .content-right{
    padding:50px;
}
.sec-about .content-right h1,.sec-about .content-right p{
    color: #000;
}
.sec-about .content-right .title {
    margin-bottom: 25px;
    width: 60%;
}
.sec-about .content-right p{
    color: #777;
    line-height: 26px;
    text-align: justify;
}
.sec-about .content-right .button-content{
    margin-top: 30px;
}
.sec-about-full{
    padding: 150px 0px;
}
.sec-about-full .double-img-content .first-content {
    margin-bottom: 30px;
}
.sec-about-full .double-img-content .first-content:after{

}
.sec-about-full .para-content p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 28px;
    color: #828282;
}
.sec-about-full .para-content .sub-title{
    margin-bottom: 10px;
}
.sec-about-full .para-content .sub-title h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}


/*-------- Rate Content --------*/
.content-rate{
    margin-top: 30px;
}
.content-rate ul li{
    display: block;
    line-height: 28px;
    margin-bottom: 0px;
    background: none;
    outline: none;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    padding: 10px;
    z-index: 100;
}
.content-rate ul li:before {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee;
}
.content-rate ul li:hover:before{
    width: 100%;
}
.content-rate ul li .left, .content-rate ul li .right{
    display: inline-block;
    vertical-align: middle;
}
.content-rate ul li .left{
    min-width: 300px;
    border-right: 3px solid #f12a02;
}
.content-rate ul li .left span{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    z-index: 10
}
.content-rate ul li .right span{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #888686;
    font-weight: bold;
    float: right;
} 
.content-rate ul li .right{
    min-width: 100px;
}


/*============================================= Css Of Small Device ======================================================*/

@media (max-width: 767px){
    .sec-about-full {
        padding: 30px 0px;
    }
    .sec-about .content-right .title {
        margin-bottom: 20px;
        width: 100%;
    }
    .sec-about .content-right .title p{
        font-size:12px;
        line-height: 20px;
    }
    .sec-about .content-right {
        padding: 30px 10px;
    }
    .sec-about .equal-content {
        display: block;
    }
    .sec-about .content-left, .sec-about .content-right {
        display: block;
        width: 100%;
    }
    .sec-about .content-right .content-box {
        padding: 30px;
    }
    .content-rate ul li{
        text-align: left;
        width: 100%;
    }
    .content-rate ul li .left, .content-rate ul li .right {
        min-width: 100%;
    }
    .sec-about .content-right p{
        font-size: 12px;
        line-height: 22px;
    }
    .content-rate ul li .right span{
        float: none;
        font-size: 16px;
    }
    .content-rate {
        margin-top: 30px;
    }
    .content-rate ul li .left{
       border-right: none;
       position: relative;
       margin-bottom: 10px;
    }
    .content-rate ul li .left:after{
        content: "";
        background: #f12a02;
        width: 50px;
        height: 2px;
        position: absolute;
        left: 2%;
        bottom: -5px;
        margin-left: 0px;
    }
    .content-rate ul li .left span {
        font-size: 18px;
    }
}

/*============================================= Css Of Medium Device ======================================================*/

/*--------------- iPads (landscape) ------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .sec-about-full {
        padding: 50px 0px;
    }
    .sec-about .equal-content {
        display: block;
    }
    .sec-about .content-left, .sec-about .content-right {
        display: block;
        width: 100%;
    }
}

/*--------------- iPads (portrait) ------------*/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .sec-about-full {
        padding: 50px 0px;
    }
    .sec-about .equal-content {
        display: block;
    }
    .sec-about .content-left, .sec-about .content-right {
        display: block;
        vertical-align: middle;
        width: 100%;
    }
}

@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .sec-about-full {
        padding: 50px 0px;
    }
    .sec-about .equal-content {
        display: block;
    }
    .sec-about .content-left, .sec-about .content-right {
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: portrait){
    .sec-about-full {
        padding: 50px 0px;
    }
    .sec-about .equal-content {
        display: block;
    }
    .sec-about .content-left, .sec-about .content-right {
        display: block;
        width: 100%;
    }
}


/*============================================= Css Of Large Device ======================================================*/

@media only screen  and (min-width : 1600px) and (max-width: 1824px){
    .sec-about .content-right .content-box{
        padding: 50px;
    }
    .sec-about .content-right {
        padding: 40px;
    }
    .sec-about .content-right .title {
        margin-bottom: 20px;
        width: 75%;
    }
    .content-rate ul li .left {
        min-width: 280px;
        border-right: 2px solid #f12a02;
    }
    .content-rate ul li {
        line-height: 20px;
    }
    .sec-about .content-right h1 {
        line-height: 34px;
        font-size: 22px;
    }
    .sec-about .content-right p{
        line-height: 24px;
        font-size: 14px;
    }
    .content-rate ul li .left span {
        font-size: 18px;
    }
    .content-rate ul li .right span {
        font-size: 16px;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .sec-about .content-right .content-box{
        padding: 50px;
    }
    .sec-about .content-right {
        padding: 40px;
    }
    .sec-about .content-right .title {
        margin-bottom: 20px;
        width: 75%;
    }
    .content-rate ul li .left {
        min-width: 280px;
        border-right: 2px solid #f12a02;
    }
    .content-rate ul li {
        line-height: 20px;
    }
    .sec-about .content-right h1 {
        line-height: 34px;
        font-size: 22px;
    }
    .sec-about .content-right p{
        line-height: 24px;
        font-size: 14px;
    }
    .content-rate ul li .left span {
        font-size: 18px;
    }
    .content-rate ul li .right span {
        font-size: 16px;
    }
}


/*=================================== Portfolio Section ==========================================*/
.portfolio--section{
    background-color: #f7f7f7;
}
.portfolio--section .portfolio--item{
    padding: 5px;
}
.portfolio--section .title .title-text{
    color: #000;
}

.auto-fill {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(80px, 1fr));
  grid-auto-rows: minmax(80px, 300px);
  grid-auto-flow: dense;
}
.auto-fill .portfolio--item:nth-child(3n) {
  grid-column-end: span 2;
}
.auto-fill .portfolio--item:nth-child(4n) {
  grid-column-end: span 3;
}
.auto-fill .portfolio--item:nth-child(10n) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.portfolio--item figure{
    position: relative;
}
.portfolio--item figure img{
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.portfolio--item figure:hover img{
    transform: scale(1.1);
}
.portfolio--item figure .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.6);
}
.portfolio--item figure:hover .overlay{
    opacity: 1;
}
.portfolio--item figure .cart-info {
    position: absolute;
    top: auto;
    bottom: 44%;
    right: 0%;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}
.portfolio--item figure:hover .cart-info {
    opacity: 1;
}
.portfolio--item figure:hover .overlay{
    opacity: 1;
}
.portfolio--item figure .cart-info i{
    font-size: 20px;
    color: #fff;
}
.portfolio--item figure:hover .cart-info i {
    -webkit-animation: fadeInUp 500ms ease-in-out;
    animation: fadeInUp 500ms ease-in-out;
}


/*=================================== Attorny Content ==========================================*/
.sec-attorny{
    background-color: #f12a02;
    padding: 40px 0px;
}
.sec-attorny h1{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
}
.sec-attorny .button{
    float: right;
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    padding: 20px 40px;
    font-size: 12px;
    min-width: 250px;
    border:1px solid transparent;
}
.sec-attorny .button:hover{
    background-color: #000;
    color: #fff;
    border:1px solid rgba(0,0,0,0.6);
}


/*============================================= Responsive Of Attorny Content ======================================================*/

/*============= Css Of Small Device ==================*/

@media (max-width: 767px){
    .sec-attorny{
        text-align: center;
        padding: 20px 0px;
    }
    .sec-attorny h1 {
        font-size: 26px;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 18px;
    }
    .sec-attorny .button {
       padding: 15px;
        font-size: 10px;
        width: 80%;
        margin-bottom: 5px;
        float: none;
     }
}

/*============================================= Css Of Medium Device ======================================================*/

/*--------------- iPads (portrait) ------------*/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .sec-attorny .button {
        float: none;
        margin: 30px 0px;
    }
}
@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .sec-attorny .button {
        float: none;
    }
}

/*============================================= Css Of Large Device ======================================================*/

@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .sec-attorny {
        padding: 35px 0px;
    }
    .sec-attorny h1 {
        font-size: 32px;
        line-height: 56px;
    }
}
@media  screen and (min-width: 1025px) and (max-width: 1224px) and (orientation: landscape){
    .sec-attorny {
        padding: 35px 0px;
    }
    .sec-attorny h1 {
        font-size: 34px;
        line-height: 58px;
    }
}


/*============================================================ Blog Content ==================================================================*/

.sec-blog .box-content{
    margin-right: 80px;
    margin-top: 0px;
}
.sec-blog .box-content .title .title-text{
    color: #fff;
}
.blog-content{
    position: relative;
    margin-bottom: 100px;
}
.blog-content .image-content {
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.blog-content .image-content:before {
    position: absolute;
    display: block;
    content: '';
    width: 42px;
    height: 45px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    left: 5px;
    top: 5px;
    transition: .5s;
    box-sizing: border-box;
    z-index: 1;
}
.blog-content .image-content:after {
    position: absolute;
    display: block;
    content: '';
    width: 42px;
    height: 45px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    right: 5px;
    bottom: 5px;
    transition: .5s;
    box-sizing: border-box;
    z-index: 1
}
.blog-content:hover .image-content{
    -webkit-box-shadow: 0px 10px 35px 3px #bbbbbb;
    box-shadow: 0px 10px 35px 3px #bbbbbb;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}  
.blog-content:hover .image-content:before {
    width: 310px;
    height: 205px;
}
.blog-content:hover .image-content:after {
    width: 310px;
    height: 205px;
}
.blog-content .image-content .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.blog-content .blog-date{
    position: absolute;
    top: 25px;
    right: -1px;
    height: 50px;
    width: 145px;
    background-color: #f12a02;
    text-align: center;
    padding: 12px;
}
.blog-content .blog-date span{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin: 0px 2px;
}
.blog-content .blog-date span.date, .blog-content .blog-date span.year{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}
.blog-content .detail-content{
    position: absolute;
    background-color: rgba(241,42,2,0.8);
    width: 500px;
    top: 25px;
    left: 38px;
    padding: 40px;
}
.blog-content .detail-content .title{
   width: 100%;
   margin-bottom: 30px;
}
.blog-content .detail-content .title .title-text:after{
    background-color: #fff;
}
.blog-content .detail-content .title .title-text{
    font-size: 24px;
    line-height: 36px;
}
.blog-content .detail-content .review-list{
    margin-bottom: 15px;
}
.blog-content .detail-content .review-list ul{
    display: block;
}
.blog-content .detail-content .review-list ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.blog-content .detail-content .btn-content{
    margin-top: 25px;
    margin-bottom: 0px;
}
.blog-content .detail-content .btn-content .button{
    background-color: #fff;
    color: #000000;
    padding: 12px 10px;
    width: 150px;
    font-size: 12px;
    line-height: 20px;
}
.blog-content .detail-content h6, .blog-content .detail-content p, .blog-content .detail-content span, .blog-content .detail-content a{
    color: #fff;
}
.blog-content .detail-content .review-list i{
    margin-right: 8px;
}
.blog-content .detail-content p{
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
}


/*---Wedget Content ----*/
.sec-blog .widget-content{
    padding: 30px;
    margin-bottom: 60px;
    background-color: #e6e6e6;
}
.sec-blog .widget-content .title{
    margin-bottom: 30px;
    width: 100%;
}
.sec-blog .widget-content form label{
    font-size: 16px;
    margin-bottom: 15px;
}
.sec-blog .widget-content ul li .entry-image, .sec-blog .widget-content ul li .entry-detail{
    display: inline-block;
    vertical-align: middle;
}
.sec-blog .widget-content ul li{
    margin-bottom: 20px;
}
.sec-blog .widget-content ul li:last-child{
    margin-bottom: 0px;
}
.sec-blog .widget-content ul li .entry-image{
    border-radius: 50%;
    overflow: hidden;
}
.sec-blog .widget-content ul li .entry-detail{
    width: 80%;
    margin-left: 15px;
}
.sec-blog .widget-content ul li .entry-detail .entry-title h4{
    font-size: 14px;
    margin-bottom: 4px;
}
.sec-blog .widget-content ul li .entry-detail .entry-title h4 a{
    color: #8a8a8a;
    font-weight: 800;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sec-blog .widget-content ul li:hover .entry-detail .entry-title h4 a{
    color: #f12a02;
}
.sec-blog .widget-content ul li .entry-detail .entry-sub-title span{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #908c8c;
    text-transform: uppercase;
}

.sec-blog .widget-content ul.list-inline{
    display: block;
}
.sec-blog .widget-content ul.list-inline li{
    display: inline-block;
    text-align: center;
    background-color: #b3b3b3;
    border: 1px solid #b3b3b3;
    padding: 3px 10px;
    border-radius: 50px;
    min-width: 60px;
    margin-bottom: 5px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 3px;
}
.sec-blog .widget-content ul.list-inline li:hover{
    background-color: #f12a02;
    border: 1px solid #f12a02;
}
.sec-blog .widget-content ul.list-inline li a{
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 1px;
}

/*----- Pagination -----*/
.sec-blog .easyPaginateNav{
    margin: 0px 200px;
    text-align: center;
}
.sec-blog .easyPaginateNav a{
    margin: 0px 5px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 22px;
    color:  #f12a02;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size:14px;
    background-color: #f3f3f3;
    padding: 10px 15px;
}
.sec-blog .easyPaginateNav a.current{
    background-color: #f12a02;
    border-color:  #f12a02;
    color: #fff;
}
.sec-blog .easyPaginateNav a.first, .easyPaginateNav a.last{
    padding: 10px;
    position: relative;
}

/*============================================= Responsive ======================================================*/

/*-------------------------- Css Of Medium Device ---------------------*/

/*--------------- iPads (landscape) ------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .sec-blog .box-content {
        margin-right: 0px;
        margin-top: 0px;
    }
    .blog-content .detail-content {
        width: 440px;
        top: 25px;
        left: 38px;
        padding: 30px;
    }
    .blog-content .detail-content .title .title-text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .box-content .title .title-text:after {
        bottom: -12px;
    }
    .blog-content .detail-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .sec-blog .easyPaginateNav {
        margin: 50px 150px;
        position: relative;
        top: -25px;
    }
}

/*--------------- iPads (portrait) ------------*/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .sec-blog .box-content {
        margin-right: 0px;
        margin-top: 0px;
    }
    .blog-content .detail-content {
        width: 440px;
        top: 25px;
        left: 38px;
        padding: 30px;
    }
    .blog-content .detail-content .title .title-text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .box-content .title .title-text:after {
        bottom: -12px;
    }
    .blog-content .detail-content p {
        font-size: 13px;
        line-height: 22px;
    }
     .sec-blog .easyPaginateNav {
        margin: 50px 150px;
        position: relative;
        top: -25px;
    }
}

@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .sec-blog .box-content {
        margin-right: 0px;
        margin-top: 0px;
    }
    .blog-content .detail-content {
        width: 440px;
        top: 25px;
        left: 38px;
        padding: 30px;
    }
    .blog-content .detail-content .title .title-text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .box-content .title .title-text:after {
        bottom: -12px;
    }
    .blog-content .detail-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .sec-blog .easyPaginateNav {
        margin: 50px 150px;
        position: relative;
        top: -25px;
    }
}

/*============================================= Css Of Large Device ======================================================*/

@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .sec-blog .box-content {
        margin-right: 0px;
        margin-top: 0px;
    }
    .sec-blog .widget-content ul li .entry-detail {
        width: 75%;
        margin-left: 8px;
    }
}


/*============================================================ Blog Detail ==================================================================*/
.sec-blog-detail .image-content img{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 15px -6px black;
}
.sec-blog-detail .image-content{
    margin-bottom: 50px;
}
.sec-blog-detail .box-content .title .title-text{
    color: #000;
    font-size: 26px;
    line-height: 32px;
}
.sec-blog-detail .box-content p{
    margin-bottom: 20px;
    text-align: justify;
    line-height: 28px;
    color: #828282;
}
.sec-blog-detail .para-content .sub-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sec-blog-detail .para-content .sub-title h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.sec-blog-detail .para-content h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 15px 0px 10px 0px;
}
.sec-blog-detail .para-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 26px;
}
.sec-blog-detail .para-content ol{
    padding-left: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sec-blog-detail .para-content ol li{
    margin-bottom: 15px;
}
.sec-blog-detail .para-content ul li:after {
    position: absolute;
    color: #000;
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    top: 1px;
}
    



/*============================================= Css Of Responsive ======================================================*/
/*================================= Css Of Small Device ========================================*/

@media (max-width: 767px){
    .sec-blog .box-content {
        margin-right: 0px;
    }
    .blog-content {
        margin-bottom: 50px;
    }
    .blog-content .detail-content {
        position: relative;
        background-color: rgba(241,42,2,1);
        width: 100%;
        top: 25px;
        left: 0px;
        padding: 30px;
    }
    .blog-content .blog-date {
        top: 15px;
        right: 25px;
        height: 40px;
        width: 125px;
    }
    .blog-content .blog-date span {
        font-size: 12px;
        font-weight: 300;
        margin: 0px;
    }
    .sec-blog{
        padding-bottom: 5px;
    }
    .sec-blog .easyPaginateNav {
        margin: 20px 0px;
        text-align: center;
    }
    .sec-blog .easyPaginateNav a {
        margin: 0px 3px;
        height: 20px;
        width: 18px;
        line-height: 22px;
        font-size: 12px;
        padding: 10px 15px;
    }
    .sec-blog .widget-content {
        padding: 25px;
        margin-bottom: 20px;
        margin-top:20px;
    }
    .sec-blog .widget-content ul li .entry-detail{
        width: 70%;
        margin-left: 8px;
    }
    .sec-blog .widget-content ul li .entry-detail .entry-title h4 {
        font-size: 12px;
        margin-bottom: 2px;
    }
}
/*================================== Css Of Large Device =========================================*/


@media only screen  and (min-width : 1600px) and (max-width: 1824px){
     .sec-blog .widget-content {
        padding: 25px;
        margin-bottom: 40px;
    }
    .sec-blog .widget-content .title {
        margin-bottom: 20px;
        width: 100%;
    }
    .sec-blog .widget-content .title h4{
        font-size: 16px;
    }
    .blog-content .blog-date span {
        font-size: 16px;
    }
    .sec-blog .widget-content ul li {
        margin-bottom: 15px;
    }
    .sec-blog .widget-content ul li .entry-detail {
        margin-left: 10px;
    }
    .sec-blog .widget-content ul li .entry-detail .entry-title h4 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .sec-blog .widget-content ul li .entry-detail .entry-sub-title span {
        font-size: 11px;
    }
    .blog-content .blog-date {
        top: 26px;
        right: -5px;
        height: 45px;
        width: 140px;
        padding: 10px;
    }
    .sec-blog .page-nation .pagination li a, .sec-blog .page-nation .pagination li span {
        margin: 0px 3px;
        height: 40px;
        width: 40px;
        line-height: 25px;
        font-size: 14px;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .sec-blog .widget-content {
        padding: 25px;
        margin-bottom: 40px;
    }
    .sec-blog .widget-content .title {
        margin-bottom: 20px;
        width: 100%;
    }
    .sec-blog .widget-content .title h4{
        font-size: 16px;
    }
    .blog-content .blog-date span {
        font-size: 16px;
    }
    .sec-blog .widget-content ul li {
        margin-bottom: 15px;
    }
    .sec-blog .widget-content ul li .entry-detail {
        margin-left: 10px;
    }
    .sec-blog .widget-content ul li .entry-detail .entry-title h4 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .sec-blog .widget-content ul li .entry-detail .entry-sub-title span {
        font-size: 11px;
    }
    .blog-content .blog-date {
        top: 26px;
        right: -5px;
        height: 45px;
        width: 140px;
        padding: 10px;
    }
    .sec-blog .page-nation .pagination li a, .sec-blog .page-nation .pagination li span {
        margin: 0px 3px;
        height: 40px;
        width: 40px;
        line-height: 25px;
        font-size: 14px;
    }
}


/*=================================== ContactUs ==========================================*/

.sec-contact{
    padding: 70px 0px;
    z-index: 460;
}
.sec-contact .contactus-content .title {
    width: 100%;
    margin-bottom: 0px;
}
.sec-contact .contactus-content .title .title-text{
    margin-bottom: 20px;
    color: #000;
    line-height: 42px;
    font-size: 32px;
}
.sec-contact .contactus-content .title p {
    color: #8c8c8c;
    font-size: 16px;
}
.sec-contact .contactus-content .title .title-text:after{
    bottom: -8px;
}
.sec-contact .contactus-content .button{
    width: 100%;
    margin-top: 20px;
    height: 60px;
}
.sec-contact .contactus-content .form-content {
    margin-left: 0px;
    z-index: 1000000;
    padding: 0px;
    padding-left: 20px;
}
.sec-contact .contact-form .form-control{
   height: 50px;
  font-weight: 300;
}
.sec-contact .contact-form textarea.form-control {
    min-height: 150px;
}
.sec-contact .contact-form .form-group{
    margin-bottom: 10px;
}
.sec-contact .contact-form label{
    font-size: 14px;
    margin-bottom: 10px;
}
.sec-contact iframe{
    height: 560px;
    width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 15px -6px black;
}

/*-- Map Locator --*/
.sec-contact .img-content{
    padding: 0px 35px  0px 0px;
}
.sec-contact .img-content img{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 15px -6px black;
}
.img-locator-content img{
    width:30px;
}

/*============================================= Responsive ======================================================*/

/*====================== Css Of Small Device ============================*/

@media (max-width: 767px){
    .sec-contact .img-content {
        padding: 0px 15px 20px 15px;
    }
    .sec-contact .contactus-content .form-content {
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 0px;
    }
}

/*============================================= Css Of Medium Device ======================================================*/

@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .sec-contact .contactus-content .form-content{
        margin-top: 50px;
    }
}


/*====================== Css Of Large Device ======================*/

@media only screen  and (min-width : 1600px) and (max-width: 1824px){
    .sec-contact .contact-form .form-control {
        height: 45px;
    }
    .img-locator-content {
        top: 51.5%;
        left: 45.8%;
    }
}
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .sec-contact .contact-form .form-control {
        height: 45px;
    }
    .img-locator-content {
        top: 51.5%;
        left: 45.8%;
    }
}


/*=================================== Footer ==========================================*/

/*------ Widget ------*/
.widget h4{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
}
.widget.links ul li{
    margin-bottom: 8px;
    line-height: 24px
}
.widget.links ul li a, .widget.text p{
    color: #fff;
}
.widget.links ul li a{
    font-size: 14px;
}
.widget.text p{
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    margin-right: 30px;
}
.widget.links ul li a{
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.widget.links ul li a:hover{
    color:#f12a02;
}
.footer hr {
    margin:30px auto;
    border: 0;
    border-top: 1px solid #888;
}
.widget .social-content ul{
    display: block;
    text-align: left;
    margin: 30px 0px;
}
.widget .social-content ul li:fist-child{
    margin-left: 0px;
}

.footer .social{
    margin: 25px 0px;
}
.footer .social ul li a{
    background-color: rgba(0,0,0,0.9);
    margin-bottom: 0px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
     border-radius: 0px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.footer .social ul li a:hover{
    background-color:#f12a02;
}
.footer .social ul li a:hover i{
    color:#ffffff;
}
.footer .social ul li a i{
    color: #898989;
    text-align: center;
    margin: 0;
    line-height: 30px;
}

.footer .address-box .icone-content, .footer .address-box .detail-content {
    display: inline-block;
}
.footer .address-box .icone-content i {
    color: #f12a02;
    font-size: 14px;
}
.footer .address-box .icone-content {
    vertical-align: top;
}
.footer .address-box .icone-content {
    margin-right: 10px;
    margin-top: 5px;
}
.footer .address-box .detail-content p, .footer .address-box .detail-content a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-right: 0px;
}
.footer .address-box .detail-content {
    margin-bottom: 20px;
}
.footer .address-content-right .detail-content {
    margin-bottom: 5px;
}
.footer .address-box .address-content-right {margin-bottom: 10px;}
.address-content-right .label-office {
    color: #f12a02;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
} 
/*--------- Footer One -------*/

.footer{
    background-color: #171717;
    padding:80px 0px 40px 0px;
}
.footer .newsletter{
    margin-top: 20px;
    margin-bottom: 15px;
}
.footer .form-inline .form-control{
    height: 42px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 0px;
    width: 250px !important;
}
.footer .form-inline span{
    color:#ffffff;
    margin-right:10px;
}
.footer .newsletter .button{
    width: 150px;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}
.footer .copyright{
    text-align:center;
}
.footer .copyright .social-content{
    display: none;
}
.footer .copyright p.copy{
    color: #888;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
}



/*============================================= Responsive Of footer ======================================================*/

/*============= Css Of Small Device ==================*/

@media (max-width: 767px){
    .footer {
        padding: 15px 0px 20px 0px;
    }
    .footer hr {
        margin: 0px auto 15px auto;
    }
    .footer .newsletter .form-inline{
        display: block;
    }
    .footer .newsletter .form-inline .form-group, .footer .newsletter .form-inline .button{
        display: inline-block;
    }
    .footer .form-inline .form-control {
        height: 40px;
        font-size: 12px;
        width: 180px !important;
    }
    .footer .newsletter .button {
        width: 100px;
        height: 40px;
        margin-bottom: 2px;
    }
    .footer .address-content-right .detail-content {
        margin-bottom: 0px;
    }
    .footer .address-content-right ul{
        margin-bottom: 20px;
    }
    .footer .address-box .detail-content p, .footer .address-box .detail-content a {
        font-size: 12px;
        line-height: 22px;
    }
    .footer .address-box .icone-content {
        margin-right: 10px;
        margin-top: 0px;
    }
    .widget{
        margin: 10px 0px;
    }
    .widget.text p{
        margin-right: 0px;
    }
    .widget h4 {
       margin-bottom: 15px;
       font-size: 14px;
    }
    .widget.links ul li {
        margin-bottom: 0px;
        line-height: 22px;
        margin-left: 3px;
    }
    .widget.links ul li a{
        font-size: 12px;
    }
    .widget .social{
        display: none;
    }
    .footer .social {
        margin: 0px 0px 5px 0px;
    }
    .footer .social ul li {
        padding-right: 2px;
        padding-left: 2px;
    }
    .footer .social ul li a {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .footer .copyright, .footer .copyright p.copy {
        text-align: center;
    }
    .footer .copyright p.copy {
        font-size: 10px;
        margin-top: 3px;
    }
    .footer .copyright .social-icone{
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer .copyright .social-content, .footer .copyright p.copy {
        display: block;
        text-align: center;
    }
}

/*============================================= Css Of Medium Device ======================================================*/


/*--------------- iPads (landscape) ------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .footer .copyright, .footer .copyright p.copy {
        text-align: center;
    }
    .widget h4 {
        margin-bottom: 15px;
        font-size: 14px;
    }
}
/*--------------- iPads (portrait) ------------*/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait){
    .footer .copyright, .footer .copyright p.copy {
        text-align: center;
    }
    .widget h4 {
        margin-bottom: 15px;
        font-size: 14px;
    }
}
@media  screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .footer .copyright, .footer .copyright p.copy {
        text-align: center;
    }
    .widget h4 {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

/*============================================= Css Of Large Device ======================================================*/
@media only screen  and (min-width : 1225px) and (max-width: 1599px){
    .widget.links ul li {
        margin-bottom: 2px;
        line-height: 22px;
        margin-left: 2px;
    }
    .footer .newsletter {
        margin-top: 15px;
        margin-bottom: 5px;
    }
}
@media  screen and (min-width: 1025px) and (max-width: 1224px) and (orientation: landscape){
    .widget.links ul li {
        margin-bottom: 2px;
        line-height: 22px;
        margin-left: 2px;
    }
    .footer .newsletter {
        margin-top: 15px;
        margin-bottom: 5px;
    }
}

