/**************************************************************************
***************** Master Stylesheet ************************
***************************************************************************
=========================== Content Index =================================
* 1. Miscelnious styles 
* 2. Header styles 
* 3. slider styles 
* 4. Welcome section styles 
* 5. Full img sec styles 
* 6. FAQ sec styles 
* 7. Testimonial sec styles 
* 8. statics sec styles 
* 9. Testimonial sec styles 
* 10. Blog sec styles 
* 11. Client Carousel sec styles 
* 12. Home CTA sec styles 
* 13. Footer sec styles 

***************************************************************************
**************************************************************************/
/***************************************
* 1. Miscelnious styles 
****************************************/

/*Font css*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/




@import url('font-awesome.min.css');
@import url('animate.css');

/*Main css*/
@import 'header-style.css';
@import 'slider-style.css';
@import 'service-page-style.css';
@import 'team-page-style.css';
@import 'blog-page-style.css';
@import 'contact-page-style.css';
@import 'theme-color.css';
@import 'effect.css';




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

@font-face {
  font-family: VazirThin;
  src: url('../fonts/vazir/Vazir-Thin.eot');
  src: url('../fonts/vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/vazir/Vazir-Thin.woff2') format('woff2'),
       url('../fonts/vazir/Vazir-Thin.woff') format('woff'),
       url('../fonts/vazir/Vazir-Thin.ttf') format('truetype');
  font-weight: normal;
}

/*@font-face {
  font-family: VazirBold;
  src: url('../fonts/vazir/Vazir-Bold.eot');
  src: url('../fonts/vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/vazir/Vazir-Bold.woff2') format('woff2'),
       url('../fonts/vazir/Vazir-Bold.woff') format('woff'),
       url('../fonts/vazir/Vazir-Bold.ttf') format('truetype');
  font-weight: normal;
}*/
@font-face {
  font-family: VazirBold;
  src: url('/new/fonts/mjCasablanca/Mj_Casablanca.eot');
  src: url('/new/fonts/mjCasablanca/Mj_Casablanca.eot?#iefix') format('embedded-opentype'),
       url('/new/fonts/mjCasablanca/Mj_Casablanca.woff2') format('woff2'),
       url('/new/fonts/mjCasablanca/Mj_Casablanca.woff') format('woff'),
       url('/new/fonts/mjCasablanca/Mj_Casablanca.ttf') format('truetype');
  font-weight: normal;
}

body {
    direction:rtl;
    font-family: 'VazirThin';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a,
a:hover,
a:active {
    text-decoration: none;
}
input,
textarea,
button {
    outline: none;
}
p {
    color: #333;
    line-height: 26px;
    font-size: 15px;
    /*margin-top: -7px;*/
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-family: 'vazirBold', Tahoma;
    margin-bottom: 20px;
    margin-top: 0;
    background:none;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
    line-height: 26px; 
}
.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
.btn-xlg {
    padding: 15px 50px
}

.btn-lg {
    padding: 12px 30px;
    display: inline-block;
}
.h2, h2 {
    font-size: 22px;
}
.h1, h1 {
    font-size: 25px;
}
.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}
.theme-btn-orng {
    color: #FFF;
    background-color:#f77b55;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    float: left;


}
.theme-btn-orng:hover {
    background: #000;
    color: #FFF;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

/*initialize*/

.no-br {
    border-radius: 0;
}
 
.inline {
    display: inline;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.overflow-hidden {
    overflow: hidden;
}
 
.white-text, .ajax-spinner:after {
    color: #fff;
}

.black-text {
    color: #000;
}
 

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.block {
    display: block;
} 

.al-left {
    text-align: left;
}

.al-right {
    text-align: right;
} 
.float-l {
    float: left;
}

.float-r {
    float: right;
} 

.fs-10 {
 font-size:10px
}
.fs-11 {
 font-size:11px
}
.fs-12 {
 font-size:12px
}
.fs-13 {
 font-size:13px
}
.fs-14 {
 font-size:14px
}
.lh-15 {
 line-height:15px
} 
.fs-15 {
 font-size:15px
}
.lh-20 {
 line-height:20px
} 
.fs-20 {
 font-size:20px
}
.lh-25 {
 line-height:25px
} 
.fs-25 {
 font-size:25px
}
.lh-30 {
 line-height:30px
} 
.fs-30 {
 font-size:30px
}
.lh-35 {
 line-height:35px
} 
.fs-35 {
 font-size:35px
}
.lh-40 {
 line-height:40px
} 
.fs-40 {
 font-size:40px
}
.lh-45 {
 line-height:45px
} 
.fs-45 {
 font-size:45px
}
.lh-50 {
 line-height:50px
} 
.fs-50 {
 font-size:50px
}

.mt-1 {
 margin-top:5px !important;
}
.mb-1 {
 margin-bottom:5px !important;
}
.ml-1 {
 margin-left:5px !important;
}
.mr-1 {
 margin-right:5px !important;
}
.mt-2 {
 margin-top:10px !important;
}
.mb-2 {
 margin-bottom:10px !important;
}
.ml-2 {
 margin-left:10px !important;
}
.mr-2 {
 margin-right:10px !important;
}
.mt-3 {
 margin-top:15px !important;
}
.mb-3 {
 margin-bottom:15px !important;
}
.ml-3 {
 margin-left:15px !important;
}
.mr-3 {
 margin-right:15px !important;
}
.mt-4 {
 margin-top:20px !important;
}
.mb-4 {
 margin-bottom:20px !important;
}
.ml-4 {
 margin-left:20px !important;
}
.mr-4 {
 margin-right:20px !important;
}
.mt-5 {
 margin-top:25px !important;
}
.mb-5 {
 margin-bottom:25px !important;
}
.ml-5 {
 margin-left:25px !important;
}
.mr-5 {
 margin-right:25px !important;
}
.mt-6 {
 margin-top:30px !important;
}
.mb-6 {
 margin-bottom:30px !important;
}
.ml-6 {
 margin-left:30px !important;
}
.mr-6 {
 margin-right:30px !important;
}
.mt-7 {
 margin-top:35px !important;
}
.mb-7 {
 margin-bottom:35px !important;
}
.ml-7 {
 margin-left:35px !important;
}
.mr-7 {
 margin-right:35px !important;
}
.mt-8 {
 margin-top:40px !important;
}
.mb-8 {
 margin-bottom:40px !important;
}
.ml-8 {
 margin-left:40px !important;
}
.mr-8 {
 margin-right:40px !important;
}
.mt-9 {
 margin-top:45px !important;
}
.mb-9 {
 margin-bottom:45px !important;
}
.ml-9 {
 margin-left:45px !important;
}
.mr-9 {
 margin-right:45px !important;
}
.mt-10 {
 margin-top:50px !important;
}
.mb-10 {
 margin-bottom:50px !important;
}
.ml-10 {
 margin-left:50px !important;
}
.mr-10 {
 margin-right:50px !important;
}
.no-pad {
 padding:0 !important
}
.np-l {
 padding-left:0 !important
}
.np-t {
 padding-top:0 !important
}
.np-r {
 padding-right:0 !important
}
.np-b {
 padding-bottom:0 !important
}
.pad-5 {
 padding:5px
}
.pad-10 {
 padding:10px
}
.pad-15 {
 padding:15px
}
.pad-20 {
 padding:20px
}
.pad-25 {
 padding:25px
}

/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #aaa;
    -webkit-border-radius: 0px;
    border-radius: 4px;
    color: #888;
    outline: none;
    font-weight: 400;

    font-size: 13px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background-color: #FFF;
    width: 100%;
    padding: 8px 10px;
}

input[type="checkbox"] {
   width: 40px;
   height: 15px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #000;
    color: #323232;
}

.input-sm {
    padding: 12px 15px;
    height: auto;
    
}
textarea {
    height: 60px;
}
label {
    color: #323232;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: normal;
}
.form-full {
    width: 100%;
}
a:focus {
    outline: none;
}

/* Spacer Style   ||-----------*/
.spacer-30 {
    width: 100%;
    height: 30px;
    float: left;
}
.fa-hand-o-right::before{
    margin-right: 10px;
    color: #f77b55;
}
.wd-50{
    width: 50%;
    margin: auto;

}
.mb-50{
    margin-bottom: 45px;
}
.bg-color-gray{
    background-color: #f1f1f1;
}
figure.effect-bubba h2{
    color: #fff;
    font-size: 24px;
}
.sec-pad {
    padding: 60px 0 !important;
}
.padd-btm{
    padding-bottom: 0;
}
.plr-none{
    padding-left: 0;
    padding-right: 0;
}
/* Common css*/
.nopadding {
    padding: 0px;
}
.pinside60 {
    padding: 58px;
}
.bg-color-gray{
    background-color: #f2f2f2;
}
.bg-white {
    background-color: #fff;
}
.outline {
    border: 1px solid #dee4ee;
}
/* End Common css*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 31px;
}
/*Start section title heading css*/
 

.section-title { 
    margin-bottom: 0px !important; 
    margin-top: 50px !important; 
}
    .section-title hr {
        margin-top: 5px;
    }


.section-title.bt{
    margin-top: 70px;
    margin-bottom: 0px;
}

.section-title.no{
    margin-top: 0px;
    margin-bottom: 0px;
}
.section-title h1{
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    text-align: center;
    font-size: 30px;
    color: #383838;
    text-transform: uppercase;
    
}
.section-title p{
    text-align: center;
    color: #333;
}
/*End section title heading css*/

/* Start Top Header css*/
#topbar,#topbar_2 {
    background-color: #383f44;
    color: #909292;
}
#topbar .contact-info ul li,#topbar_2 .contact-info ul li {
  float: left;
}
#topbar .contact-info ul li,#topbar_2 .contact-info ul li {
  display: inline-block;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 48px;
  padding: 0 16px;
  font-weight: normal;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#topbar_2 .contact-info ul li {
  font-size: 12px;
  line-height: 35px;
  padding: 0 8px;
}

