
/*=======================================================================
[Table of contents]
=========================================================================
[01] Home One
    1. Header Topbar
    2. Header Middle
    3. Header
    4. Slider
    5. News
    6. Services
    7. FaqContSec
    8. News two
    9. Client
    10. Footer
    11. Back TO top

[02] Home Two
    1. Services
    2. Service we offer
    3. Gallary
    4. our latest news
    5. Testmonial

[03] Home Three
    1. Services3
    2. Services4
    3. About Company
    4. Testomonial2
    5. News3
    5. Client3

[04] About Page
    1. breadCrump
    2. Team
[05] About Page2
[06] Services Page
[07] Services Details
[08] Blog Page
[09] Blog Details
[10] Contact Page
[11] 404 Page



==========================================================================*/

/*=======================================================================
// Home One
=========================================================================*/

/**==================== Header Topbar ======================**/
.headerTopbar{
    background: #f1f1f1;
    padding: 7px 0;
}
.headTOpinfo{
    margin: 12px 0 0;
    line-height: .8;
    font-size: 12px;

}
.language,
.rightheaderlink{
    display: inline-block;
    line-height: .8
}
.rightheaderlink a{
    font-size: 12px;
    color: #939393;
    margin-left: 18px;
}
.rightheaderlink a:hover{
    color: #006db7;
}
.language{
    margin-left: 20px;
    position: relative;
}
.currentFlg{
    display: inline-block;
    color: #939393;
    font-size: 11px;
}
.currentFlg img{
    margin-right: 2px;
}
.currentFlg i{
    margin-left: 2px;
}
.flagList {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    display: none;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: left;
    top: 26px;
    width: 105px;
    z-index: 1;
}
.flagList li {
    padding: 7px 5px 7px 30px;
    position: relative;
    text-transform: capitalize;
}
.flagList li img{
    margin-right: 5px;
    position: absolute;
    left: 8px;
    top: 5px;
}
.flagList li a {
    display: block;
    font-size: 12px;
}
.flagList li:hover {
    background: #006db7;
}
.flagList li:hover a {
    color: #fff;
}
.currentFlg.active{
    color: #006db7;
}
/**==================== Header Middle ======================**/

.headerMiddle{
    padding: 25px 0 28px;
}
.headerMRightinfo{}
.singlehmib{
    display: inline-block;
    position: relative;
    padding-left: 45px;
    text-align: left;
    margin-left: 47px;
    position: relative;
    padding-top: 5px;
}
.singlehmib:after{
    content: '';
    left: -27px;
    width: 1px;
    height: 40px;
    background: #e8e8e8;
    position: absolute;
    top: 0;
}
.singlehmib:first-child:after{
    background: transparent;
}
.singlehmib i{
    font-size:25px;
    color: #006db7;
    position: absolute;
    left: 0;
    top: 3px;
}
.singlehmib i.fa-mobile-phone{
    font-size:30px;
    left: 13px;
}
.singlehmib h2{
    font-size: 13px;
    color: #262f36;
    font-weight: 400;
    margin-bottom: 7px;
}
.singlehmib h4{
    line-height: .8;
    margin: 0;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
}