#topbar .contact-info ul li i.fa ,#topbar_2 .contact-info ul li i.fa {
  font-size: 18px;
  margin-right: 5px;
}

#topbar_2 .contact-info ul li i.fa {
  font-size: 16px;
  margin-right: 3px;
}

#topbar .link-info ul li,#topbar_2 .link-info ul li {
  float: right;
}
#topbar .link-info ul li,#topbar_2 .link-info ul li {
  display: inline-block;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 48px;
  padding: 0 16px;
  font-weight: normal;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#topbar_2 .link-info ul li {
  font-size: 12px;
  line-height: 35px;
  padding: 0 8px;
}

#topbar .link-info ul li a,#topbar_2 .link-info ul li a{
    color: rgba(255,255,255,0.7);
    margin-right:3px;
}
#topbar .link-info ul li a:hover,#topbar_2 .link-info ul li a:hover{
    color: #FFF;
}
/* End Top Header css*/

/* Start single-img-banner css*/
.single-img-banner{
    width: 100%;
    background: url(../img/main-slider/banner-img.jpg) no-repeat;
    margin-top: 80px;
    background-position: center;
}
.single-img-banner .overlay{
    width: 100%;
    height: 100%;
    padding: 190px 0;
    background-color: rgba(0,0,0,0.5);
}
.single-img-banner .heading-bx{
    width: 1168px;
    height: 343px;
    background: url(../img/resource/bnr-rectngle-bg.png) no-repeat;
    margin: auto;
    padding: 0 80px;
    text-align: center;
}
.single-img-banner .heading-bx h1{
    text-transform: uppercase;
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 0 0;

}
.single-img-banner .heading-bx h3{
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    font-weight: 100;
}
.single-img-banner .heading-bx .btn-white {
    color: #000;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 0 5px;
    line-height: 120px;
}
/* End single-img-banner css*/
.sections-wrapper {
    background: #FFF;
    1z-index: 20;
    position: relative;
}

/*Start Form Section css*/
.form-section{
    background-color: #04336b;
    padding: 50px;
    overflow: hidden;
    color: #FFF;
}
.form-section h3{
    font-size: 18px;
    margin: 0;
    margin-bottom:10px;
}
.form-section span{
    font-size: 12px;
}

.form-section p span{
    text-align:justify;
    width:100px; 
    display:inline-block;
}
.form-section p{
    color: #FFF;
    font-size: 12px;
    text-align:justify;
    padding:0px;
    margin:0px;


}
.form-section .form-post{

}
.form-section .form-post {
    margin: 0;
    padding: 0;
}
.form-section .form-post  input[type="text"]{
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
     margin-right: 30px;
    margin-bottom: 20px;
}
.form-section .form-post  input[type="Email"]{
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.form-section .form-post  input[type="tel"]{
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
    margin-bottom: 20px;
}
.form-section input[type="submit"]{
    width: 200px;
    height: 40px;
    float: left;
    background-color: #f77b55;
    border-radius: 4px;
    border:none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-right: 30px;
}

    .form-section .form-post p{
   width: 200px;
    height: 40px;
    color: #FFF;
    float: left;
    margin-bottom: 20px;
    line-height:14px;
    text-align:justify;
    font-size:11px;
     font-style:italic;
    }

.form-section select.list-ostan{
width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
       margin-bottom: 20px;
        margin-right: 30px;
}
.form-section select.type-card{
width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
       margin-bottom: 20px;
}

.form-section select.list-center{
width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #FFF;
    float: left;
       margin-bottom: 20px;
            margin-right: 30px;
}


.form-section select{
    background:url('../img/icons/select.png') left center no-repeat;

}


.form-section .form-post input[type="text"]:nth-child(4n){
    margin-bottom: 0px
}
.form-section .form-post input[type="text"]:nth-child(5n){
    margin-bottom: 0px
}
/* End Form Section */

/*Start About Section css*/
.about-section{
    background-color: #1e72ba;
    width: 100%;
    height: 375px;
    float: left;
}
.mover-man-img{
    z-index: 999;
}
.mover-man-img img{
    position: relative;
    top:80px;
    z-index: 999;
    left: 0px;
}
.about-section .content-col{
    padding: 80px 0;
}
.about-section .content-col h1{
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    text-align: right;
    font-size: 28px;
    font-family: 'vazirBold', Tahoma;

    color: #FFF;
    line-height: 22px;
    text-transform: uppercase;
}
.about-section .content-col p{
    color: #FFF;
}
/*Start Service Section css */
#services {
  width: 100%;
  float: left;
}
.service-bx{
    background-color: #42b686;
    height: 290px;
    padding: 10px;
}
.service-bx h6{
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    padding-top: 15px;
    text-align: center;
}
.service-bx-inner-brder{
    border:1px solid #FFF;
    height: 150px;
}
.icon-bx{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto 0 auto;
    background-color: #FFF !important;
    background: url(../img/icons/icon-1.jpg) no-repeat 13px;
    background-size: 44px auto;
}
.icon-bx .icon-2{
    background-color: #FFF !important;
    background: url(../img/icons/icon-2.png) no-repeat 13px;
    background-size: 44px auto;
     border-radius: 50%;
    width: 70px;
    height: 70px;
}
.icon-bx .icon-3{
    background-color: #FFF !important;
    background: url(../img/icons/icon-3.png) no-repeat 17px 20px;
    background-size: 35px auto;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
#services .owl-carousel {
  padding: 0 70px;
  position: relative;
}
#services .container .item {
  
}
#services .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}
#services .container .owl-theme .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#services .container .owl-theme .owl-nav {
  margin: 0;
}
#services .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#services .container .owl-prev {
  left: 0px;
  position: absolute;
  top: 0;
  line-height: 300px;
}
#services .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
#services .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#services .container .owl-next {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 300px;
}
#services .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
/* End Service Section css */

/* Start Testimonial section*/
#testimonials{
    width: 100%;
    float: left;

}
#testimonials .sec-pad{
    padding: 100px 0 90px;
}
#testimonials:before{
    content: '';
    width: 100%;
    background-color: #04336b;
    height: 320px;
    position: absolute;
}
#testimonials .overlay{
    width: 100%;
    height: 100%;

}
#testimonials .container {
  position: relative;
  z-index: 3
}
#testimonials h1{
    color: #FFF;
}
#testimonials p{
    color: #FFF;
}
#testimonials .text-box {
    width: 100%;
    vertical-align: middle;
    background-color: #FFF;
    display: table-cell !important;
    padding: 25px 15px 10px;
    border-radius: 4px;
    box-shadow: 0 0px 5px #c0baba;
}
#testimonials .quote-icon{
    background-color: transparent;
    float: left;
    font-size: 30px;
    color:rgba(16,182,134,0.4);
    position: relative;
    margin-right: 10px;
}
#testimonials .quote-icon .fa{
  
}
#testimonials .text-box p {
    color: #333;
    padding: 0;
    text-align: right;
    position: relative;
}
#testimonials .name-col{
    float: left;
    width: 35%;
    margin-top: 20px;
}
#testimonials .name-col h3{
    font-size: 16px;
    padding: 17px 0 0 0;
    margin: 0 0 10px 0;
    text-align: right;
    
}
#testimonials .country{
    margin: 0 0 0 37px;
}
#testimonials p.name {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
  font-family: "PT Serif",serif;
  text-align: center;
  color: #FFF;
}
#testimonials p.name span {
  font-size: 22px;
  line-height: 20px;
  font-style: italic;
  color: #FFC00B;
}
#testimonials .client-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(173, 165, 165, 0.3);
    float: right;
    margin-top: 27px;
}
#testimonials .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #000;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #000;
  background-color: #000;
}
#testimonials .item {
  padding-bottom: 0px;
  height: 260px;
  padding: 0 2px;
}
/* End Testimonial section css*/