/**==================== Header ======================**/
.header{
    background: #232323;
}
.header.fixedHeader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mainnav ul{
    line-height: .8
}
.mainnav ul li {
    display: inline-block;
    margin-right: 36px;
    margin-top: 30px;
    padding-bottom: 29px;
    position: relative;
}
.mainnav ul li::after {
    background: #40484e;
    content: "";
    height: 28px;
    left: -19px;
    position: absolute;
    top: -8px;
    width: 1px;
}
.mainnav ul li:first-child::after,
.mainnav ul ul.sub-menu li:after{
    background: transparent;
} 
.mainnav ul li a{
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.mainnav ul li:hover > a,
.mainnav ul li.active a{
    color: #006db7;
}
.mainnav ul ul.sub-menu {
    background: #222;
    left: 0;
    opacity: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mainnav ul li:hover ul.sub-menu{
    top: 37px;
    opacity: 1;
    visibility: visible;
}
.mainnav ul ul.sub-menu li {
    border-bottom: 1px solid #333;
    display: block;
    margin: 20px 20px 0px 20px ;
    padding-bottom: 20px;
}
.mainnav ul ul.sub-menu li:last-child{
    border-bottom: none;
}
.mainnav ul ul.sub-menu li a{
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}
.mainnav ul ul.sub-menu li a:hover{
    color: #006db7;
}
.socialmedia{
    background: #323232;
    padding-left: 15px;
    margin-left: 15px;
}
.socialmedia a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 19px 12px;
}
.socialmedia a:hover ,
.headerSeacBtn:hover{
    color: #006db7;
}
.headerSeacBtn {
    background: #3b464f;
    color: #fff;
    display: block;
    font-size: 14px;
    left: auto;
    padding: 19px 25px;
    position: absolute;
    right: 15px;
    top: 0;
}
.searchMe {
    bottom: 0;
    display: none;
    height: 16px;
    position: absolute;
    top: 0;
    width: 100%;
}
.searchMe form{
    position: relative;
}
.searchMe input {
    background: #313c45;
    border: medium none;
    height: 68px;
    margin: 0;
    padding: 0;
    width: 90%;
    padding: 0 60px 0 20px;
    position: relative;
    right: 15px;
    outline: none;
}
.searchMe button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    display: none;
}
.searchMe a.cluseSearch {
    background: #3B464F;
    position: absolute;
    right: 30px;
    top: 0;
    padding: 20px 26px;
    color: #fff;
    height: 68px;
}
/**==================== Slider ======================**/
.sliderSection{
    position: relative;
    margin: auto;
    width: 100%;
    background: #524F4A;
}
.sliderSection .tp-banner{
    width: 100%;
    height: 710px;
    position: relative;
    overflow: hidden;
}
.tp-bannertimer {
    display:none;
}
.tparrows.default.round{
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.tparrows.default.round:hover{
    background: #000;
}
.tp-leftarrow.default.round{
    position: relative;
}
.tp-leftarrow.default.round:before{
    position: absolute;
    content: '\f104';
    font-family: 'FontAwesome';
    left: 0;
    padding: 6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-rightarrow.default.round:after{
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    padding:6px 16px;
    color: #fff;
    font-size: 20px;
}
.tp-leftarrow.tparrows.default.round {
    left: 235px !important;
    top: 50% !important;
}
.tp-rightarrow.tparrows.default.round {
    right: 235px !important;
    top: 50% !important;
}
.tparrows.default.round.hidearrows, 
.tp-bullets.simplebullets.hidebullets {
    display: block !important;
    opacity: 1 !important;
}
.revCont h1{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
}
.revCont h2{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.revCont p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.revBtn a.pifourBtn{
    margin-right: 10px;
}

/**==================== News ======================**/
.companyFeacture{
    padding-top: 60px;
    padding-bottom: 60px;
}
.singleNews{
    margin-bottom: 15px;
}
.newsImg{
    margin-bottom: 22px;
}
.newsImg img{
    width: 100%;
    height: auto;
}
.newsTitle{
    font-size: 20px;
    line-height: 30px;
    color: #313c45;
    font-weight: 900;
    margin-bottom: 14px;
}
.newsTitle a{
    color: #313c45;
}
.newsTitle a:hover{
    color: #006db7;
}
.newsDec{
    margin-bottom: 33px;
}
/**==================== Services ======================**/
.serviceSec1{
    padding-top: 80px;
    padding-bottom: 70px;
}
.singleSer{
    background: #fff;
    padding: 25px 25px 15px;
    margin-bottom: 60px;
    width: 100%;
}
.singleSer i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #c1c4c7;
    font-size: 28px;
    color: #006db7;
    line-height: .8;
    padding: 25px 20px;
    margin-bottom: 18px;
}
.singleSer h2{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.owl-theme .owl-dots {
    text-align: center;
    line-height: .8;
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #006db7;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #006db7;
}
/**==================== FaqContSec ======================**/
.tesFaqSec{
    padding-top: 75px;
    padding-bottom: 80px;
}
#testcarosel{
    border: 1px solid #e7e7e7;
    padding: 15px 20px 30px;
}
.testmoCont p{
    color: #6f6f6f;
}
.testmoDeg{}
.testmoDeg h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 7px;
}
.testmoDeg h6{
    text-transform:capitalize;
    font-size: 14px;
    color: #acacac;
    font-weight: 400;
    line-height: 15px;
}
.testmoCont {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 23px;
    padding-bottom: 5px;
}
.owl-theme .owl-nav {
    bottom: 25px;
    margin-top: 0;
    position: absolute;
    right: 18px;
    text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: #006db7;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 3px 7px;
    width: 35px;
    height: 35px;
    margin-right: 6px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-theme .owl-nav i{
    font-weight: 900;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background: #333;
}
.faqaccordion .panel-group{
    margin-bottom: 0;
}
.firstfaq{
    min-height: 0 !important;
}
.firstfaq a{
    margin-top: 0 !important;
}
.singFaq{
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    margin: 0 !important;
    min-height: 55px;
}
.singFaq a {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 0.8;
    margin: 20px 13px 20px 15px;
    position: relative;
    padding-right: 20px;
}
.singFaq a.active{
    color: #006db7;
}
.singFaq i{
    font-size: 11px;
    position: absolute;
    right: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #313c45;
    text-align: center;
    line-height: .8;
    padding: 9px 7px;
    top: -7px;
}
.singFaq .panel-body {
    padding: 0 20px 15px 20px;
}

/**==================== Contact form ======================**/
.contactFormsec{
    background: url(../images/bg/1.jpg) no-repeat fixed center center/cover;
    padding-bottom: 70px;
    padding-top: 75px;
}
.contactForm input{
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    background: #fff;
    color: #848484;
    border: none;
    padding: 10px 15px;
}
.contactForm textarea{
    width: 100%;
    height: 165px;
    margin-bottom: 30px;
    background: #fff;
    color: #848484;
    border: none;
    padding: 10px 15px;
    resize: none;
}
.contactForm input:input-placeholder,
.contactForm textarea:input-placeholder{
    color: #848484;
    opacity: 1;
}
.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder{
    color: #848484;
    opacity: 1;
}

.contactForm input:-moz-placeholder,
.contactForm textarea:-moz-placeholder{
    color: #848484;
    opacity: 1;
}

.contactForm input::-moz-placeholder ,
.contactForm textarea::-moz-placeholder {
    color: #848484;
    opacity: 1;
}
.contactForm input:-ms-input-placeholder,
.contactForm textarea:-ms-input-placeholder{
    color: #848484;
    opacity: 1;
}
.contactForm select{
    width: 100%;
}
.contactForm button{
    background: #006db7;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: .8;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 30px;
    height: 50px;
    text-align: center;
    padding: 16px 20px;
}
.contactForm button:hover{
    background: #333;
    color: #fff;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    padding: 13px 7px;
}
.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
}

/**==================== News two ======================**/
.news1Sec{
    padding: 75px 0;
}
.singlenews2{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}
.singnew2Img{
    margin-bottom: 17px;
}
.singnew2Img img{
    width: 100%;
    height: auto;
}
.newdate{
    position: absolute;
    top: 15px;
    right: 13px;
    width: 82px;
    height: 68px;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.newdate h2{
    font-size: 23px;
    color: #006db7;
    font-weight: 900;
    margin-bottom: 7px;
}
.newdate h3{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
}
.newscontWr{
    padding: 0 16px;
}
.news2Cont{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
}
.news2thumbwrap{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 15px 15px;
}
.singlenew2Thumb {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    padding-bottom: 28px;
}
.sinnew2Ttitle{
    font-size: 16px;
    color: #313c45;
    font-weight: 900;
    line-height: 24px;
    margin-bottom: 19px;
}
.news2meta,
.news2meta a{
    font-size: 13px;
    color: #006db7;
    line-height: .8;
    font-weight: 400;
}
.news2meta a{
    margin-left: 4px;
}
.news2meta a:hover,
.news2meta1 a:hover{
    color: #333;
}
.singlenew2Thumb.last{
    margin-bottom: 16px;
    padding-bottom: 47px;
}
.news2meta1 {
    line-height: 0.8;
    padding: 32px 7px;
}
.news2meta1 a,
.news2meta1{
    font-size: 13px;
    color: #006db7;
}
.news2meta1 a{
    margin-left: 4px;
}
/**==================== Client ======================**/
.ourpartners{
    padding-bottom: 95px;
    padding-top: 77px;
}
.singleClient{
    height: 90px;
    position: relative;
    background: #fff;
}
.singleClient img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 70px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleClient img:hover{
    opacity: .5;
}
/**==================== Footer ======================**/
.footer{
    background: #232323;
    padding: 58px 0 40px;
}
.footer .widget{}
.fotterTitle{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.footer .widget{
    margin-bottom: 0;
}
.footer p,
.footer a{
    color: #979da4;
    line-height: 30px;
}
.fotinfo {
    margin-bottom: 38px;
}
.newsletter{
    position: relative;
}
.newsletter input {
    background: #323232;
    border: medium none;
    border-radius: 3px;
    height: 45px;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    padding: 13px 13px 6px;
}
.newsletter button {
    background: #424242;
    color: #fff;
    font-size: 15px;
    height: 45px;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.newsletter button:hover{
    color: #006db7 ;
}
.newsletter input.reqError{
    color:#C90035;
}
.newslatp{
    margin-bottom: 26px;
}
.navigation{
    overflow: hidden;
}
.navigation > li {
    float: left;
    position: relative;
    padding-left: 15px;
}
.navigation > li:nth-of-type(odd){
    width: 63%;
}
.navigation > li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    color: #979da4;
}
.navigation > li a:hover{
    color: #006db7 ;
    padding-left: 5px;
}
.contactText{
    margin-bottom: 20px;
}
.address{
    margin-bottom: 30px;
}
.singleAdds{
    position: relative;
    padding-left: 22px;
    line-height: .8;
    margin-bottom: 20px;
}
.singleAdds i{
    position: absolute;
    left: 0;
    top: -4px;
    color: #fff;
    font-size: 14px;
}
.singleAdds p,
.singleAdds a{
    margin-bottom: 0;
    line-height: .8;
}
.singleAdds a:hover{
    color: #006db7;
}
.footerSocial a{
    width: 29px;
    height: 29px;
    text-align: center;
    background: #424242;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
    margin-right: 6px;
    line-height: .8;
    padding: 10px;
    display: inline-block;
}
.footerSocial a.fac:hover{
    background: #009999;
    color: #fff;
}
.footerSocial a.twi:hover{
    background: #00ABDC;
    color: #fff;
}
.footerSocial a.goo:hover{
    background: #EA3032;
    color: #fff;
}
.footerSocial a.lin:hover{
    background:#0073B2;
    color: #fff;
}
.footerSocial a.pin:hover{
    background: #D9031F;
    color: #fff;
}
.copyright{
    background: #323232;
    padding: 36px 0;
}
.copyright p{
    margin: 0;
    line-height: .8;
    color: #979da4;
}
.copyright a{
    color: #ffffff;
    font-size: 14px;
}
.copyright a:hover{
    color: #006db7 ;
}

/**==================== Back TO top ======================**/
.showit {
    background: #006db7;
    bottom: 100px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 0.8;
    padding: 10px 12px;
    position: fixed;
    right: 60px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
.showit i {
    color: #fff;
}
.showit:hover {
    background: #333;
    color: #fff;
}

/*=======================================================================
// Home Two
=========================================================================*/

/**==================== Header ======================**/
.header.headerTwo {
  background: #ffffff;
  padding: 15px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header.headerTwo.fixedHeader {
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}
.logoh2 {
  padding-top: 14px;
}
.mainnav2{
    display:inline-block;
}
.mainnav2 ul{
    line-height: .8
}
.mainnav2 ul li {
    display: inline-block;
    margin-right: 29px;
    margin-top: 30px;
    padding-bottom: 29px;
    position: relative;
}
.mainnav2 ul li:first-child::after,
.mainnav2 ul ul.sub-menu li:after{
    background: transparent;
} 
.mainnav2 ul li a{
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.mainnav2 ul li:hover > a,
.mainnav2 ul li.active a{
    color: #006db7;
}
.mainnav2 ul ul.sub-menu {
    background: #222;
    left: 0;
    opacity: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
   text-align: center;
}
.mainnav2 ul li:hover ul.sub-menu{
    top: 37px;
    opacity: 1;
    visibility: visible;
}
.mainnav2 ul ul.sub-menu li {
    border-bottom: 1px solid #333;
    display: block;
    margin: 20px 20px 0px 20px ;
    padding-bottom: 20px;
}
.mainnav2 ul ul.sub-menu li:last-child{
    border-bottom: none;
}
.mainnav2 ul ul.sub-menu li a{
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}
.mainnav2 ul ul.sub-menu li a:hover{
    color: #006db7;
}
.searchHeader2{
    display:inline-block
}
/**==================== Services ======================**/
.topPhoneinfo{}
.topPhoneinfo span{
    font-size: 12px;
    margin-right: 17px;
}
.topPhoneinfo span i{
    font-size: 20px;
    color: #606970;
    margin-right: 3px;
}
.topPhoneinfo span i.fa-paper-plane{
    font-size: 14px;
}
.topPhoneinfo span i.fa-clock-o{
    font-size: 15px;
}
.topPhoneinfo span i.fa-mobile{
    position: relative;
    top: 3px;
}
.social_top{
    display: inline-block;
    font-size: 13px;
    color: #8a96a2;
    margin-left: 7px;
}
.social_top a {
    color: #8a96a2;
    font-size: 13px;
    margin-left: 13px;
}
.social_top a:hover{
    color: #006db7;
}



/**==================== Services ======================**/
.servicesSec {
    padding-bottom: 70px;
}
.singleServices2{
    background: #fff;
    position: relative;
    margin-top: -54px;
    z-index: 99;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}
.serv2Img{
    margin-bottom: 26px;
}
.serv2Img img{
    width: 100%;
    height: auto;
}
.serv2Title{
    font-size: 18px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.sinserdetai{
    padding: 17px;
}
.serv2Cont{
    margin-bottom: 25px;
}
.serreadmore{
    text-transform: capitalize;
    color: #006db7;
    font-weight: 500;
    margin-left: 5px;
}
.serreadmore i{
    font-size: 10px;
    font-weight: 700;
    margin-left: 10px;
    position: relative;
    top: -1px;
	margin-top:30px;
}
.loadmoreBtn{
    margin-top: 35px;
}
/**==================== Service we offer ======================**/
.servweofferSec{
    padding-bottom: 20px;
    padding-top: 94px;
}
.commonSectionTitle.serweoffer{
    margin-bottom: 75px;
}
.singleweservOffer{
    margin-bottom: 75px;
}
.singleweservOffer i{
    font-size: 28px;
    color: #006db7;
    width: 70px;
    height: 70px;
    border: 1px solid #ccced1;
    border-radius: 50%;
    text-align: center;
    line-height: .8;
    padding: 22px 15px;
    margin-bottom: 21px;
}
.singleweservOffer h2{
    font-size: 16px;
    color: #313c45;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.singleweservOffer p{
    line-height: 24px;
}
/**==================== Gallary ======================**/
.gallarySec1{
    padding-top: 90px;
    padding-bottom: 82px;
}
.gallarySec{
    padding: 60px 0 30px;
}
.singleGall{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.singGallImg{}
.singGallImg img{
    width: 100%;
    height: auto;
}
.gallHover{}
.gallHover:before{
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    position: absolute;
    content: '';
    visibility: hidden;
    opacity: 0; 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.singleGall:hover .gallHover:before{
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
.gallHover a{
    width: 45px;
    height: 45px;
    background: #006db7;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 8px;
    position: absolute;
    left: 0;
    top: -30%;
    right: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.singleGall:hover .gallHover a{
    visibility: visible;
    opacity: 1;
    top: 0
}
.gallHover a:hover{
    color: #333;
}
/**==================== our latest news ======================**/
.letNewsSec{
    padding-top: 85px;
    padding-bottom: 80px;
}
.single3news{
    margin-bottom: 50px;
}
.news3Img{
    margin-bottom: 19px;
}
.news3Img img{
    width: 100%;
    height: auto;
}
.news3Title{
    margin-bottom: 11px;
}
.news3Title a{
    font-size: 18px;
    line-height: 30px;
    color: #313c45;
    font-weight: 900;
    text-transform: capitalize;
}
.news3Title a:hover{
    color: #006db7;
}
.news3meta{
    line-height: .8;
    margin-bottom: 18px;
}
.news3meta,
.news3meta a{
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.news3meta a:hover{
    color: #006db7;
}
.news3moreBtn{
    font-size: 16px;
    color: #006db7;
    font-weight: 700;
}
.news3moreBtn:hover{
    color: #333;
}
/**==================== Testmonial ======================**/
.testmonial {
    padding: 74px 0 65px;
}
.singleTest {
    background: #fff;
    padding: 32px 20px 27px;
}
.singleTest p{
    font-size: 14px;
    color: #848484;
    line-height: 30px;
}
.testcarHeadding {
    margin-bottom: 36px;
}
.testDeg {
    margin-top: 38px;
}
.testDeg h2{
    font-size: 16px;
    color: #006db7;
    text-transform: uppercase;
    position: relative;
}
.testDeg h2:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background: #006db7;
    content: '';
    top: -22px;
}
.testDeg p{
    color: #acacac;
    margin: 0;
}
.testCaro .owl-controls {
    margin-top: 55px;
    margin-bottom: 10px;
}
.client2Sec{
    padding: 35px 0;
}

/*=======================================================================
// Home Three
=========================================================================*/
/**==================== Services3 ======================**/
.services3sec{
    padding: 45px 0 15px;
	background: url('../images/pattern/p1.png');
}
.mab50 h2{
    margin-bottom: 49px;
}
.singleServices3{
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}
/**==================== Services4 ======================**/
.serv4Sec {
    padding-bottom: 78px;
    padding-top: 70px;
	background: url('../images/pattern/p3.png');
	
}
.single4services{
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 0 22px 18px;
}
.single4servIn{
    padding-right: 84px;
}
.single4servIn i{
    font-size: 50px;
    color: #006db7;
    position: absolute;
    right: 40px;
    line-height: .8;
    top: 49px;
}
.single4servIn h2{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.single4servIn p{
    line-height: 24px;
}
/**==================== About Company ======================**/
.compAboutSec{
    padding: 90px 0;
	background: url('../images/pattern/p2.png');
}
.aboutConWrap{
    margin-top: 22px;
}
.marB26{
    margin-bottom: 26px;
}
.abCont{}
.peragroup{
    margin-bottom: 35px;
}
.peragroup p{
    margin-bottom: 30px;
}
.abgroupImg{
    padding-left: 25px;
}
.compaabImg{
    margin-bottom: 30px;
}
.compaabImg img{
    width: 100%;
    height: auto;
}
/**==================== Testomonial2 ======================**/
.testomonial2{
    background: url(../images/bg/1.jpg) no-repeat fixed center center/cover;
    position: relative;
    padding-bottom: 83px;
    padding-top: 66px;
}
.testomonial2:before{
    background: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.test2head{
    margin-bottom: 52px;
}
.singleTest2{
    background: #fff;
    padding: 25px 38px 14px;
}
.testAutho{
    padding-left: 90px;
    position: relative;
    min-height: 88px;
    padding-top: 17px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.testAutho img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.testAutho h2{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.testAutho h5{
    font-size: 14px;
    color: #acacac;
    font-weight: 400;
}
.singTestCont{}
.singTestCont p{
    line-height: 24px;
    font-size: 13px;
    color: #848484;
}
.testmArrow{
    position: relative;
    top: -7px;
}
.testmArrow a{
    width: 40px;
    height: 40px;
    background: #fff;
    margin-left: 3px;
    display: inline-block;
    font-size: 12px;
    color: #262f36;
    font-weight: 900;
    line-height: .8;
    padding: 15px 18px;
    border-radius: 2px;
}
.testmArrow a i{
    font-weight: 900;
}
.testmArrow a:hover{
    background: #333;
    color: #fff;
}


#testmH3Carowsel .owl-controls{
    margin-top: 70px;
}
#testmH3Carowsel.owl-carousel .owl-item img{
    width: inherit;
}
#testmH3Carowsel.owl-theme .owl-dots .owl-dot span {
    background: #8e8d8c;
    border: 1px solid #8e8d8c;
}
#testmH3Carowsel.owl-theme .owl-dots .owl-dot.active span, 
#testmH3Carowsel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
}
/**==================== News3 ======================**/
.news4Sec{
    padding-top: 60px;
    padding-bottom: 65px;
    position: relative;
}
.singlenews3{
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.newsTitleupp{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 12px;
}
.loadmoreBtnNews{
    margin-top: 27px;
}
.loadmoreBtnNews a {
    background: #006db7;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    line-height: 0.8;
    padding: 16px 38px;
    text-transform: capitalize;
}
.loadmoreBtnNews a:hover{
    background: #333;
}

/**==================== Client3 ======================**/
.client3Sec{
    padding: 60px 0;
}
.singleClient3{
    height: 88px;
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.singleClient3 img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 70px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.singleClient3 img:hover{
    opacity: .5;
}


/*=======================================================================
// About Page
=========================================================================*/
/**==================== breadCrump ======================**/
.breadcrumbSec{
    background: url(../images/bg/2.jpg) no-repeat scroll center center;
    padding: 76px 0;
}
.brTitle{
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 25px;
}
.bredCrumb{
    line-height: .8;
}
.bredCrumb a{
    display: inline-block;
    color: #9d9d9d;
}
.bredCrumb > span {
    line-height: 0.8;
    margin: 0 5px;
}
.bredCrumb a:hover{
    color: #006db7;
}

.compAboutSecAbPage{
    padding-bottom: 5px;
    padding-top: 60px;
}
/**==================== Team ======================**/
.TeammemberSec{
    padding-bottom: 45px;
    padding-top: 75px;
}
.singleTeam{
    background: #fff;
    margin-bottom: 30px;
}
.sTeImg {
    margin-bottom: 23px;
}
.sTeImg img{
    width: 100%;
}
.teamDeg{
    margin-bottom: 14px
}
.teamDeg h2{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 11px;
}
.teamDeg p{
    line-height: .8;
    margin: 0;
    font-size: 12px;
    color: #006db7;
    font-weight: 400;
}
.teamCont {
    padding: 0 15px 12px;
}

/*=======================================================================
// About Page2
=========================================================================*/
.teamMember2{
    padding-top: 57px;
    padding-bottom: 5px;
}
.VissMissSection{
    padding-top: 75px;
    padding-bottom: 55px;
}
.compAboutSec2{
    padding-top: 60px;
    padding-bottom: 30px;
}

.singleTeam2{
    margin-bottom: 60px;
}
.comMissionCont p{
    margin-bottom: 30px;
}
.Compvission ul li{
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}
.Compvission ul li:after{
    content: '\f0da';
    left: 0;
    top: -2px;
    font-family: FontAwesome;
    position: absolute;
    color: #006db7;
}

.teamDeg2{
    margin-bottom: 14px
}
.teamDeg2 h2{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 11px;
}
.teamDeg2 h4{
    line-height: .8;
    margin: 0;
    font-size: 14px;
    color: #acacac;
    font-weight: 400;
}

/*=======================================================================
// Services Page
=========================================================================*/
.servicespaSec{
    padding-top: 60px;
    padding-bottom: 25px;
}
.servicesContent{
    padding-top: 90px;
    padding-bottom: 60px;
}
.servicesNav{
    background: #f1f1f1;
}
.servicesNav li:last-child{
    border-bottom: none;
}
.servicesNav li{
    line-height: .8;
    border-bottom: 1px solid #dfdfdf;
}
.servicesNav li.active{
    position: relative;
}
.servicesNav li.active:after{
    position: absolute;
    right: 13px;
    content: '\f105';
    top: 18px;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: .8;
    color: #fff;
}
.servicesNav li a{
    color: #2c3e50;
    line-height: .8;
    display: block;
    padding: 19.6px 16px;
}
.servicesNav li a:hover,
.servicesNav li.active a{
    background: #006db7;
    color: #fff;
}
.pdfDownload {
    padding-left: 17px;
    padding-top: 40px;
}
.downloadTitle{
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
}
.downloadpdflink a{
    display: block;;
    color: #8a8a8a;
    line-height: .8;
    margin-bottom: 14px;
}
.downloadpdflink a:hover{
    color: #006db7;
}
.downloadpdflink a i{
    margin-right: 8px;
}
.servicesSingle{
    margin-bottom: 48px;
}
.servImg{
    margin-bottom: 18px;
}
.servImg img{
    width: 100%;
    height: auto;
}
.servTitle{
    margin-bottom: 11px;
}
.servTitle a{
    font-size: 18px;
    line-height: 30px;
    color: #313c45;
    font-weight: 900;
    text-transform: capitalize;
}
.servTitle a:hover{
    color: #006db7;
}
.servReadmo{
    font-size: 16px;
    color: #006db7;
    font-weight: 700;
}
.servReadmo:hover{
    color: #333;
}

/*=======================================================================
// Services Details
=========================================================================*/
.servicesDetails {
    padding-bottom: 50px;
    padding-top: 60px;
}
.servicesDetailsCont{
    margin-top: -10px;
}
.servicesDetailsCont p{
    color: #8a8a8a;
    margin-bottom: 30px;
}
.servicesdetaImg{}
.serdetaImg{
    margin-bottom: 30px;
}
.serdetaImg img{
    width: 100%;
    height: auto;
}
/*=======================================================================
// Blog Page
=========================================================================*/
.blogSection{
    padding: 60px 0 30px;
}
.singleBlog{
    margin-bottom: 60px;
}
.sblogImg{
    margin-bottom: 28px;
}
.sblogImg img{
    width: 100%;
    height: auto;
}
.owll.owl-theme .owl-nav {
    bottom: 0;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}
.owll.owl-theme .owl-nav [class*="owl-"] {
    background: #006db7;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    margin: 0 6px 0 0;
    padding: 6px 7px;
    width: 40px;
}
.owll.owl-theme .owl-nav .owl-prev {
    left: 20px !important;
    position: absolute;
}
.owll.owl-theme .owl-nav .owl-next{
    position: absolute;
    right: 15px;
}
.owll.owl-theme .owl-nav [class*="owl-"]:hover{
    background: #333;
}
.blogTitle{
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 700;
}
.blogMeta,
.blogMeta a{
    line-height: .8;
    color: #006db7;
    font-style: italic;
}
.blogMeta a:hover{
    color: #333;
}
.blogMeta {
    margin-bottom: 17px;
}
.blogMeta span {
    margin: 0 0 0 4px;
}
.sblogDec {
    margin-bottom: 35px;
}
.blogReadmore {
    background: #006db7;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 51px;
    line-height: 1;
    padding: 19px 30px;
    text-align: center;
    font-family: "Lato",sans-serif
}
.blogReadmore:hover{
    color: #fff;
    background: #333;
}
.search{
    position: relative;
}
.search input{
    width: 100%;
    background: #eeeeee;
    border: none;
    height: 50px;
    border-radius: 3px;
    font-size: 14px;
    color: #797979;
    padding: 0 20px ;
    font-style: italic;
}
.search button{
    position: absolute;
    right: 0;
    top: 0;
    background: #006db7;
    font-size: 14px;
    color: #fff;
    height: 50px;
    width: 57px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}
.search button:hover{
    color: #333;
}
.widget{
    margin-bottom: 60px;
}
.widgetTitle{
    font-size: 20px;
    margin-bottom: 45px;
    color:#000;
}
.widgetList li {
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8;
    margin: 18.5px 0 0;
    padding-bottom: 18.5px;
    padding-left: 13px;
    position: relative;
}
.widgetList li:after{
    content: '\f0da';
    color: #006DB7;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    position: absolute;
}
.widgetList li a{
    color: #717171;
}
.widgetList li a:hover{
    padding-left: 5px;
    color: #006DB7;
}
.recentPost{
    margin-top: -10px;
}
.singsRecPost {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 9px;
    padding-bottom: 21px;
    padding-left: 30px;
    position: relative;
}
.singsRecPost i{
    font-size: 15px;
    color: #313c45;
    position: absolute;
    left: 0;
    top:8px;
}
.singsRecPost h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 6px;
}
.recSidmeta,
.recSidmeta a{
    line-height: .8;
    color: #727272;
}
.recSidmeta a:hover{
    color: #006DB7;
}


/*=======================================================================
// Blog Details
=========================================================================*/
.blogDetailsDec{
    padding-top: 60px;
    padding-bottom: 90px;
}
.singleBlogDetails{
    margin-bottom: 31px;
}
.blogDetailsDec p{
    color: #848484;
    margin-bottom: 31px;
}
.blogDetailsDec blockquote{
    border: none;
    padding: 0;
    margin: 0 0 30px;
}
.blogDetailsDec blockquote p{
    font-size: 16px;
    color: #393939;
    font-weight: 700;
}
.socialShare{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 12px;
    margin-bottom: 30px;
}
.socialShare p{
    color: #313c45;
    font-weight: 600;
}
.socialShare p,
.shareSocial{
    display: inline-block;
    margin: 0;
}
.shareSocial span{
    color: #303030;
    font-weight: 600;
    margin-right: 3px;
}
.shareSocial{
    float: right;
}
.shareSocial a{
    color: #006db7;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}
.shareSocial a:last-child{
    margin-right: 0;
}
.shareSocial a:hover{
    color: #333;
}
.fullwidthAuthor{
    background: #f6f6f6;
    margin-bottom: 60px;
}
.fwaIn{
    position: relative;
    padding-left: 185px;
    min-height: 168px;
    padding-top: 32px;
}
.fwaIn img{
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 168px;
}
.fwaIn h2{
    font-size: 18px;
    line-height: .8;
    color: #000;
    font-weight: 600;
    margin-bottom: 13px;
}
.fwaIn p{
    line-height: 24px;
    color: #848484;
}
.fwaSocial{
    line-height:1.9;
}
.fwaSocial a{
    font-size: 12px;
    color: #c7c7c7;
    display: inline-block;
    margin-left: 10px;
}
.fwaSocial a:hover{
    color: #ffa60a;
}
.comment {
    margin-bottom: 58px;
}
.commentTitle{
    font-size: 20px;
    color: #1b2c3e;
    margin-bottom: 30px;
}
.singleComment {
    min-height: 95px;
    padding-left: 123px;
    padding-top: 4px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 14px;
}
.singleComment img{
    width: 100px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
}
.singComTitle{
    font-size: 18px;
    margin-bottom: 12px;
}
.comdate{
    font-size: 13px;
    color: #006db7;
    margin-bottom: 7px;
    font-weight: 600;
}
.singleComment p{
    font-size: 14px;
    line-height: 24px;
    color: #979797;
}
.comreplay {
    line-height: 0.8;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 13px;
    color: #006db7;
    font-weight: 600;
}
.comreplay:hover{
    color: #333;
}
.commentForm input{
    width: 100%;
    height: 55px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    border-radius: 2px;
}
.commentForm textarea{
    width: 100%;
    height: 195px;
    resize: none;
    border: 1px solid #e6e6e6;
    padding: 15px;
    border-radius: 2px;
}
.commentForm button{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.formmargin{
    margin-bottom: 15px;
}
.formmargin2{
    margin-bottom: 25px;
}
#contactForm .reqError{
    border-color: #C90035;
}
.mapArea {
    margin-bottom: 70px;
}
/*=======================================================================
// Contact Page
=========================================================================*/
.contactSec{
    padding-top: 60px;
    padding-bottom: 90px;
}
.contactSec2{
    padding-top: 60px;
    padding-bottom: 85px;
}
.commentTitle.cont{
    margin-bottom: 35px;
}
.ContToppera {
    margin-bottom: 38px;
}
.contAddress {
    margin-top: -6px;
}
.singleContadds{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.singleContadds i{
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 16px;
    color: #006db7;
}
.singleContadds p{
    margin: 0;
    line-height: 24px;
}
.singleContadds a {
    display: block;
    line-height: 24px;
    margin-bottom: 0;
    color: #858585;
}
.singleContadds a:hover{
    color: #006db7;
}
.singleContadds.phone{}
.singleContadds.phone p{
    color: #272727;
}
.singleContadds.phone p span{
    color: #858585;
}
.contactSocial{
    padding-left: 33px;
}
.contactSocial a{
    display: inline-block;
    color: #1b2c3e;
    font-size: 12px;
    margin-right: 12px;
}
.contactSocial a:hover{
    color: #006db7;
}

/*=======================================================================
// 404 Page
=========================================================================*/
.errorPage {
    padding: 40px 0 83px;
}
.errorIn h1{
    font-size: 350px;
    color: #2c3e50;
    font-weight: 900;
    margin-bottom: 90px;
}
.errorIn h2{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.errorIn p{
    font-size: 14px;
    color: #898989;
    line-height: 26px;
}

/*=======================================================================
// Color Preset
=========================================================================*/
.colorPresetArea {
    position: fixed;
    top: 5px;
    left: -290px;
    width: 290px;
    background: #282828;
    z-index: 9999;
    padding-bottom: 20px;
    height: 505px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.switchTittle {
    background: #006DB7;
    padding: 0 0 0 50px;
    width: 340px;
    position: relative;
}
.colorPresetArea p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.switchTittle p{
    margin-top: 9px;
    font-size: 18px;
}
a.gearBtn{
    color: #fff;
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    padding-top: 12px;
}
a.gearBtn:hover,
a.gearBtn.active{
    color: #4c4c4c;
}
.singleSwitch{
    padding-left: 50px;
}
.singleSwitch.light{
    background: #323232;
}
.singleSwitch {
    padding-top: 22px;
}
.switch {
    padding-bottom: 20px;
    padding-top: 0;
}
.switch a {
    float: left;
}
a.color1{
    width: 40px;
    height: 40px;
    background: #006DB7;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.color2{
    width: 40px;
    height: 40px;
    background: #E4344E;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.color3{
    width: 40px;
    height: 40px;
    background: #c04baa;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
}
a.color4{
    width: 40px;
    height: 40px;
    background: #ffa60a ;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.color5{
    width: 40px;
    height: 40px;
    background: #7a942e;
    border-radius: 50%;
    margin-right: 10px;
}
a.color6{
    width: 40px;
    height: 40px;
    background: #049372;
    border-radius: 50%;
    margin-right: 10px;
}
a.color7{
    width: 40px;
    height: 40px;
    background: #e07094;
    border-radius: 50%;
    margin-right: 10px;
}
a.color8{
    width: 40px;
    height: 40px;
    background: #16a4d6;
    border-radius: 50%;
    margin-right: 10px;
}
a[class*="pat"]:hover,
a[class*="color"]:hover{
    opacity: .5;
}
a.lightColor{
    background: #fff none repeat scroll 0 0;
    color: #4c4c4c;
    font-weight: 300;
    height: 50px;
    text-align: center;
    width: 90px;
    padding-top: 9px;
    margin-right: 10px;
}
a.darkColor{
    background: #4c4c4c;
    color: #fff;
    font-weight: 300;
    height: 50px;
    text-align: center;
    width: 90px;
    padding-top: 9px;
    border: 1px solid #fff;
}
a.lightColor:hover,
a.lightColor:focus,
a.darkColor:hover,
a.darkColor:focus{
    color: #f55e80;
}
a.wide{
    color: #b2b2b2;
    position: relative;
    margin-right: 10px;
    font-weight: 300;
}
a.wide span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    border: 6px solid #fff;
}
.switch a.active span{
    border: 3px solid #fff;
    background: #f55e80;
}
a.boxed{
    color: #b2b2b2;
    position: relative;
    font-weight: 300;
}
a.boxed span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
a.pat1{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p1.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.pat2{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p2.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.pat3{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p3.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.pat4{
    width: 30px;
    height: 30px;
    background: url(../images/pattern/p4.png) repeat scroll center center #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*=======================================================================
// Preloader
=========================================================================*/
.preloader {
    background: #FFF;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.preloader img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.backtoHomeBtn {
    background: #006db7;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 0.8;
    margin-top: 25px;
    padding: 15px 30px;
    font-family: lato;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.backtoHomeBtn:hover{
    background: #333;
    color: #fff;
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255,255,255,0);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index:30;
  cursor: url('../images/favicon.png');
}

#particles-js {
  cursor: url('../images/icon.png')30 30, default;
}

#cd-timeline {
  margin-top: 0em;
  margin-bottom: 0em;
}

#cd-timeline.cd-timeline--style2 {
  /* >= 768px */
}

@media (min-width: 768px) {
  #cd-timeline.cd-timeline--style2 {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
  }
}

#cd-timeline.cd-timeline--style2:before {
  width: 1px;
  left: 50%;
  margin-left: -2px;
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-content {
  background: #f8f8f8;
  box-shadow: none;
  padding: 30px;
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-content h2 {
  font-weight: bold;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #000;
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-content p {
  margin: 0 0 20px;
  font-size: 13px;
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-content .cd-date {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  background: #f8f8f8;
  box-shadow: none;
  display: inline-block;
  padding: 5px 10px;
  top: 43%;
  width: fit-content;
  /* 768px - 991px */
  /* <= 768px */
}

@media (min-width: 768px) and (max-width: 991px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-content .cd-date {
    top: 45%;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-content .cd-date {
    left: 30%;
    right: 30%;
    text-align: center;
    width: 40%;
    padding: 0px 0;
    position: absolute;
    top: -45px;
  }
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-content:hover .cd-timeline-icon {
  background: #009999;
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-icon {
  position: absolute;
  top: 50%;
  left: -24%;
  background: #E5E5E5;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  box-sizing: content-box;
  color: #fff;
  transition: all 0.2s ease-out;
  /* 992px - 1199px */
  /* 768px - 991px */
  /* <= 768px */
}

@media (min-width: 992px) and (max-width: 1199px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-icon {
    left: -26%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-icon {
    left: -28%;
  }
}

@media (max-width: 767px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-icon {
    display: none;
  }
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-icon:before {
  content: "\e109";
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block .cd-timeline-icon:hover {
  background: #0d5195;
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(odd) .cd-timeline-content {
  left: 3%;
  margin: 30px 0 30px 30px;
  /* <= 768px */
}

@media (max-width: 767px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    margin: 0 0 30px 0;
    left: 0%;
  }
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
  margin-right: 30px;
  /* <= 768px */
}

@media (max-width: 767px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
    margin-left: 0px;
  }
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(even) .cd-timeline-content {
  right: 3%;
  margin: 30px 30px 30px 0;
  /* <= 768px */
}

@media (max-width: 767px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(even) .cd-timeline-content {
    margin: 0 0 30px 0;
    right: 0%;
  }
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-timeline-icon {
  right: -24%;
  left: auto;
  /* 992px - 1199px */
  /* 768px - 991px */
}

@media (min-width: 992px) and (max-width: 1199px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-timeline-icon {
    right: -26%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-timeline-icon {
    right: -28%;
  }
}

#cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  margin-left: 30px;
  /* <= 768px */
}

@media (max-width: 767px) {
  #cd-timeline.cd-timeline--style2 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    margin-left: 0px;
  }
}

.cg__timeline-text {
  background: #fff;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 2;
  display: inline-block;
  color: #535353;
}

.cg__timeline-block {
  margin-left: 1em;
  margin-right: 1em;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 768px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.newsBtn{
    height: 40px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    line-height: .8;
    color: #fff;
    border-radius: 3px;
    position: relative;
    padding: 15px 63px 15px 13px;
    font-family: 'Lato', sans-serif;
	direction:rtl;
}
.newsBtn i{
    width: 35px;
    height: 40px;
    padding: 15px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pagination{
  width:95%;
  margin:10px auto;
  text-align:left !important;
  direction:ltr;
  margin-top:50px;
  float:left;

  
  }
  .pagination .current{
  padding: 4px 10px;
color: black;
margin: 1px 0px 9px 6px;
display: block;
text-decoration:none;
float: left;
direction:ltr;
text-align:center;
background: whitesmoke;
  }
  .pagination .page-numbers{
  padding: 4px 10px;
color: white !important;
margin: 1px 0px 9px 6px;
display: block;
text-decoration:none;
float: left;
direction:ltr;
text-align:center;
background: #009999;
  }
  


 /*=========================*/
 /* Contact form
/*==========================*/
#contact-form .btn {
  margin-top: 31px;
  font-size: 10px;
  padding: 6.2px 12px;
    border: 1px solid #333;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#contact-form .btn + .btn {
  margin-left: 10px;
}
#contact-form label {
  display: block;
  float: left;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 40px;
}
#contact-form label + label {
  margin-left: 30px;
}
#contact-form label.message {
  margin-left: 0;
  width: 100%;
  position: relative;
  top: -1px;
}
#contact-form fieldset {
  border: none;
}

/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 27px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: text;
  color: #323045;
}



#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(237, 44, 53, 0.7);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'], #contact-form input[type='number'] {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 27px 5px;
  outline: none;
  color: #323045;
  height: 31px;
  border: 1px solid #000;
  border: 1px solid rgba(50, 48, 69, 0.34);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float:left;
 /* background-color: #e3dfdf;*/
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 27px 5px;
  outline: none;
  border: 1px solid #000;
  border: 1px solid rgba(50, 48, 69, 0.34);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #323045;
  height: 150px;
  /*background-color: #e3dfdf;*/
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 50%;
  text-align:right;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-size: 24px;
  color: #616070;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position:relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto !important;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1199px) {
  #contact-form {
    padding-right: 0;
  }
  #contact-form label {
    width: 100%;
    margin: 0 !important;
    clear: left;
  }
}