/*Start Our Work Proces Section*/
#work-process{
    width: 100%;
    float: left;
    background-color: #e8e8e8;
}
.process{
    width: 100%;
} 
.process-icon-col{
    float: left;
    margin-right: 100px;
}
.process-icon-col p{
    margin-top: 20px;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.process-icon-col:last-child{
    margin-right: 0px;
}
.process-icon-col .icon-1{
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 80px;
    background-color: #FFF;
    background: url(../img/icons/1.png) no-repeat 35px #FFF;
     transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-1:hover{
    width: 140px;
    height: 140px;
    background-color: #f77b55 !important;
    background: url(../img/icons/1hover.png) no-repeat 45px;
    border-radius: 80px;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-2{
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 80px;
    background-color: #FFF;
    background: url(../img/icons/2.png) no-repeat 35px #FFF;
     transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-2:hover{
    width: 140px;
    height: 140px;
    background-color: #f77b55 !important;
    background: url(../img/icons/2-hover.png) no-repeat 45px;
    border-radius: 80px;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-3{
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 80px;
    background-color: #FFF;
    background: url(../img/icons/3.png) no-repeat 35px #FFF;
     transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-3:hover{
    width: 140px;
    height: 140px;
    background-color: #f77b55 !important;
    background: url(../img/icons/3-hover.png) no-repeat 45px;
    border-radius: 80px;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-4{
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 80px;
    background-color: #FFF;
    background: url(../img/icons/4.png) no-repeat 35px #FFF;
     transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-4:hover{
    width: 140px;
    height: 140px;
    background-color: #f77b55 !important;
    background: url(../img/icons/4-hover.png) no-repeat 45px;
    border-radius: 80px;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-5{
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 80px;
    background-color: #FFF;
    background: url(../img/icons/5.png) no-repeat 35px #FFF;
     transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.process-icon-col .icon-5:hover{
    width: 140px;
    height: 140px;
    background-color: #f77b55 !important;
    background: url(../img/icons/5-hover.png) no-repeat 45px;
    border-radius: 80px;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
/*End Our Work Proces Section*/

/*Start Why Choose Us Section*/
#why-choose-us{
    background: #242424;
    z-index: 1;
    position: relative;
    width: 100%;
    float: left;
    height: 693px;
}
#why-choose-us .section-title h1{
    margin: 0 0 10px 0;
    padding: 0;
    color: #FFF;
    text-align: right;
}
#why-choose-us .container {
    position: relative;
    z-index: 9999;
}
#why-choose-us:before{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(../img/resource/why-bg.jpg);
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}
#why-choose-us:after{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: #1e72ba;
    top: 0;
    right: 0;
    z-index: -1;
}
#why-choose-us .why-choose-list{
    padding: 50px 0 0 20px;
}
#why-choose-us .why-choose-list ul{
    margin: 0;
    padding: 0;
}
#why-choose-us .why-choose-list li{
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 30px;
}
#why-choose-us .why-choose-list li .icon-check{
    
    font-family: 'fontawesome';
    margin-left: 14px;
    font-size: 20px;
    color: #FFF;
    float: right;
}
#why-choose-us .why-choose-list li .advantage-text p{
    display: table;
    font-size:17px;
    color: #FFF;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
/*End why-choose-us Section*/

/* Start Facts section css*/
#counter{
    background-color: #f5fafe;
    width: 100%;
    float: left;
}
.brd-color{
    border-color: #72baa6 !important;
}
.brd-color-2{
    border-color: #f77b55 !important;
}
.brd-color-3{
    border-color: #04336b !important;
}
.brd-color-4{
    border-color: #ffcc00 !important;
}
#counter .circle{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border:2px solid;
    margin: 0 auto 0px auto;
    text-align: center;
}
#counter .circle img{    
    margin-top: 30px;
    margin-bottom: 20px;
}
#counter .circle h1{
    color: #295181;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}
#counter .circle p{

}
/* End Facts section css*/

/* Start Call us section css*/

#call-us{
    background-position: center !important;
    background-color: #04336b;
    width: 100%;
    float: left;
    padding: 0;
    background-size: cover !important;
    background: url(../img/resource/call-us-bg.jpg) no-repeat;
}
#call-us .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
#call-us .overlay.sec-pad{
    padding: 131px 0 100px 0;
}
#call-us .call-bx{
    width: 895px;
    height: 240px;
    background: url(../img/resource/rectangle-bg.png) no-repeat;
    margin: auto;
}
#call-us h1.main-title{
    font-size: 42px;
    font-family: 'vazirBold', Tahoma;/*'vazirBold2'*/
    1font-style: italic;
    text-align: center;
    top: -35px;
    color: #f77b55;
}
#call-us .call-bx-inner{
    width: 460px;
    margin: -10px auto;
}
#call-us .phn-icon-circle{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #1e72ba;
    float: right;
    border:8px solid #212020;
    background: url(../img/icons/mobile.png) no-repeat 25px #1e72ba;
    background-size: 20px auto;
}
#call-us .call-us-text{
    float: right;
    margin-right: 30px;
}
#call-us .call-us-text h2{
    font-weight: 100;
    color: #FFF;
}
#call-us .call-us-text h1{
    color: #FFF;
    text-align: center;
}
/* End Call us section css*/

/* Start Faq section css*/
#faq-section{
    width: 100%;
    float: right;
}
#faq-section .section-title h1{
    margin: 0 0 10px 0;
    padding: 0;
    text-align: right;
}
.panel-group {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-left: 0;
}
.panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'fontawesome';  /* essential for enabling glyphicon */
    content: "\f146";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #005e91; 
    margin-left:5px;        /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f0fe";    /* adjust as needed, taken from bootstrap.css */
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 12px;
}
.collapse.in { 
    display: block;
    border-left: 0;
    background-color: #ededed;
}
/* End Faq section css*/

#blog{

}

#blog .blog-main-holder{
  width: 100%;
}
#blog .left-col{
  width: 70px;
  float: left;
}
#blog .single-blog-post .img-holder:hover .overlay .date{
  width: 100px;
  padding: 5px;
  float: right;
  background-color: #1d72c9;
  margin: 10px 0 0 10px;
}
#blog .single-blog-post .img-holder:hover .overlay .out-line{
  border: 1px solid #FFF;
  padding: 10px;
}
#blog .single-blog-post .img-holder:hover .overlay .date h3{
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  font-family: "Open Sans",sans-serif;
}
#blog .single-blog-post .img-holder:hover .overlay .date span{
  font-weight: normal;
  font-size: 18px;
}
#blog .left-col .comment{
  width: 68px;
  padding: 15px 10px;
  background-color: #98bc24;
  float: left;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#blog .left-col .comment h3{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
}
#blog .single-blog-post{
  width: 100%;
}
#blog .single-blog-post .img-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
#blog .single-blog-post .img-holder .overlay {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(36,36,36, .75);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#blog .single-blog-post .img-holder:hover .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#blog .single-blog-post .img-holder .overlay .inner-holder {
    display: table;
    width: 100%;
    height: 100%;
}
#blog .single-blog-post .img-holder:hover .overlay ul.button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#blog .single-blog-post .img-holder .overlay ul.button {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#blog .single-blog-post .img-holder .overlay ul.button {
  margin-left: -5px;
  margin-right: -5px;
}
#blog .single-blog-post .img-holder .overlay ul.button li {
  display: inline;
  padding-left: 10px;
}
#blog .single-blog-post .img-holder .overlay ul.button li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: #272C0F;
  text-align: center;
  margin-left: -4px;
  line-height: 30px;
  border-radius: 50%;
}
#blog .single-blog-post .img-holder .overlay ul.button li a:hover {
  background: #7FA409;
  color: #fff;
}
#blog .single-blog-post > ul {
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 0px;
  margin-bottom: 20px;
}
#blog .single-blog-post > ul li {
  display: inline;
  padding: 0 10px 0 0;
}
#blog .single-blog-post > ul li span{
  color: #f77b55;
}
#blog .single-blog-post h3{
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;

  color: #000;
  text-align: right;

}
#blog .single-blog-post p{
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  text-align: right;

}

#blog .owl-controls {
  position: absolute;
  left: 0px;
  top: -68px;
}
#blog .owl-theme .owl-nav [class*=owl-] {
  width: 29px;
  height: 29px;
  color: #fff;
  line-height: 25px;
  padding: 0;
  background: #2d2d2d;
  text-align: center;
  border-radius: 0;
  font-size: 15px;
  -webkit-transition: all .3s ease;
           transition: all .3s ease;
}
#blog .owl-theme .owl-nav [class*=owl-]:hover {
  opacity: .55;
  filter: alpha(opacity=55);
}
#blog .owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

/* Start footer-up section css*/
#footer-up{
    width: 100%;
    float: left;
    background-color: #04336b;
    padding: 55px 0 84px;
}
#footer-up .aside-bx{
    width: 100%;
    border:2px dashed #FFF;
    height: 175px;
    overflow: hidden;
}
#footer-up .aside-bx h2{

    color: #FFF;
    margin: 0 0 8px 0
}
#footer-up br{

    color: #FFF;
    margin: 10px 0 0 0
}
#footer-up .aside-bx h1{

    color: #FFF;
}
#footer-up .aside-bx p{
    color: #FFF;
}
#footer-up .subscribe-form {
    overflow: hidden;
}
#footer-up .overlay {
    background: rgba(41,81,129,0.7);
    padding: 8px 16px;
    height: 100%;
}
#footer-up .news-letter-img{
    background: url(../img/resource/newsletter.png) no-repeat right 46px;
}
#footer-up .subscribe-form input[type="text"] {
    background: #FFF;
    border: 1px solid #FFF;
    color: #c1c1c1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    padding-left: 10px;
    padding-right: 5px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 378px;
    float: left;
}
#footer-up .subscribe-form .subscribe-button {
    background: #f77b55;
    color: #FFF;
    display: block;
    margin-left: 10px;
    text-align: center;
    transition: all 500ms ease 0s;
    border: 1px solid #f77b55;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}
#footer-up .back-img{
    1background: url(../img/resource/bg-img.jpg) no-repeat;
}
#footer-up img{
    z-index: 999;
    position: absolute;
left: 15px;
top: 30px;
}
/* End footer-up section css*/

/* start clients section css */
#clients {
  width: 100%;
  float: left;
}
#clients .owl-carousel {
  padding: 0 70px;
  position: relative;
}
#clients .container .item {
  height: 140px;
  line-height: 145px;
}
#clients .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}
#clients .container .owl-theme .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#clients .container .owl-theme .owl-nav {
  margin: 0;
}
#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients .container .owl-prev {
  left: 0px;
  position: absolute;
  top: 0;
  line-height: 145px;
}
#clients .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients .container .owl-next {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 145px;
}
#clients .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
/* End Client section css*/

/* start clients section css */
#clients2 {
  width: 100%;
  float: left;
}
#clients2 .owl-carousel {
  padding: 0 70px;
  position: relative;
}
#clients2 .container .item {
  height: 140px;
  line-height: 145px;
}
#clients2 .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}
#clients2 .container .owl-theme .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#clients2 .container .owl-theme .owl-nav {
  margin: 0;
}
#clients2 .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients2 .container .owl-prev {
  left: 0px;
  position: absolute;
  top: 0;
  line-height: 145px;
}
#clients2 .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
#clients2 .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients2 .container .owl-next {
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 145px;
}
#clients2 .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
/* End Client section css*/
/* Start footer section css*/
footer{
  background-color: #ececec !important;
  width: 100%;
  float: left;
}
.footer-bg{
  1background: url(../img/resource/footer-bg.png) no-repeat bottom;
  background-color: #ececec;
}

footer address{
  margin-top: 20px;
  margin-bottom: 10px;
}
footer address h6{
  color: #000;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 15px;
}
footer .map-icon,.place-info .map-icon{
  background-color: transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #444b50;
  margin-left: 10px;
  float: right;
  text-align: center;
  font-size: 22px;
}
footer address p,.place-info address p{
  color: #444b50;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 17px;
  display: table-header-group;
}
footer .phone-num-box,.place-info .phone-num-box{
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
footer .icon-col,.place-info .icon-col{
  background-color: transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #444b50;
  margin-left: 10px;
  float: right;
  text-align: center;
  font-size: 15px;
}
footer .phn,.place-info .phn{
  font-size: 14px;
  color: #444b50;
  float: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 0px;
  padding-left: 10px;
  background-color: transparent;
}
footer .phn a{
  color: #444b50;
}
footer .widget {
}
footer h3{
  margin: 0;
  padding-bottom: 10px !important;
  font-size: 18px !important;
  color: #444b50;
  text-align: right;


}
footer .quick-links{
  margin-top: 20px;
}
footer .quick-links ul{
  margin: 0;
  padding: 0;
}
footer .quick-links li{
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .quick-links li a {
  font-size: 14px;
  line-height: 12px;
  color: #444b50;
  margin-bottom: 15px;
  display: table;
  text-transform: capitalize;
}
footer .quick-links li a:before {
 content: '\f111';
 font-family: 'fontawesome';
 margin-left: 12px;
 color: #0084b1;
  font-size: 11px;

}
footer .social-links-footer {
  width: auto;
  float: right;
  margin-top: 10px;
}
footer .social-links-footer a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: transparent;
  border:1px solid #FFF;
  color: #444b50;
  font-size: 16px;
  line-height: 36px;
  margin: 9px 2px 0px;
  border-radius: 70px;
  transition: all 500ms ease-out 0s;
}
footer .social-links-footer a:hover {
  background: #FFF;
  color: #42b686;
  transition: all 500ms ease-out 0s;
}
.footer-btm-gray{
    width: 100%;
    height: 38px;
    float: left;
    background-color: #cbc7c7;
}
.move-van{
    z-index: 999;
    position: absolute;
    top: -100px;
    left:0px;
}
.footer-btm{
  background-color: #2c2f35;
  padding: 20px 0;
  width: 100%;
  float: left;
}
.footer-btm-links{
  margin-top: 0px;
  float: left;
}
.footer-btm-links ul{
  margin: 0;
  padding: 0;
}
.footer-btm-links li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-btm-links li a {
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  float: left;
  text-transform: capitalize;
  padding: 0;

}

.footer-socials {
    height: 50px; 
    font-size: 12px;
    text-align: center;
}
.footer-socials a{
    color: #fff !important;
    height: 70px; 
    display: inline-block;
    line-height: 70px;
    font-size: 25px;
    width: 100%;
}
.footer-socials .tlg{
    background-color: #15ace5;
}
.footer-socials .lin{
    background-color: #0084b1;
}
.footer-socials .fac{
    background-color: #15ace5;
}
.footer-socials .twt{
    background-color: #50abf1;
}
.footer-socials .ins{
    background-color: #507fa7;
}
.footer-socials .gpl{
    background-color: #dd4b39;
}
.copywrite{
  float: right;
  color: #FFF;
}
.create-by {
    float: left;
    color: #FFF;
}
/* End Footer section css*/

/* End Home page css */

/* Strat inner banner css*/

.inner-baner{
    background:url(../img/main-slider/banner-img.jpg) top fixed;
}
.page-title{
    position:relative;
    text-align:center;
    1background-size:cover;
    background-repeat:no-repeat;
    background-position:top center;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.70);
}
.page-title h2{
    position:relative;
    font-size:40px;
    
    color:#ffffff;
    padding:170px 0px 40px;
    text-align: right;
}
.page-title .bread-crumb{
    position:relative;
    display:inline-block;
    padding:9px 0px 6px;
    border-radius:50px;
    top:-63px;
    z-index:1;
    float: right;
    background-color:transparent;
}
.page-title .bread-crumb li{
    position:relative;
    display:inline-block;
    line-height:1em;
    margin-left:35px;
    color:#ffffff;
    font-size:13px;
}
.page-title .bread-crumb li:after{
    content:'\f100';
    position:absolute;
    left:-29px;
    top:-1px;
    font-weight:400;
    width:20px;
    text-align:center;
    line-height:1em;
    font-family: 'FontAwesome';
}
.page-title .bread-crumb li:last-child{
    margin-right:0px; 
    color: #ff861a;  
}
.page-title .bread-crumb li:last-child:after{
    display:none;   
}
.page-title .bread-crumb li a{
    color:#ffffff;
    font-weight:700;
    text-transform:uppercase;
}
/* End Inner banner css*/


/* Start Faqs Page css */
#faq {
    padding: 100px 0;
}
#faq .section-title-style{
    width: 100%;
    padding-bottom: 40px;
}
#faq .faq-search {
    background: #f9f9f9 none repeat scroll 0 0;
    width: 745px;
    padding: 20px;
    margin-top: 30px;
}
#faq .faq-search input[type="text"] {
    border: 1px solid #e9e9e9;
    color: #aeaeae;
    font-size: 14px;
    padding: 10px 20px;
    width: 79%;
    font-family: "Open Sans",sans-serif;
    outline: none;
}
#faq .faq-search input[type="button"] {
    background: #242424;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.general-question {
    margin-top: 50px;
}
.general-question .panel-group .panel {
    border-radius: 0;
    margin-top: 15px;
}
.general-question .panel-group .panel-default > .panel-heading {
    border-color: #e9e9e9;
    background-color: #ffffff;
}
.general-question .panel-group .panel-default .panel-title {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.general-question .panel-group .panel-default .panel-title a {
    display: block;
    position: relative;
}
.general-question .panel-group .panel-default .panel-title a:after {
    content: "\f106";
    font-family: fontawesome;
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #7d7d7d;
    font-size: 24px;
    padding: 10px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    font-family: fontawesome;
    background: #2f538a none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #FFF;
    font-size: 24px;
    padding: 10px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.general-question .panel-body {
    padding: 25px 15px 30px;
}
.general-question .panel-body .panel_body_up h2 {
    color: #1d72c9;
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
    text-transform: none;
}
.general-question .panel-body .panel_body_up p {
    color: #898989;
    font-weight: 500;
}
.general-question .panel-body .panel_body_down .panel_down_text {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
/*End Faq Page css*/

/* Start Testimonial Page Css */
.testimonial-page{

}
.testimonial-page.sec-pad{
    padding: 126px 0 50px;
}
.testimonial-bx{
    border:3px solid #e9e9e9;
    padding: 35px 15px 60px;
    margin-bottom: 50px;
}
.testimonial-bx p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}
.testimonial-bx:before{
    content: "\f10d";
    font-family: 'fontawesome';
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    background-color: #ff861a;
    border-radius: 50%;
    position: absolute;
    top: -26px;
}
.testimonial-bx .in-fo-bx{
    width: 100%;
    border-top:3px solid #e9e9e9;
    padding-top: 10px;
    margin-top: 30px;
}
.testimonial-bx .client-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    background-color: transparent;   
}
.testimonial-bx .name-col {
    float: left;
    width: 35%; 
}
.testimonial-bx .name-col h3{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff861a;
}
.testimonial-bx .country {
    margin: 0;
}
/* End Testimonial Page css*/





.message-alert .alert .inner,
.message-alert .topalert .inner,
.prompt-dialog .alert .inner,
.prompt-dialog .topalert .inner {
    box-shadow: 0 0 4px 1px #8E8E8E
}

.message-alert .alert,
.message-alert .topalert,
.prompt-dialog .alert {
    font-family: vazirthin!important
}

.message-alert .alert,
.prompt-dialog .alert {
    top: 30%;
    z-index: 999999999999999999;
    direction: rtl;
    position: fixed;
    left: 50%;
    width: 450px;
    margin-left: -225px
}

.message-alert .alert .title,
.prompt-dialog .alert .title {
    background: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 0
}

.message-alert .alert .title .remove-alert,
.prompt-dialog .alert .title .remove-alert {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px
}

.message-alert .alert .alert-content,
.prompt-dialog .alert .alert-content {
    background: #fff;
    color: #000;
    padding: 10px;
    line-height: 1.9em;
    min-height: 100px
}

.prompt-dialog .alert .alert-content {
    min-height: 200px
}

.message-alert .topalert,
.prompt-dialog .topalert {
    top: 5%;
    z-index: 99999;
    direction: rtl;
    position: fixed;
    width: 250px;
    float: right
}

.message-alert {
    z-index: 99999
}

.prompt-dialog {
    z-index: 9999
}

.message-alert .topalert .alert-content,
.prompt-dialog .topalert .alert-content {
    background: #fff;
    padding: 10px;
    line-height: 1.9em
}

.required-red-box {
    box-shadow: 0 0 8px 1px red!important
}

@media (max-width:1180px) {
    .message-alert .alert,
    .prompt-dialog .alert {
        left: 50%;
        width: 450px;
        margin-left: -225px
    }


    .theme-btn-orng.blue-btn:not(.get-full-list) {
        font-size: 9px !important;
    }

    
    .get-full-list,.excell-select-city {
        font-size: 11px !important;
        margin: 5px auto !important;
    }

    .theme-btn-orng.darkblue-btn {
        font-size: 9px !important;
    }

    #someplaces-section .owl-carousel-places {
        padding-top: 50px;
    }
    
} 

@media (max-width:1024px) { 
    .message-alert .alert,
    .prompt-dialog .alert {
        left: 50%;
        width: 450px;
        margin-left: -225px
    }
    .theme-btn-orng.blue-btn:not(.get-full-list) {
        font-size: 9px !important; 
    }
     
    .get-full-list,.excell-select-city {
        font-size: 11px !important;
        margin: 5px auto !important;
    }
    .theme-btn-orng.darkblue-btn {
        font-size: 9px !important;
    }
}

@media only screen and (max-width:768px) { 
    .message-alert .alert,
    .prompt-dialog .alert {
        left: 50%;
        width: 300px;
        margin-left: -150px
    }

    .contact-form input[type="submit"]{ 
    margin-top: 0px; 
}

       .requestcard-form input[type="submit"]{ 
    margin-top: 0px; 
}

    .page-title h2 { 
    font-size: 30px; 
    padding: 80px 0px 40px; 
}
}

.clear {
    clear: both;
}

.no-pad {
    padding: 0px;
}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
 @media only screen and (max-width: 1200px) {
     .process-icon-col { 
        margin-right: 38px !important;
    } 
      #footer-up img { 
        left: 15px;
        top: 78px;
        width: 150px;
    }

    #footer-up .subscribe-form input[type="text"] {
        width: 260px;
    }
} 
@media only screen and (max-width: 1024px) {
     .process-icon-col { 
        margin-right: 35px !important;
    }

    #footer-up img { 
        left: 15px;
        top: 78px;
        width: 150px;
    }
} 
@media (max-width: 991px) {
    .process-icon-col { 
        margin-right: 25px !important;
    }
        .process-icon-col p {
            font-size: 12px !important;
        }
} 
@media  (max-width: 768px) {
 
}
@media  (max-width: 480px) {

    #mobile-section .row {
    width: 100% !important;
    }

    #mobile-section .text {
    margin-top: 20px !important;
}

    .owl-carousel-customer .owl-controls .owl-dots .owl-dot span {
        width: 8px!important;
        height: 8px!important;
    }

    .owl-carousel-places  .owl-controls .owl-dots .owl-dot span {
width: 8px!important;
        height: 8px!important;
}
}


 /*---------------------------------------map_search---------------------------------------------*/
        .search .filters button > .caret, .search .filters .dropup > button > .caret {
            border-top-color: #000 !important;
        }

        .search .filters .inner, .search .filters button, .search .result .tabs {
            color: #fff;
        }

        .search .filters:before, .search .filters label {
            display: block;
        }

        .search .result .tabs li {
            display: inline-block;
            vertical-align: middle;
        }

        .search .blue-table th {
            text-align: center;
        }

        .al-left, #header .contact-info {
            text-align: left;
        }


        .search .filters button {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


        .search [data-tab] .inner, .search .blue-table th {
            background-color: #fff;
        }

        .search .filters button, .search .blue-table {
            font-family: "vazirThin" !important;
        }


        .search .filters button {
            border: none;
        }

        .search .filters label {
            color: rgba(255,255,255,0.7);
        }

        .search .filters button {
            cursor: pointer;
            text-decoration: none !important;
            border-radius: 3px;
        }


        .search .filters .input, .search .filters input, .search .filters select, .search .filters button, .search .blue-table {
            width: 100%;
        }

        .search .filters:before {
            height: 5px;
            width: 100%;
            content: " ";
            background-color: #1e72ba;
        }




        .search .filters {
            background-color: #252525;
        }

            .search .filters .title {
                color: #1e72ba;
                font-size: 14px;
                margin: 1em 0 2em 0;
            }

            .search .filters .inner {
                padding: 10px 15px;
            }

            .search .filters label {
                font-size: 14px;
                margin: 14px 0;
                font-weight: bold;
            }

            .search .filters .input {
                font-size: 15px;
                line-height: 27px;
                padding: 0 5px;
                color: #333;
            }

             .search .filters button {
                font-size: 15px;
                line-height: 27px;
                padding: 0 5px;
                color: #fff;
            }

            .search .filters button {
                margin-top: 20px;
                background: #1e72ba;
            }

        .search .result .tabs {
            background-color: #252525;
        }

            .search .result .tabs li {
                cursor: pointer;
                line-height: 45px;
                font-size: 20px;
                padding: 0 15px;
            }

                .search .result .tabs li.selected {
                    border-top: 5px solid #1e72ba;
                }

        .search #map {
            height: 380px;
        }

        .search [data-tab] .inner {
            padding: 10px;
        }

        .search .blue-table th {
            color: #1e72ba;
            box-shadow: 0 0 2px 2px #000 inset;
            font-size: 15px;
            line-height: 2em;
            box-shadow: 0 0 7px 1px rgba(0,0,0,0.11) inset;
        }

        .search .blue-table .show-col {
            width: 55px;
        }

        .search .blue-table .rate-col {
            width: 100px;
        }

        .search .blue-table .type-col {
            width: 100px;
        }

        .search .blue-table td {
            font-size: 12px;
            line-height: 2em;
            padding: 3px 5px;
        }

        .search .blue-table tr {
            border-bottom: 1px solid #e0e0e0;
        }

            .search .blue-table tr:hover td {
                background-color: #E2F6FF;
            }

        .search .blue-table .show-on-map-link {
            display: block;
            margin: 0 auto;
            font-size: 20px;
        }

        #map-search {
            background-position: center !important;
            background-color: #04336b;
            width: 100%;
            float: left;
            padding: 0;
            background-size: cover !important;
            background: url(/new/img/resource/map_search.jpg) no-repeat;
        }

            #map-search .overlay {
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.7);
            }

                #map-search .overlay.sec-pad {
                    padding: 50px 0 50px 0;
                }

        @media only screen and (max-width: 1199px) and (min-width: 992px) {
            .search .filters .title {
                font-size: 12px;
            }
        }

        @media only screen and (max-width: 767px) {
            .search .result {
                margin-top: 30px !important;
            }
        }

        #map-search .result .inner {

            height: 380px;
            overflow: scroll;

        }

        #cb_new {
            display: inline;
            width: 20px;
        }

        .marker-info {
            font-family: 'vazirThin'
        }

#map-search .main-title {
    font-size: 30px;
font-family: 'vazirBold', Tahoma; 
text-align: center; 
color: #fff;
margin-bottom: 30px;
}

#map-search .theme-btn-orng {
    width: 100%; 
    font-size: 18px;
    margin: 20px auto;
}


        #download-excell {
            background: #0869a1;
        }
        
#download-excell .theme-btn-orng {
    width: 100%; 
    font-size: 18px;
    margin: 20px auto;
    border-radius: 5px;
}

            #download-excell .overlay {
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.7);
            }

.theme-btn-orng.blue-btn {
    1font-size: 10px; 
    background-color:#5dbbff;
    display: inline; 
    border-radius: 0;
    margin-right: 7px; 
    font-size: 11px; 
    padding-right: 10px;
    padding-left: 10px;
}

.theme-btn-orng.darkblue-btn {
    1font-size: 10px; 
    background-color:#054e78;
    display: inline; 
    border-radius: 0;
    margin-right: 7px; 
    font-size: 11px; 
    padding-right: 10px;
    padding-left: 10px;
}

.theme-btn-orng.orng-btn {
    1font-size: 10px; 
    background-color:#f77b55;
    display: inline; 
    border-radius: 0;
    margin-right: 7px; 
    font-size: 11px; 
    padding-right: 10px;
    padding-left: 10px;
}



  .theme-btn-orng.blue-btn:hover {
        background-color: #153e56;
    }

  
  .theme-btn-orng.darkblue-btn:hover {
        background-color: #022b42;
    }


.owl-carousel-places .owl-item { 
    text-align: center
}

.owl-carousel-places .owl-item .place-image,.owl-carousel-places .owl-item .place-desc ,.owl-carousel-places .owl-item .place-title  {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.owl-carousel-places .owl-item .place-image  {
    width: 70%;
}

.owl-carousel-places .owl-item .blue-btn {
    margin: 15px auto;
display: block;
width: 120px;
height: 30px;
font-size: 10px;
line-height: 10px;
float:none;

}

 


.owl-carousel-places .owl-item .place-detail  { 
    text-align: center; 
    border-left: 2px solid #ddd;
    direction: rtl;
    margin-left: -2px;
} 
 

.owl-carousel-places  .owl-controls .owl-dots .owl-dot span {

    width: 25px;
    height: 5px;
    background: #d6d6d6;
    border-radius: 0;
    border: none;
    margin: 5px;
}
.owl-carousel-places  .owl-controls .owl-dots .owl-dot.active span {
    background: #5dbbff;
}

#someplaces-section {
    background: url('/new/img/resource/some-places-back.jpg') no-repeat 0 0;
    background-size: auto !important;
}
 
@media (min-width: 1024px) {
    #someplaces-section { 
    background-size: 100%;
}
}

@media (min-width:1600px) {
    #someplaces-section {
    background: url('/new/img/resource/some-places-back.jpg') no-repeat 0 -120px;  
}
}
@media (min-width: 2500px) {
    #someplaces-section {
    background: url('/new/img/resource/some-places-back.jpg') no-repeat 0 -300px;  
}
}


#someplaces-section{
    width: 100%;
    float: right;
    direction: rtl
}
    #someplaces-section .place-image {
    }

#someplaces-section .place-title {
    margin-top: 60px;  
    overflow: hidden; 
    height: 45px; 
    font-size: 20px;
}

#someplaces-section .section-title h1{
    color: #fff;
}

#someplaces-section .section-title p{
    color: #ccc;
}

#someplaces-section .border-line{ 
    width: 50px;
    height: 4px; 
    background: #5dbbff; 
    border-radius: 0;
    border: none;
    margin: 10px auto;
}

        
            #someplaces-section .place-desc {
                text-align: justify;
                font-size: 16px;
                margin-top: 20px;
                min-height: 90px;
    }

.owl-carousel-places {
    margin-top: 60px;
}
 

#somecustomer-section {
    background: #0869a1;
}

#somecustomer-section h1{
    color: #fff;
}
#somecustomer-section p{
    color: #ddd;
}
    #somecustomer-section .owl-carousel-customer {
        width: 80%;
        margin: 0 auto;
    }
        #somecustomer-section .owl-carousel-customer .owl-item:nth-child(odd) {
        opacity: 0.5;
    }

        
.owl-carousel-customer  .owl-controls .owl-dots .owl-dot span {
    width: 30px;
    height: 5px; 
    background: #d6d6d6; 
    border-radius: 0;
    border: none;
}
.owl-carousel-customer  .owl-controls .owl-dots .owl-dot.active span {
    background: #5dbbff;
}

#mobile-section {
    background: url('/new/img/resource/mobile-bg.png') no-repeat 0 0; 
}
    #mobile-section .row {
        width: 70%;
        margin: 0 auto;
    padding-top: 30px;
    }

    #mobile-section .text .subtitle {
        font-size: 16px;
        color: #b9b9b9;
    }

    #mobile-section .text {
        margin-top: 60px;
    }


#navbar-menu ul li.active {
    border-bottom: 2px solid #71a3c7;
}

 
/*****************************************card detail***********************************/
  

.card-benefit li::before {
    content: '\f0c8';
    font-family: 'fontawesome';
    margin-left: 12px;
    color: #0084b1;
    font-size: 11px;
}

.card-benefit li {
    font-size: 14px;
    line-height: 12px;
    color: #444b50;
    margin-bottom: 15px;
    display: table;
    text-transform: capitalize;
}


  .excell-select-city {
width: 100%;
font-size: 16px;
margin: 20px auto;
border-radius: 5px; 
color: #000;
background-color: #fff;  
float: left;
     }



   
                    #navbar-menu li.has-child:hover > .sub {
                        display: block;

                    }

                    #navbar-menu li.has-child:hover > a{
                        color: #71a3c7 !important;

                    }

                    #navbar-menu li.has-child:after {
                        font-family: FontAwesome;
                        color: #fff;
                        font-size: 9px;
                        position: absolute;
                    }

                    #navbar-menu li.has-child .sub {
                        position: absolute;
                        right: 0;
                        top: 100%;
                        display: none;
                        width: 150px;
                    }

                        #navbar-menu li.has-child .sub li {
                            line-height: 40px;
                            padding: 0 15px;
                            border-bottom: 1px solid #e0e0e0; 
                        }

                            #navbar-menu li.has-child .sub li a {
                                color: #826f6f;
                                font-size: 15px;

padding-right: 10px;
                            }

                    #navbar-menu li.has-child {
                        position: relative;
                        z-index: 3;
                    }

                        #navbar-menu li.has-child .sub {
                            position: absolute;
                            right: 0;
                            top: 100%;
                            display: none;
                            width: 250px;
                            background: #e9e9e9;
                        }
                