/************ TABLE OF CONTENTS ***************1. Fonts2. Reset3. Global4. Main Header5. Main Slider6. Services Section / Section Two / Section Three / Section Four  / Section Five7. Team Section8. Professional Section9. Testimonial Section10. Cases Section11. About Section12. Counter Section13. Expert Section14. News Section15. Clients Section16. Map Section17. Main Footer18. Help Section19. Business Section20. Call Back Section21. Featured Section22. Strategy Section23. Featured Cases Section24. Choose Section25. Call To Action Section26. Company Section27. Offices Section28. Fluid Section One29. Company Section Two30. Testimonial Section Two31. Growth Section32. Speaker Section33. Projects Section34. Packages Section35. Call To Action Section Two36. Team Section Two37. Page Title38. Page Title Two39. Company Overview Section40. Company History Section41. Careers Section42. Partners Section43. Testimonial Section44. Services Single Sections45. Case Detail Section46. Error Page47. Comming Soon Section48. Faq Section49. Blog Sidebar Section50. Blog Detail Section51. Contact Section52. Contact Form Section**********************************************/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');/*font-family: 'Poppins', sans-serif;font-family: 'Playfair Display', serif;font-family: 'Lora', serif;font-family: 'Open Sans', sans-serif;font-family: 'Montserrat', sans-serif;*/
@import url('font-awesome.css');@import url('flaticon.css');@import url('animate.css');@import url('owl.css');@import url('hover.css');@import url('jquery-ui.css');@import url('text-rotate.css');@import url('jquery.fancybox.min.css');/*** ====================================================================	Reset==================================================================== ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** ====================================================================	Global Settings==================================================================== ***/
body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ffed00;
}

.no-padding {
    padding: 0px !important;
}

a:hover,a:focus,a:visited {
    text-decoration: none;
    outline: none;
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
}

input,button,select {
    font-family: 'Open Sans', sans-serif;
}

textarea {
    overflow: hidden;
}

p,.text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.page-wrapper.left-padd {
    padding-left: 70px;
}

/*List Style One*/
.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    padding-left: 45px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #d5d5d5;
    font-family: 'Lora', serif;
}

.list-style-one li:before {
    position: absolute;
    content: "\f172";
    left: 0px;
    top: 18px;
    font-size: 24px;
    color: #2eabe8;
    font-style: normal;
    font-family: "Flaticon";
}

.list-style-one li:last-child {
    border-bottom: 1px solid #d5d5d5;
}

/*List Style Two*/
.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    padding-left: 45px;
    margin-bottom: 12px;
    font-family: 'Lora', serif;
}

.list-style-two li:before {
    position: absolute;
    content: "\f172";
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #2eabe8;
    font-style: normal;
    font-family: "Flaticon";
}

/*List Style Three*/
.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    padding-left: 45px;
    margin-bottom: 12px;
    font-family: 'Lora', serif;
}

.list-style-three li:before {
    position: absolute;
    content: "\f172";
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #2eabe8;
    font-style: normal;
    font-family: "Flaticon";
}

/*List Style Four*/
.list-style-four {
    position: relative;
}

.list-style-four li {
    position: relative;
    color: #797979;
    font-size: 16px;
    padding-left: 38px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.list-style-four li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5b5b5b;
}

.list-style-four li span {
    color: #242424;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.list-style-four li a {
    color: #ffffff;
}

/*List Style Five*/
.list-style-five {
    position: relative;
}

.list-style-five li {
    position: relative;
    color: #797979;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 8px;
}

.list-style-five li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #656565;
}

.list-style-five li a {
    color: #ffffff;
}

/*List Style Six*/
.list-style-six {
    position: relative;
}

.list-style-six li {
    position: relative;
    color: #797979;
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 6px;
}

.list-style-six li:before {
    position: absolute;
    content: '\f046';
    left: 0px;
    top: 0px;
    color: #ffed00;
    font-family: 'FontAwesome';
}

.list-style-six li a {
    color: #ffffff;
}

/*List Style Seven*/
.list-style-seven {
    position: relative;
}

.list-style-seven li {
    position: relative;
    color: #2b61bd;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 15px;
}

.list-style-seven li:before {
    position: absolute;
    content: "\f172";
    left: 0px;
    top: 0px;
    font-size: 15px;
    color: #2b61bd;
    font-style: normal;
    font-family: "Flaticon";
}

/*List Style Eight*/
.list-style-eight {
    position: relative;
}

.list-style-eight li {
    position: relative;
    margin-bottom: 15px;
    color: #797979;
    font-size: 16px;
    padding-left: 50px;
    font-family: 'Poppins', sans-serif;
}

.list-style-eight li strong {
    color: #242424;
    font-weight: 500;
    display: block;
}

.list-style-eight li .icon-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    color: #ffed00;
    font-size: 30px;
    line-height: 1em;
}

/*List Style Nine*/
.list-style-nine {
    position: relative;
}

.list-style-nine li {
    position: relative;
    margin-bottom: 15px;
    color: #242424;
    font-size: 16px;
    padding-left: 24px;
    font-family: 'Poppins', sans-serif;
}

.list-style-nine li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #ffed00;
}

ul,li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    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;
}

.grey-bg {
    background-color: #f1f2f3;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    line-height: 29px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    background: #ffed00;
    border-radius: 50px;
    border: 2px solid #ffed00;
    padding: 11px 32px 11px;
    font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
    color: #ffed00;
    background: none;
}

/*Btn Style Two*/
.btn-style-two {
    position: relative;
    padding: 10px 40px;
    line-height: 29px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 6px;
    background-color: #ffed00;
    border: 2px solid #ffed00;
    font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover {
    background: none;
    color: #ffed00;
}

/*Btn Style Three*/
.btn-style-three {
    position: relative;
    padding: 5px 32px;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px;
    background: none;
    border: 2px solid #ffffff;
    font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover {
    background: #ffffff;
    color: #0a9377;
}

/*Btn Style Four*/
.btn-style-four {
    position: relative;
    padding: 6px 32px;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px;
    background: #ffed00;
    border: 2px solid #ffed00;
    font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover {
    background: none;
    color: #0a9377;
}

/*Btn Style Five*/
.btn-style-five {
    position: relative;
    padding: 10px 40px;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 50px;
    background: #2a2a2a;
    border: 2px solid #2a2a2a;
    font-family: 'Poppins', sans-serif;
}

.btn-style-five:hover {
    background: none;
    color: #2a2a2a;
}

/*Btn Style Six*/
.btn-style-six {
    position: relative;
    padding: 10px 40px;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 50px;
    background: #ffed00;
    border: 2px solid #ffed00;
    font-family: 'Poppins', sans-serif;
}

.btn-style-six:hover {
    background: none;
    color: #0a9377;
}

/*Btn Style Seven*/
.btn-style-seven {
    position: relative;
    padding: 10px 40px;
    line-height: 29px;
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 50px;
    background: #ffffff;
    border: 2px solid #ffffff;
    font-family: 'Poppins', sans-serif;
}

.btn-style-seven:hover {
    background: none;
    color: #ffffff;
}

/*Btn Style Eight*/
.btn-style-eight {
    position: relative;
    padding: 10px 35px;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 50px;
    background: #282828;
    border: 2px solid #282828;
    font-family: 'Poppins', sans-serif;
}

.btn-style-eight:hover {
    background: none;
    color: #282828;
}

.theme_color {
    color: #ffed00;
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

/*** ====================================================================	Scroll To Top style====================================================================***/
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 70px;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 50px;
    background: #ffed00;
    display: none;
    border: 2px solid #ffed00;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*** ====================================================================	Main Header style====================================================================***/
.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/*Header Top*/
.main-header .header-top {
    position: relative;
    background: #1d59bc;
    color: #ffffff;
}

.main-header .header-top.style-two {
    background-color: #1e1f23;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 12px 0px 12px;
}

.main-header .header-top .top-left .links {
    position: relative;
}

.main-header .header-top .top-left .links li {
    position: relative;
    line-height: 1em;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.main-header .header-top .top-left .links li a {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    text-decoration: underline;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-top .top-left .links li a:hover {
    color: #ffed00;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 10px 0px;
}

.main-header .header-top .top-right .number {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    float: left;
    font-family: 'Poppins', sans-serif;
}

.main-header .header-top .top-right .number span {
    font-size: 20px;
    font-weight: 300;
}

.main-header .header-top.style-three {
    background-color: #ffffff;
}

.main-header .header-top.style-three .top-left .links li,.main-header .header-top.style-three .top-left .links li a,.main-header .header-top.style-three .top-right .number,.main-header .header-top.style-three .language > a {
    color: #242424;
}

.main-header .header-top.style-three .language {
    border-color: rgba(0,0,0,0.30);
}

.main-header .header-top.style-four {
    background: none;
    padding: 3px 0px;
}

/*Header Top Two*/
.header-top-two {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.header-top-two .top-left {
    position: relative;
    float: left;
}

.header-top-two .top-left .links {
    position: relative;
}

.header-top-two .top-left .links li {
    position: relative;
    float: left;
    margin-right: 25px;
    border-right: 1px solid #d7d7d7;
}

.header-top-two .top-left .links li a {
    position: relative;
    color: #242424;
    font-size: 16px;
    display: inline-block;
    padding: 14px 28px 14px 0px;
}

.header-top-two .top-left .links li a .icon {
    position: relative;
    margin-right: 8px;
    color: #ffed00;
}

.header-top-two .top-right {
    position: relative;
    float: right;
}

.header-top-two .top-right .social-icon-three {
    float: left;
    padding: 20px 25px 19px 0px;
    border-right: 1px solid #d7d7d7;
}

.header-top-two .top-right .social-icon-three li {
    line-height: 1em;
}

.header-top-two.style-two {
    border-bottom: none;
    padding: 14px 0px;
}

.header-top-two.style-two .top-left .links li {
    border-color: #acacac;
}

.header-top-two.style-two .top-left .links li:last-child {
    border: none;
    margin-right: 0px;
}

.header-top-two.style-two .top-left .links li a {
    padding: 0px;
    padding-right: 22px;
}

.header-top-two.style-two .top-right .social-icon-three {
    padding: 0px 25px 0px 0px;
    border-color: #acacac;
}

.header-top-two.style-two .language {
    padding: 0px 0px 0px 20px;
}

.header-top-two.style-two .top-right {
    padding: 5px 0px;
}

/*Language Dropdown*/
.main-header .language {
    position: relative;
    top: 2px;
    line-height: 1em;
    float: left;
    margin-left: 18px;
    padding-left: 20px;
    margin-top: 1px;
    border-left: 1px solid rgba(255,255,255,0.50);
}

.main-header .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    padding: 0px;
    margin-top: 17px;
    background-color: #222222;
    border-top: 3px solid #ffed00;
}

.main-header .language > a {
    color: #ffffff;
    padding: 0px 0px;
    background: none !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
}

.header-top-two .language {
    margin-left: 0px;
    top: 0px;
    border-left: none;
    margin-top: 0px;
    padding: 19px 0px 19px 20px;
}

.header-top-two .language > a {
    color: #242424;
}

.main-header .language > a .icon {
    margin-right: 5px;
}

.main-header language a:hover {
    background: none;
}

.main-header .language .dropdown-menu > li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu > li > a {
    padding: 10px 20px !important;
    color: #ffffff;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover {
    color: #ffffff !important;
    background-color: #ffed00;
}

/*Sticky Header*/
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #18191b;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .sticky-inner-container {
    padding: 0px 50px;
}

.sticky-header .logo {
    padding: 6px 0px 4px;
}

.main-header .sticky-header .outer-box {
    margin-top: 16px;
}

.main-header .sticky-header .outer-box .btn-box .theme-btn {
    padding: 3px 26px 3px;
}

.main-header .sticky-header .search-box-outer .dropdown-menu {
    top: 46px;
}

.default-inner-header.fixed-header {
    background-color: #151e22;
}

.default-inner-header.fixed-header .header-upper .logo-outer,.header-style-six.fixed-header .header-upper .logo-outer,.header-style-five.fixed-header .header-upper .logo-outer,.header-style-three.fixed-header .header-upper .logo-outer,.header-style-four.fixed-header .header-upper .logo-outer {
    padding: 13px 0px 12px;
}

.default-inner-header.fixed-header .main-menu .navigation > li > a {
    padding: 18px 0px 22px;
}

.default-inner-header.fixed-header .outer-box,.header-style-five.fixed-header .outer-box,.header-style-three.fixed-header .outer-box {
    margin-top: 22px;
}

.header-style-four.fixed-header .header-upper .outer-box {
    margin-top: 22px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.default-inner-header .header-upper,.header-style-two .header-upper {
    position: relative;
    z-index: 5;
    padding: 0px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 25px 0px 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-two .logo-outer {
    padding: 18px 0px 17px;
}

.header-style-one .logo-outer {
    padding: 15px 0px;
}

.header-style-six .logo-outer {
    padding: 28px 0px;
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .upper-right {
    position: relative;
}

.header-style-four.fixed-header .header-upper {
    position: fixed;
}

.header-style-five.fixed-header .header-upper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #151e22;
}

.header-style-three.fixed-header .header-upper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #282828;
}

.header-style-four.fixed-header .header-upper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    background-color: #1d59bc;
}

.header-style-two.fixed-header .header-upper {
    border-bottom: 1px solid rgba(252,247,247,1.00);
}

.header-style-four .nav-outer .search-box-btn {
    border-left: 1px solid rgba(255,255,255,0.40);
    border-right: 0px;
    padding-right: 0px;
    padding-left: 26px;
}

.header-style-six {
    position: relative;
}

.header-style-one {
    background-color: #1a55b7;
}

.header-style-one .header-upper {
    padding-right: 30px;
    padding-left: 30px;
}

.header-style-five,.header-style-three,.header-style-four {
    position: absolute;
}

.main-header .header-lower {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-four .header-upper {
    background-color: #1d59bc;
    position: relative;
    margin: 0px 40px;
}

.main-header .nav-outer {
    position: relative;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-left: 25px;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
    margin: 0px;
    border: 0px;
    margin-left: 30px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    text-transform: capitalize;
    padding: 30px 0px 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.header-style-two .main-menu .navigation > li > a,.header-style-one .main-menu .navigation > li > a {
    padding: 25px 0px 25px;
}

.header-style-three .main-menu .navigation > li > a {
    padding: 28px 0px 28px;
}

.header-style-three .main-menu .navigation > li > a:after {
    bottom: 25px;
}

.header-style-six .main-menu .navigation > li > a:after {
    bottom: 30px;
    right: 0px;
    left: auto;
}

.header-style-four .main-menu .navigation > li > a {
    padding: 33px 0px 32px;
}

.header-style-six.fixed-header .main-menu .navigation > li > a:after,.header-style-five.fixed-header .main-menu .navigation > li > a:after,.header-style-three.fixed-header .main-menu .navigation > li > a:after,.header-style-four .main-menu .navigation > li > a:after {
    display: none;
}

.header-style-four .header-upper .outer-box {
    margin-top: 35px;
}

.header-style-six .main-menu .navigation > li > a {
    padding: 36px 0px 35px;
    color: #242424;
}

.header-style-six.fixed-header .main-menu .navigation > li > a,.header-style-five.fixed-header .main-menu .navigation > li > a,.header-style-three.fixed-header .main-menu .navigation > li > a,.header-style-four.fixed-header .main-menu .navigation > li > a {
    padding: 20px 0px 20px;
}

.main-header.header-style-two .outer-box .number,.main-header.header-style-two .search-box-btn,.header-style-two .main-menu .navigation > li > a,.header-style-three .main-menu .navigation > li > a {
    color: #ffffff;
}

.main-header.header-style-six .search-box-btn {
    padding-right: 0px;
    padding-left: 20px;
    color: #242424;
    border-right: none;
    border-left: 1px solid rgba(0,0,0,0.50);
}

.main-header.header-style-five .search-box-btn {
    padding-right: 0px;
    padding-left: 25px;
    color: #ffffff;
    border-right: none;
    border-left: 1px solid rgba(250,250,250,0.70);
}

.main-header.header-style-two .search-box-btn {
    border-right-color: rgba(0,0,0,0.40);
}

.main-header.header-style-six .outer-box {
    margin-top: 38px;
}

.header-style-six.fixed-header .outer-box {
    margin-top: 23px;
}

.main-menu .navigation > li > a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 10px;
    width: 23px;
    height: 1px;
    opacity: 0;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a:after,.header-style-one .main-menu .navigation > li > a:after {
    bottom: 18px;
}

.default-inner-header.fixed-header .main-menu .navigation > li > a:after {
    bottom: 18px;
}

.header-style-three .header-upper .header-upper-inner {
    background-color: #ffffff00;
    border-radius: 6px;
    padding: 0px 26px;
}

.header-style-three.fixed-header .header-upper .header-upper-inner {
    padding: 0px;
}

.main-menu .navigation > li.current > a:after,.main-menu .navigation > li > a:hover {
    opacity: 1;
}

.main-menu .navigation > li.has-mega-menu .mega-menu {
    position: absolute;
    left: 0px;
    width: 500px;
    padding: 15px 25px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05)
}

.main-menu .navigation > li.has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li.has-mega-menu .mega-menu .column:last-child:after {
    display: none;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul {
    position: relative;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li {
    position: relative;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a {
    position: relative;
    color: #444444;
    padding: 4px 0px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a:hover {
    color: #ffed00;
}

.main-header .sticky-header .main-menu .navigation > li > a {
    color: #ffffff;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    min-height: 0px;
    background: none;
    border: 0px;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li:hover > a,.main-menu .navigation > li.current > a,.main-menu .navigation > li.current-menu-item > a {
    color: #ffffff;
    opacity: 1;
}

.header-style-six .main-menu .navigation > li:hover > a,.header-style-six .main-menu .navigation > li.current > a,.header-style-six .main-menu .navigation > li.current-menu-item > a {
    color: #242424;
    opacity: 1;
}

.fixed-header .main-menu .navigation > li:hover > a,.fixed-header .main-menu .navigation > li.current > a,.fixed-header .main-menu .navigation > li.current-menu-item > a {
    color: #ffffff;
    opacity: 1;
}

.header-style-two .main-menu .navigation > li:hover > a,.header-style-two .main-menu .navigation > li.current > a,.header-style-two .main-menu .navigation > li.current-menu-item > a,.header-style-two.fixed-header .main-menu .navigation > li:hover > a,.header-style-two.fixed-header .main-menu .navigation > li.current > a,.header-style-two.fixed-header .main-menu .navigation > li.current-menu-item > a {
    color: #ffed00;
    opacity: 1;
}

.header-style-six.fixed-header .main-menu .navigation > li:hover > a,.header-style-six.fixed-header .main-menu .navigation > li.current > a,.header-style-six.fixed-header .main-menu .navigation > li.current-menu-item > a {
    color: #242424;
    opacity: 1;
}

.header-style-five .main-menu .navigation > li:hover > a,.header-style-five .main-menu .navigation > li.current > a,.header-style-five .main-menu .navigation > li.current-menu-item > a {
    color: #ffffff;
    opacity: 1;
}

.header-style-three .main-menu .navigation > li:hover > a,.header-style-three .main-menu .navigation > li.current > a,.header-style-three .main-menu .navigation > li.current-menu-item > a {
    color: #ffed00;
    opacity: 1;
}

.header-style-three .logo-outer {
    padding: 21px 0px 20px;
}

.header-style-five .main-menu .navigation > li > a:after {
    background-color: #ffffff;
}

.header-style-three .main-menu .navigation > li > a:after {
    background-color: #242424;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,.main-header .sticky-header .main-menu .navigation > li.current > a,.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a {
    color: #ffed00;
    opacity: 1;
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before {
    display: none;
}

.main-header .sticky-header .main-menu .navigation > li > ul {
    top: 100% !important;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #ffed00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 25px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #242424;
    text-align: left;
    padding-right: 20px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li:hover > a {
    background-color: #ececec;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #ffed00;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    width: 20px;
    height: 100%;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 25px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #242424;
    text-align: left;
    padding-right: 20px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    background-color: #ececec;
}

.sticky-header .main-menu .navigation > li > a:after {
    display: none;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 32px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header.header-style-two .outer-box,.main-header.header-style-one .outer-box {
    margin-top: 27px;
}

.main-header .outer-box .number {
    position: relative;
    float: right;
    color: #ffffff;
    font-size: 22px;
    margin-left: 26px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
    margin-top: 17px;
    right: 0px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #ffed00;
}

.header-style-four .header-upper .search-box-outer .dropdown-menu {
    margin-top: 33px;
}

.main-header.fixed-header .search-box-outer .dropdown-menu {
    margin-top: 21px;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .header-lower .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .header-lower .search-panel input[type="text"],.main-header .header-lower .search-panel input[type="search"],.main-header .header-lower .search-panel input[type="password"],.main-header .header-lower .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,.main-header .header-lower .search-panel select:focus {
    border-color: #ffed00;
}

.main-header .header-lower .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

/*search box btn*/
.main-header .search-box-outer {
    position: relative;
    display: inline-block;
}

.main-header .search-box-btn {
    position: relative;
    font-size: 18px;
    line-height: 1em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    background: none;
    padding-right: 25px;
    border-right: 1px solid rgba(255,255,255,0.70);
}

.header-style-three .nav-outer .search-box-btn {
    border-right: 0px;
    padding-right: 0px;
    padding-left: 24px;
    color: #414141;
    border-left: 1px solid #ffffff;
}

.main-header .search-box-outer .dropdown-menu {
    margin-top: 32px;
    padding: 0px;
    width: 320px;
    border-radius: 0px;
    border-top: 3px solid #ffed00;
}

.main-header .search-box-outer .dropdown-menu {
    margin-top: 26px;
}

.header-style-two.fixed-header .search-box-outer .dropdown-menu {
    margin-top: 26px;
}

.main-header.header-style-six .search-box-outer .dropdown-menu {
    margin-top: 36px;
}

.header-style-six.fixed-header .search-box-outer .dropdown-menu {
    margin-top: 21px;
}

.main-header.header-style-three .search-box-outer .dropdown-menu {
    margin-top: 28px;
}

.main-header .search-panel .form-container {
    padding: 25px 25px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],.main-header .search-panel input[type="search"],.main-header .search-panel input[type="password"],.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 7px 40px 7px 15px;
    height: 46px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,.main-header .search-panel select:focus {
    border-color: #ffed00;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 46px;
    height: 46px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #202020;
    cursor: pointer;
}

.header-style-six .header-upper {
    padding: 0px;
}

.header-style-six.fixed-header .header-upper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.header-style-two {
    background-color: #ffffff;
}

/*Social Icon One*/
.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin: 0px 10px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    opacity: 0.8;
}

/*Social Icon Two*/
.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    color: #858585;
    display: inline-block;
    border: 1px solid #858585;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #ffed00;
    border-color: #ffed00;
}

/*Social Icon Three*/
.social-icon-three {
    position: relative;
}

.social-icon-three li {
    position: relative;
    margin-left: 25px;
    float: left;
}

.social-icon-three li a {
    position: relative;
    color: #1f4a93;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    opacity: 0.8;
}

/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    line-height: 26px;
    color: #797979;
    float: left;
    border-radius: 0px;
    padding: 12px 20px;
    background: #ffffff;
    font-weight: 500;
    border: 1px solid #dedede;
    font-family: 'Poppins', sans-serif;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: -1px;
    text-indent: 0px;
    color: #333333;
    font-size: 20px;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 30px;
    display: block;
    color: #a0a0a0;
    line-height: 23px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #ffed00;
    border-color: #ffed00;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px ;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
}

/*** ====================================================================	Section Title====================================================================***/
.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title h2 {
    position: relative;
    font-size: 34px;
    color: #242424;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 8px;
}

.sec-title h2 span {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.sec-title .styled-text {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-style: italic;
    margin-top: 6px;
    font-family: 'Lora', serif;
}

.sec-title .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
    font-family: 'Open Sans', sans-serif;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.light h2 {
    color: #f1f2f4;
}

/*** ====================================================================	Section Title Two====================================================================***/
.sec-title-two {
    position: relative;
    margin-bottom: 50px;
}

.sec-title-two h2 {
    position: relative;
    font-size: 35px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
}

.sec-title-two h2:before {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 5px;
    width: 35px;
    height: 2px;
    background-color: #ffed00;
}

.sec-title-two .text {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    margin-top: 10px;
    line-height: 1.5em;
    font-family: 'Lora', serif;
}

.sec-title-two .text.style-two {
    color: #242424;
}

.sec-title-two.light h2 {
    color: #ffffff;
}

.sec-title-two.light h2:before {
    background-color: #ffffff;
}

/*** ====================================================================	Section Title Three====================================================================***/
.sec-title-three {
    position: relative;
    padding-bottom: 28px;
}

.sec-title-three h2 {
    position: relative;
    color: #242424;
    font-size: 50px;
    font-weight: 600;
}

.sec-title-three .title {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-style: italic;
    margin-top: 5px;
    font-family: 'Lora', serif;
}

.sec-title-three:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 1px;
    background-color: #ffed00;
}

.sec-title-three.centered {
    text-align: center;
}

.sec-title-three.centered::after {
    left: 50%;
    margin-left: -45px;
}

.sec-title-three.light h2,.sec-title-three.light .title {
    color: #f1f2f4;
}

/*** ====================================================================	Section Title Four====================================================================***/
.sec-title-four {
    position: relative;
    margin-bottom: 40px;
}

.sec-title-four h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title-four h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #ffed00;
}

.sec-title-four.centered {
    text-align: center;
}

.sec-title-four.centered h2:after {
    left: 50%;
    margin-left: -25px;
}

/*** ====================================================================	Main Slider style====================================================================***/
.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .tp-caption {
    z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
    background: rgba(0,0,0,0.40) !important;
}

.main-slider .tparrows.gyges {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.20);
}

.main-slider .tparrows.gyges:before {
    line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
    color: #ffed00 !important;
    background-color: #ffed00;
}

.main-slider .title {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.main-slider .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7em;
    display: inline-block;
}

.main-slider .text.alternate {
    color: #000000;
    font-size: 16px;
    line-height: 1.7em;
}

.main-slider .text.dark {
    color: #000000;
}

.main-slider .text.style-two {
    color: #242424;
}

.main-slider .text.style-three {
    max-width: 500px;
}

.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
}

.main-slider h2 span {
    position: relative;
    font-style: italic;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}

.main-slider h2 span.alternate:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.main-slider h2.dark {
    color: #000000;
}

.main-slider h2.dark span:after {
    background-color: #000000;
}

.main-slider h2.style-two {
    color: #242424;
}

.main-slider h2.style-two span {
    color: #ffed00;
}

.main-slider h2.style-two span:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffed00;
}

.main-slider h3 {
    position: relative;
    color: #29263a;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2em;
    font-family: 'Playfair Display', serif;
}

.main-slider h3 span {
    color: #ffffff;
    line-height: 1em;
    background-color: #ffed00;
}

.main-slider .btns-box .theme-btn {
    margin-right: 20px;
    margin-top: 40px !important;
}

.slider-content {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(0,0,0,0.60);
}

.main-slider .tp-bannertimer,.main-slider .tp-bullets {
    display: none !important;
}

.main-slider .city {
    position: absolute;
    left: -150px;
    bottom: 100px;
    color: #a2a2a2;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    transform: rotate(-90deg);
}

.main-slider .city a {
    position: relative;
    color: #a2a2a2;
    text-decoration: underline;
}

/*** ====================================================================	Fancy Box====================================================================***/
.fancybox-next span,.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28,28,28,0.40) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: '\f178';
}

.fancybox-prev span:before {
    content: '\f177';
}

.fancybox-next:hover span:before,.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17,17,17,0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

/*** ====================================================================	Services Section====================================================================***/
.services-section {
    position: relative;
    padding: 90px 0px 100px;
}

.services-section.style-two {
    background-color: #f2f2f2;
    padding-bottom: 390px;
}

.services-section.alternate {
    background-color: #f3f3f3;
}

.services-section.style-three {
    padding-bottom: 50px;
}

.services-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.services-section .title-box .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    margin-bottom: 4px;
    font-style: italic;
    font-family: 'Lora', serif;
}

.services-section .title-box h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 12px;
}

.services-section .title-box h2 span {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.services-section .title-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.6em;
}

.services-section .title-box-box {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.services-section .title-box-box h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.services-section .title-box-box h2:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 2px;
    width: 80px;
    bottom: 0px;
    margin-left: -40px;
    background-color: #ffed00;
}

.services-section .title-box-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
}

.services-section .btn-box {
    margin-top: 10px;
}

.services-block {
    position: relative;
    margin-bottom: 40px;
}

.services-block .inner-box {
    position: relative;
    overflow: hidden;
}

.services-block .inner-box .image {
    position: relative;
}

.services-block .inner-box .image:after {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 60%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(8,174,141,.4) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(8,174,141,.4) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.services-block .inner-box:hover .image:after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.services-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block .inner-box .lower-box {
    position: relative;
    padding-top: 20px;
}

.services-block .inner-box .lower-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
}

.services-block .inner-box .lower-box h3 a {
    color: #242424;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-block .inner-box .lower-box h3 a:hover {
    color: #ffed00;
}

.services-block .inner-box .lower-box .know-more {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-block .inner-box .lower-box .know-more:hover {
    color: #ffed00;
}

/*** ====================================================================	Services Section Two====================================================================***/
.services-section-two {
    position: relative;
    padding-top: 70px;
    background-color: #eeeeee;
}

.services-section-two .row,.services-section-four .row {
    margin: 0px -45px;
}

.services-section-two.style-two {
    background: none;
}

.services-section-two.style-three {
    padding: 60px 0px;
    background: #f7f7f7;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.services-section-two.style-three .services-block-two .inner-box {
    padding-bottom: 0px;
}

.services-section-two .services-block-two,.services-section-four .services-block-two {
    position: relative;
    padding: 0px 45px;
}

.services-section-two .services-block-two:last-child::after,.services-section-four .services-block-two:last-child::after {
    display: none;
}

.services-block-two:after {
    position: absolute;
    content: '';
    right: 5px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}

.services-block-two .inner-box {
    position: relative;
    padding-bottom: 75px;
}

.services-block-two.style-two .inner-box {
    padding-bottom: 0px;
}

.services-block-two:last-child .inner-box {
    border-right: 0px;
}

.services-block-two .inner-box .icon-box {
    position: relative;
    font-size: 56px;
    color: #ffed00;
    line-height: 1em;
    margin-bottom: 18px;
}

.services-block-two .inner-box h3 {
    position: relative;
    color: #242424;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.services-block-two .inner-box h3 a {
    position: relative;
    color: #242424;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-block-two .inner-box h3 a:hover {
    color: #ffed00;
}

.services-block-two .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
}

/*** ====================================================================	Professional Section====================================================================***/
.professional-section {
    position: relative;
    background-color: #f1f2f4;
}

.professional-section.style-two .upper-section {
    padding: 110px 0px 140px;
}

.professional-section .upper-section {
    position: relative;
    padding: 70px 0px 240px;
    background-repeat: no-repeat;
    background-size: cover;
}

.professional-section .upper-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.60);
}

.professional-section .upper-section h2 {
    position: relative;
    color: #f1f2f4;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.professional-section .upper-section h2 span {
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.professional-section .upper-section .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    max-width: 400px;
    margin-bottom: 60px;
}

.professional-section .upper-section .play-btn {
    position: relative;
    padding-left: 135px;
    color: #ffffff;
    font-size: 20px;
    padding-top: 35px;
    padding-bottom: 22px;
    display: inline-block;
    font-family: 'Lora', serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.professional-section .upper-section .play-btn .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 98px;
    height: 98px;
    color: #ffffff;
    font-size: 34px;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    padding-left: 8px;
    border: 2px solid #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.professional-section .upper-section .play-btn:hover,.professional-section .upper-section .play-btn:hover .icon {
    color: #2444c1;
    border-color: #2444c1;
}

.professional-section .upper-section .play-btn .ripple,.professional-section .upper-section .play-btn .ripple:before,.professional-section .upper-section .play-btn .ripple:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
    height: 98px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(8,174,141,0.60);
    -moz-box-shadow: 0 0 0 0 rgba(8,174,141,0.60);
    -ms-box-shadow: 0 0 0 0 rgba(8,174,141,0.60);
    -o-box-shadow: 0 0 0 0 rgba(8,174,141,0.60);
    box-shadow: 0 0 0 0 rgba(8,174,141,0.60);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.professional-section .upper-section .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.professional-section .upper-section .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.professional-section .lower-section {
    position: relative;
    margin-top: -165px;
    background-color: #255cb7;
}

.professional-section .lower-section .content-column {
    position: relative;
}

.professional-section .lower-section .content-column .inner-column {
    position: relative;
    padding: 85px 55px 60px;
}

.professional-section .lower-section .content-column .styled-text {
    position: relative;
    font-size: 22px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}

.professional-section .lower-section .content-column .text {
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.50);
}

.certificate {
    position: relative;
}

.certificate .certificate-inner {
    position: relative;
    padding-left: 95px;
}

.certificate .certificate-inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
    font-weight: 400;
}

.certificate .certificate-inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.certificate .certificate-inner .certificate-text {
    position: relative;
    font-size: 16px;
    color: rgba(255,255,255,0.60);
}

.professional-section .lower-section .title-column {
    position: relative;
}

.professional-section .lower-section .title-column:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 100%;
    height: 120%;
    display: block;
    background-color: rgba(255,255,255,0.05);
}

.professional-section .lower-section .title-column .inner-column {
    position: relative;
    padding: 85px 55px 60px;
}

.professional-section .lower-section .title-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.professional-section .lower-section .title-column h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.professional-section .lower-section .title-column .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.professional-section .lower-section .title-column .consult {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.testimonial-section {
    position: relative;
    padding: 140px 0px 90px;
    background-color: #f1f2f4;
}

.testimonial-section.style-two {
    padding-top: 0px;
    background-color: #f4f4f4;
}

.testimonial-section.style-two .inner-container {
    top: -55px;
    z-index: 1;
    margin-bottom: -55px;
    padding-top: 140px;
    background-color: #f4f4f4;
}

.testimonial-section.style-three {
    background: none;
    padding-top: 30px;
}

.testimonial-section.style-four {
    background: none;
    padding-top: 0px;
}

.testimonial-section.style-four .inner-container {
    padding-top: 130px;
    border-top: 1px solid #f1f1f1;
}

.testimonial-section .inner-container {
    position: relative;
    padding: 0px 45px;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 200px;
}

.testimonial-block .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.testimonial-block .inner-box .image-box .image {
    position: relative;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block .inner-box .image-box .quote-icon {
    position: relative;
    color: #ffed00;
    font-size: 24px;
    margin-top: 20px;
    line-height: 1em;
    margin-left: 48px;
}

.testimonial-block .inner-box .text {
    position: relative;
    font-size: 22px;
    font-style: italic;
    color: #797979;
    line-height: 1.5em;
    margin-bottom: 35px;
    font-family: 'Lora', serif;
}

.testimonial-block.style-two .inner-box .author,.testimonial-block.style-two .inner-box .text {
    color: #ffffff;
}

.testimonial-block .inner-box .author {
    position: relative;
    color: #ffed00;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .designation {
    position: relative;
    color: #849bb3;
    font-size: 16px;
    font-style: italic;
    font-family: 'Lora', serif;
}

.testimonial-section .owl-dots {
    position: absolute;
    left: 0px;
    top: -50px;
    margin-left: 200px;
}

.testimonial-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffed00;
}

.testimonial-section .owl-dots .owl-dot:hover,.testimonial-section .owl-dots .owl-dot.active {
    background-color: #ffed00;
}

.testimonial-section .owl-nav {
    display: none;
}

/*** ====================================================================	Case Section====================================================================***/
.case-section {
    position: relative;
    padding: 100px 0px 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.case-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(31,34,40,0.85);
}

.case-section.style-two .project-tab .p-tabs-content {
    padding: 0px 30px;
}

.case-section.style-three:before {
    background-color: rgba(36,68,193,0.85);
}

.case-section .sec-title {
    margin-bottom: 25px;
}

/*Case Tab*/
.cases-tab {
    position: relative;
}

.cases-tab .owl-nav,.cases-tab .owl-dots {
    display: none;
}

.cases-tab .tabs-header {
    position: relative;
}

.cases-tab.style-two .tabs-header .cases-tab-btns {
    margin-bottom: 50px;
    padding: 18px 30px 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.cases-tab.style-two .cases-tab-btns .p-tab-btn {
    font-weight: 500;
    font-size: 17px;
    color: #242424;
    font-family: 'Poppins', sans-serif;
}

.cases-tab.style-two .cases-tab-btns .p-tab-btn:hover,.cases-tab.style-two .cases-tab-btns .p-tab-btn.active-btn {
    color: #1d59bc;
}

.cases-tab.style-two .cases-tab-btns .p-tab-btn:before {
    background-color: #1d59bc;
}

.cases-tab .cases-tab-btns {
    position: relative;
    margin-bottom: 40px;
}

.cases-tab .cases-tab-btns .p-tab-btn {
    position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #f1f2f4;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 40px;
    padding-bottom: 2px;
    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;
}

.cases-tab.alternate .cases-tab-btns .p-tab-btn {
    color: #242424;
    font-size: 17px;
    font-weight: 600;
    margin-right: 28px;
}

.cases-tab.alternate .cases-tab-btns .p-tab-btn:hover,.cases-tab.alternate .cases-tab-btns .p-tab-btn.active-btn {
    color: #1d59bc;
}

.cases-tab.alternate .cases-tab-btns .p-tab-btn:before {
    background-color: #1d59bc;
}

.cases-tab .cases-tab-btns .p-tab-btn:hover,.cases-tab .cases-tab-btns .p-tab-btn.active-btn {
    color: #ffed00;
}

.cases-tab .cases-tab-btns .p-tab-btn:hover:before,.cases-tab .cases-tab-btns .p-tab-btn.active-btn:before {
    opacity: 1;
}

.cases-tab .cases-tab-btns .p-tab-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    opacity: 0;
    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;
    background-color: #ffed00;
}

.cases-tab .p-tabs-content {
    position: relative;
    display: block;
}

.cases-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.cases-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.p-tab.active-tab .gallery-item {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.p-tab .gallery-item {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.p-tab.active-tab .gallery-item-two {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.p-tab .gallery-item-two {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

/*Gallery Item*/
.gallery-item {
    position: relative;
}

.gallery-item .inner-box {
    position: relative;
}

.gallery-item .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-item .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-item .inner-box:hover .image .content-overlay {
    opacity: 1;
}

.gallery-item .inner-box .image .content-overlay {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    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;
    background-color: rgba(8,174,141,0.90);
}

.gallery-item.style-two .inner-box .image .content-overlay {
    background-color: rgba(44,98,189,0.90);
}

.gallery-item .inner-box .image .content-overlay .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 10px 30px;
    vertical-align: middle;
}

.gallery-item .inner-box .image .content-overlay .overlay-inner .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item .inner-box .image .content-overlay .content-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.gallery-item .inner-box .image .content-overlay .content-box h4 a {
    position: relative;
    color: #ffffff;
}

.gallery-item .inner-box .image .content-overlay .content-box .view-detail {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
}

.gallery-item .inner-box:hover .image .content-overlay .content-box .view-detail,.gallery-item .inner-box:hover .image .content-overlay .content-box .view-detail {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-item .inner-box .image .content-overlay .content-box .view-detail:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 25px;
    height: 1px;
    margin-left: -12px;
    background-color: #ffffff;
}

/*** ====================================================================	About Section====================================================================***/
.about-section {
    position: relative;
    padding: 85px 0px 100px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .content-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 16px;
}

.about-section .content-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.about-section .content-column .inner-column .more {
    position: relative;
    color: #ffed00;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
    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;
}

.about-section .content-column .inner-column .more:hover {
    text-decoration: none;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-right: 50px;
    padding-top: 50px;
}

.about-section .image-column .inner-column .image {
    position: relative;
    z-index: 1;
}

.about-section .image-column .inner-column .image:after {
    position: absolute;
    content: '';
    right: -50px;
    top: -50px;
    left: 50px;
    bottom: 40px;
    z-index: -1;
    background-color: #1d59bc;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

/*** ====================================================================	Counter Section====================================================================***/
.counter-section {
    position: relative;
    padding: 65px 0px 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-section.style-two {
    padding: 60px 0px 30px;
}

.counter-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(29,89,188,0.95);
}

/*Fact Counter*/
.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
    top: 0;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .column .inner .icon {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
    font-weight: 400;
}

.fact-counter .column .inner .icon-box {
    position: relative;
    margin-bottom: 25px;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 41px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
    margin: 0px 0px 15px;
    font-family: 'Poppins', sans-serif;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 41px;
    line-height: 1em;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.fact-counter.style-two .column {
    margin-bottom: 0px;
}

.fact-counter.style-two .count-outer {
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 200;
    color: rgba(255,255,255,0.80);
}

.fact-counter.style-two .count-outer .count-text {
    margin-bottom: 5px;
    font-size: 58px;
    font-weight: 200;
    color: rgba(255,255,255,0.80);
}

.fact-counter.style-two .column .inner {
    text-align: left;
    border-right: 1px solid rgba(255,255,255,0.20);
}

.fact-counter.style-two .column:last-child .inner {
    border-right: none;
}

.fact-counter.style-two .column .counter-title {
    font-weight: 200;
    font-size: 17px;
    color: rgba(255,255,255,0.80);
}

.fact-counter.style-three .column .inner {
    text-align: left;
}

.fact-counter.style-three .count-outer {
    font-weight: 200;
    color: #225ab7;
    font-size: 58px;
    margin-bottom: 5px;
}

.fact-counter.style-three .count-outer .count-text {
    color: #225ab7;
    font-weight: 200;
    font-size: 58px;
}

.fact-counter.style-three .column .counter-title {
    color: #225ab7;
}

/*** ====================================================================	Team Section====================================================================***/
.team-section {
    position: relative;
}

.team-section .auto-container {
    max-width: 1300px;
}

.team-section .inner-container {
    position: relative;
    padding: 75px 65px 40px;
    margin-top: -45px;
    background-color: #ffffff;
    z-index: 1;
}

.team-block {
    position: relative;
    margin-bottom: 45px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(8,174,141,0.85);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transform: translateY(100%) scaleY(0);
    -ms-transform: translateY(100%) scaleY(0);
    -moz-transform: translateY(100%) scaleY(0);
    transform: translateY(100%) scaleY(0);
}

.team-block .inner-box .image .overlay-box .social-icon-one {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.team-block .inner-box:hover .image .overlay-box {
    opacity: 1;
    -webkit-transform: translateY(0%) scaleY(1);
    -ms-transform: translateY(0%) scaleY(1);
    -moz-transform: translateY(0%) scaleY(1);
    transform: translateY(0%) scaleY(1);
}

.team-block .inner-box .lower-box {
    position: relative;
    padding-top: 22px;
    text-align: center;
}

.team-block .inner-box .lower-box h3 {
    position: relative;
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 3px;
}

.team-block .inner-box .lower-box h3 a {
    position: relative;
    color: #242424;
}

.team-block .inner-box .lower-box .designation {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lora', serif;
}

/*** ====================================================================	News Section====================================================================***/
.news-section {
    position: relative;
    padding: 90px 0px 20px;
    background-color: #f1f1f1;
}

.news-section.style-two {
    background-color: #ffffff;
}

.news-section.alternate {
    padding-bottom: 130px;
}

.news-section.style-three {
    background: none;
    padding: 95px 0px 60px;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    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;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.news-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 35px 40px;
}

.news-block .inner-box .image .overlay-box .post-date {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.news-block .inner-box .image .overlay-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5em;
}

.news-block .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff;
    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;
}

.news-block .inner-box .image .overlay-box h3 a:hover {
    color: #1d59bc;
}

/*News Block Two*/
.news-block-two {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .inner-box {
    position: relative;
    padding: 40px 26px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    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;
}

.news-block-two .inner-box:hover {
    border-color: #ffed00;
    background-color: #ffed00;
}

.news-block-two .inner-box .post-date {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    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;
}

.news-block-two .inner-box:hover .post-date,.news-block-two .inner-box:hover h3 a,.news-block-two .inner-box:hover .read-more {
    color: #000000;
}

.news-block-two .inner-box h3 {
    position: relative;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
}

.news-block-two .inner-box h3 a {
    position: relative;
    color: #242424;
    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;
}

.news-block-two .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 16px;
    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;
}

.news-block-two .inner-box:hover .text {
    color: rgb(0 0 0);
}

.news-block-two .inner-box .read-more {
    position: relative;
    color: #ffed00;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    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;
}

/*** ====================================================================	Clients Section====================================================================***/
.clients-section {
    position: relative;
    padding: 45px 0px 70px;
    background-color: #f1f1f1;
}

.clients-section.alternate {
    background: none;
    padding: 70px 0px 90px;
}

.clients-section.style-two {
    padding: 45px 0px;
}

.clients-section.style-three {
    padding: 200px 0px 80px;
}

.clients-section.style-four {
    padding-bottom: 120px;
}

.clients-section.style-five {
    padding: 80px 0px 120px;
    background: none;
}

.clients-section.style-six {
    background: none;
    padding: 0px;
}

.clients-section.style-seven {
    background: none;
    padding: 70px 0px 110px;
}

.clients-section.style-eight {
    padding: 200px 0px 120px;
}

.clients-section.style-six .inner-container {
    padding: 60px 0px;
    border-bottom: 1px solid #dddddd;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .sponsors-outer .owl-dots,.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    padding: 15px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: 0.6;
}

/*** ====================================================================	Map Section Style====================================================================***/
.map-section {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 470px;
}

/*** ====================================================================	Main Footer====================================================================***/
.main-footer {
    position: relative;
    background-color: #282828;
}

.main-footer .upper-box {
    position: relative;
    top: -45px;
    z-index: 1;
    margin-bottom: -80px;
    padding: 22px 40px 22px;
    background-color: #ffed00;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
    !i;!;
}

.main-footer .widgets-section {
    position: relative;
    padding: 115px 0px 30px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: capitalize;
    display: inline-block;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 15px;
    margin-top: -20px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #cccccc;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.main-footer .logo-widget .read-more {
    position: relative;
    color: #2b6ad3;
    font-size: 15px;
}

.main-footer .logo-widget .read-more:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    margin-bottom: 8px;
}

.main-footer .list li a {
    position: relative;
    color: #cccccc;
    font-size: 14px;
    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;
    font-family: 'Poppins', sans-serif;
}

.main-footer .list li a:hover {
    color: #ffed00;
}

.main-footer .info-widget {
    position: relative;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid rgba(252,252,252,0.05);
}

.main-footer .footer-bottom .copyright,.main-footer .footer-bottom .created {
    position: relative;
    color: #cccccc;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.newsletter-widget .widget-content .text {
    position: relative;
    color: #cccccc;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.main-footer .newsletter-widget .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    margin-bottom: 28px;
}

.main-footer .newsletter-widget .form-group input[type="text"],.main-footer .newsletter-widget .form-group input[type="tel"],.main-footer .newsletter-widget .form-group input[type="email"],.main-footer .newsletter-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    height: 48px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 50px 10px 20px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 4px 0px 0px 4px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid rgba(255,255,255,0.10);
}

.main-footer .newsletter-widget .form-group input[type="submit"],.main-footer .newsletter-widget button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    height: 47px;
    line-height: 40px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    background: #ffed00;
    border-radius: 0px 4px 4px 0px;
}

/*Info List*/
.info-list {
    position: relative;
    !i;!;
}

.info-list li {
    position: relative;
    padding-left: 55px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
    font-family: 'Poppins', sans-serif;
}

.info-list li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #000000;
    font-size: 36px;
    line-height: 1em;
    font-weight: 300;
}

.info-list li:last-child .icon {
    top: 10px;
}

/*** ====================================================================	About Section Two====================================================================***/
.about-section-two {
    position: relative;
    padding: 100px 0px;
}

.about-section-two .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section-two .content-column .inner-column {
    position: relative;
    padding-right: 80px;
}

.about-section-two .content-column .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Lora', serif;
}

.about-section-two .content-column h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.about-section-two .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.about-section-two .content-column .view-more {
    position: relative;
    color: #ffed00;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

.about-section-two .image-column {
    position: relative;
}

.about-section-two .image-column .image {
    position: relative;
}

.about-section-two .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-section-three {
    position: relative;
    padding: 100px 0px 60px;
    background-color: #f4f4f4;
}

/*Help Section*/
.help-section {
    position: relative;
    padding: 95px 0px 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.help-section .content {
    position: relative;
    max-width: 670px;
    float: right;
    width: 100%;
}

.help-section .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.help-section .content h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
}

.help-section .content .styled-text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 18px;
    font-family: 'Lora', serif;
}

.help-section .content .text {
    position: relative;
    color: #f5f5f5;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.help-section .content .explore {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.help-section.style-two .content h2 span {
    font-weight: 600;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
}

/*** ====================================================================	Business Section====================================================================***/
.business-section {
    position: relative;
    padding: 85px 0px 55px;
    background-color: #ffed00;
    background-position: left top;
    background-repeat: no-repeat;
}

.business-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.business-section .content-column .inner-column {
    position: relative;
}

.business-section .content-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.business-section .content-column h2 span {
    font-weight: 700;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.business-section .content-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}

.business-section .content-column .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 35px;
    font-family: 'Lora', serif;
}

.business-section .video-column {
    margin-bottom: 40px;
}

.business-section .video-column .inner-column {
    padding-left: 50px;
}

/*Video Box*/
.video-box {
    position: relative;
}

.video-box .image {
    position: relative;
    overflow: hidden;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,0,0,0.40);
    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;
}

.video-box:hover .overlay-box {
    z-index: 1;
    background-color: rgba(0,0,0,0.20);
}

.video-box .overlay-box span {
    position: absolute;
    width: 98px;
    height: 98px;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -49px;
    z-index: 9;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 92px;
    padding-left: 6px;
    background: none;
    display: inline-block;
    border: 2px solid #ffffff;
}

.video-box .overlay-box .ripple,.video-box .overlay-box .ripple:before,.video-box .overlay-box .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98px;
    height: 98px;
    margin-left: -49px;
    margin-top: -49px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.video-box .overlay-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-box .overlay-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

/*Video Box Two*/
.video-box-two {
    position: relative;
}

.video-box-two.style-two {
    position: relative;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.50);
}

.video-box-two .image {
    position: relative;
    overflow: hidden;
}

.video-box-two .image img {
    position: relative;
    width: 100%;
}

.video-box-two .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,0,0,0.20);
    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;
}

.video-box-two:hover .overlay-box {
    z-index: 1;
    background-color: rgba(0,0,0,0.10);
}

.video-box-two .overlay-box span {
    position: absolute;
    width: 96px;
    height: 96px;
    top: 50%;
    left: 50%;
    margin-left: -48px;
    z-index: 9;
    color: #ffffff;
    font-size: 24px;
    margin-top: -48px;
    text-align: center;
    border-radius: 50%;
    line-height: 94px;
    padding-left: 6px;
    background: #ffed00;
    display: inline-block;
}

.video-box-two .overlay-box .ripple,.video-box-two .overlay-box .ripple:before,.video-box-two .overlay-box .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98px;
    height: 98px;
    margin-left: -49px;
    margin-top: -49px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.video-box-two .overlay-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-box-two .overlay-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

/*** ====================================================================	Call Back Section====================================================================***/
.call-back-section {
    position: relative;
    padding: 90px 0px 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.call-back-section.style-two {
    background-color: #f9f9f9;
    border-top: 1px solid #e9e9e9;
}

/*Default Form*/
.call-back-form .form-group {
    margin-bottom: 30px;
}

.call-back-form input[type="text"],.call-back-form input[type="email"],.call-back-form input[type="password"],.call-back-form select,.call-back-form textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #999999;
    line-height: 24px;
    padding: 12px 20px;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #dedede;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

/*About Section Three*/
.about-section-three {
    position: relative;
    padding: 100px 0px 60px;
    background-color: #ffed00;
    background-repeat: no-repeat;
    background-position: left top;
}

.about-section-three:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 388px;
    height: 111px;
    background: url(../images/resource/about-icon.png) right top no-repeat;
}

.about-section-three .image-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section-three .image-column .inner-column {
    position: relative;
    padding-right: 25px;
}

.about-section-three .image-column .image {
    position: relative;
}

.about-section-three .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section-three .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section-three .content-column .inner-column {
    position: relative;
    padding-left: 40px;
}

.about-section-three .content-column h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 15px;
}

.about-section-three .content-column h3 {
    position: relative;
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 40px;
}

.about-section-three .content-column .text {
    position: relative;
    font-size: 17px;
    line-height: 1.7em;
    color: rgba(255,255,255,0.90);
}

/*Team Section Two*/
.team-section-two {
    position: relative;
    padding: 95px 0px 50px;
}

.team-page-section {
    padding-bottom: 80px;
}

.team-section-two .inner-container {
    margin-bottom: -170px;
    z-index: 10;
    position: relative;
}

.team-section-two.style-two {
    padding-bottom: 0px;
}

.team-section-two.style-three {
    background-color: #f4f4f4;
}

.testimonial-section-two {
    position: relative;
    padding: 150px 0px 100px;
    background-color: #ffed00;
}

.testimonial-section-two .inner-container {
    position: relative;
    padding: 0px 50px;
}

.testimonial-section-two .owl-dots {
    position: absolute;
    left: 0px;
    top: -50px;
    margin-left: 200px;
}

.testimonial-section-two .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.40);
}

.testimonial-section-two .owl-dots .owl-dot:hover,.testimonial-section-two .owl-dots .owl-dot.active {
    background-color: #ffffff;
    border: 1px solid rgba(255,255,255,1);
}

.testimonial-section-two .owl-nav {
    display: none;
}

/*Banner Section*/
.banner-section {
    position: relative;
    padding: 150px 0px 90px;
    background-repeat: no-repeat;
    background-size: cover;
}

.consult-form-box {
    position: relative;
}

.consult-form-box .inner-box {
    position: relative;
    max-width: 370px;
    width: 100%;
    float: right;
    padding: 40px 35px 40px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
    background-color: rgba(255,255,255,0.95);
}

.consult-form-box .inner-box h2 {
    position: relative;
    font-size: 22px;
    color: #1d56b6;
    font-weight: 600;
    margin-bottom: 2px;
}

.consult-form-box .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 18px;
}

/*Default Form*/
.default-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.default-form input[type="text"],.default-form input[type="email"],.default-form input[type="password"],.default-form select,.default-form textarea {
    display: block;
    width: 100%;
    line-height: 21px;
    height: 43px;
    font-size: 15px;
    padding: 10px 20px;
    background: #ffffff;
    color: #797979;
    border: 1px solid #dcdcdc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.default-form textarea {
    height: 130px;
    resize: none;
}

.default-form .theme-btn {
    margin-top: 25px;
}

.default-form input:focus,.default-form select:focus,.default-form textarea:focus {
    border-color: #ffed00;
    background: none;
}

/*** ====================================================================	Welcome Section Two====================================================================***/
.welcome-section {
    position: relative;
    padding: 95px 0px 65px;
}

.welcome-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.welcome-section .content-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.welcome-section .content-column .inner-column .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 8px;
    font-family: 'Lora', serif;
}

.welcome-section .content-column .inner-column h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.4em;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.welcome-section .content-column .inner-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 2px;
    background-color: #ffed00;
}

.welcome-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 35px;
}

.welcome-section .content-column .inner-column .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.welcome-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

/*Strategy Section*/
.strategy-section {
    position: relative;
    padding: 90px 0px 70px;
    background-color: #1d56b6;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.strategy-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(29,86,192,0.75);
}

.strategy-section .content {
    position: relative;
    max-width: 930px;
}

.strategy-section .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.strategy-section .content .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 45px;
    color: rgba(255,255,255,0.80);
}

.strategy-section .content .blocks-outer {
    position: relative;
    max-width: 790px;
}

.strategy-section .content .blocks-outer .row {
    margin: 0px -20px;
}

.strategy-section .content .blocks-outer .strategy-block {
    padding: 0px 20px;
    margin-bottom: 30px;
}

.strategy-section.style-two {
    background-color: #2d2d2d;
}

.strategy-section.style-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(45,45,45,0.75);
}

.strategy-section.style-two .content h2 span {
    color: #2470fe;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

/*Strategy Block*/
.strategy-block {
    position: relative;
}

.strategy-block .inner-box {
    position: relative;
    padding: 30px 30px 40px;
    background-color: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.10);
}

.strategy-block .inner-box h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-left: 70px;
    padding-top: 7px;
}

.strategy-block .inner-box h3 a {
    position: relative;
    color: #ffffff;
    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;
}

.strategy-block .inner-box h3 a:hover {
    opacity: 0.7;
}

.strategy-block .inner-box h3 .icon {
    position: absolute;
    left: 0px;
    top: -5px;
    color: #ffffff;
    font-size: 52px;
    line-height: 1em;
    font-weight: 400;
}

.strategy-block .inner-box .block-text {
    position: relative;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.9em;
    color: rgba(255,255,255,0.70);
}

.strategy-block.style-two .inner-box {
    background-color: #292929;
}

.strategy-block.style-two .inner-box h3 .icon {
    color: #2470fe;
}

/*Featured Cases Section*/
.featured-cases-section {
    position: relative;
    padding: 90px 0px 60px;
    background-color: #f4f4f4;
}

.featured-cases-section.style-three .title-box {
    padding-bottom: 15px;
}

.featured-cases-section.style-three {
    padding-bottom: 220px;
}

.featured-cases-section.style-three .p-tabs-content.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.featured-cases-section.style-three .title-box:after {
    width: 60px;
    margin-left: -30px;
}

.featured-cases-section.style-two {
    background: none;
}

.featured-cases-section.style-three {
    background: #f7f7f7;
}

.featured-cases-section.style-two .p-tabs-content,.featured-cases-section.style-three .p-tabs-content {
    margin-left: 15px;
    margin-right: 15px;
}

.featured-cases-section .title-box {
    position: relative;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 28px;
}

.featured-cases-section .title-box h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
}

.featured-cases-section .title-box .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.featured-cases-section .title-box:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 2px;
    margin-left: -45px;
    background-color: #ffed00;
}

/*Gallery Item*/
.gallery-item-two {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item-two .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-item-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-item-two .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    background: rgba(0,0,0,0.0);
}

.gallery-item-two .overlay-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(39,39,39,0.80);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.gallery-item-two .overlay-box:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(39,39,39,0.80);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-item-two .inner-box:hover .overlay-box:before,.gallery-item-two .inner-box:hover .overlay-box:after {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-item-two .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
    z-index: 1;
}

.gallery-item-two .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item-two .overlay-inner .link {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: #1d59bc;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.gallery-item-two .inner-box:hover .overlay-inner .link {
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-item-two .overlay-inner .link .icon {
    position: relative;
}

.gallery-item-two .inner-box h3 {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 25px 0px 3px;
    line-height: 1.2em;
}

.gallery-item-two .inner-box h3 a {
    position: relative;
    color: #242424;
    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;
}

.gallery-item-two .inner-box h3 a:hover {
    color: #1d59bc;
}

.gallery-item-two .inner-box .text {
    position: relative;
    color: #9d9d9d;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    font-family: 'Lora', serif;
}

/*** ====================================================================	Choose Section====================================================================***/
.choose-section {
    position: relative;
    padding: 90px 0px 60px;
}

.choose-section .auto-container {
    max-width: 1030px;
}

.choose-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.choose-section .title-box h2 {
    position: relative;
    color: #1e1e27;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.choose-section .title-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    max-width: 920px;
    margin: 0 auto;
}

/*** ====================================================================	Choose Tabs Style====================================================================***/
.choose-tabs {
    position: relative;
}

.choose-tabs .tab-btns {
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    border: 1px solid #dcdcdc;
}

.choose-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    float: left;
    font-size: 15px;
    background: #ffffff;
    color: #797979;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    border-right: 1px solid #e2e2e2;
    padding: 15px 30px 14px;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.choose-tabs .tab-btns .tab-btn:last-child {
    border-right: none;
}

.choose-tabs .tab-btns .tab-btn:hover,.choose-tabs .tab-btns .tab-btn.active-btn {
    color: #1490d7;
}

.choose-tabs .tabs-content {
    position: relative;
}

.choose-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.choose-tabs .tabs-content .tab.active-tab {
    display: block;
}

.choose-tabs .tabs-content .tab .content {
    position: relative;
}

.choose-tabs .tabs-content .tab .content .image-column {
    position: relative;
    margin-bottom: 30px;
}

.choose-tabs .tabs-content .tab .content .image-column .image {
    position: relative;
}

.choose-tabs .tabs-content .tab .content .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.choose-tabs .tabs-content .tab .content .image-column .content-column {
    position: relative;
}

.choose-tabs .tabs-content .tab .content .image-column .content-column .text {
    position: relative;
}

.choose-tabs .tabs-content .tab .content .image-column .content-column .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.5em;
}

/*** ====================================================================	Call To Action Section====================================================================***/
.call-to-action-section {
    position: relative;
    padding: 80px 0px 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.call-to-action-section.style-two {
    padding-bottom: 125px;
}

.call-to-action-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    background-color: rgba(13,72,115,0.90);
}

.call-to-action-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 25px;
}

.call-to-action-section .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 1.6em;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.call-to-action-section .number-box {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
}

.call-to-action-section .number-box:before {
    position: absolute;
    content: '';
    top: 3px;
    left: 50%;
    width: 1px;
    height: 42px;
    background-color: rgba(255,255,255,0.30);
}

.call-to-action-section .number-box .number {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.call-to-action-section .number-box .theme-btn {
    top: -2px;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 40px 10px;
}

/*Consulting Section*/
.consulting-section {
    position: relative;
    padding: 95px 0px 70px;
    background-position: left top;
    background-repeat: no-repeat;
}

.consulting-section.style-two {
    background-color: #ebebec;
}

.consulting-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.consulting-section .content-column .inner-column {
    position: relative;
    padding-right: 40px;
    text-align: right;
}

.consulting-section .content-column .inner-column h2 {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.consulting-section .content-column .inner-column h2:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 70px;
    background-color: #ffed00;
}

.consulting-section .content-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
}

/*Consulting Form*/
.consulting-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.consulting-form input[type="text"],.consulting-form input[type="email"],.consulting-form input[type="password"],.consulting-form select,.consulting-form textarea {
    display: block;
    width: 100%;
    line-height: 21px;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    background: #ffffff;
    color: #797979;
    border: 1px solid #dcdcdc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.consulting-form textarea {
    height: 175px;
    resize: none;
}

.consulting-form .theme-btn {
    margin-top: 10px;
}

.consulting-form input:focus,.consulting-form select:focus,.consulting-form textarea:focus {
    border-color: #ffed00;
    background: none;
}

/*Services Section Four*/
.services-section-four {
    position: relative;
}

.services-section-four .inner-container {
    position: relative;
    margin-top: -30px;
    z-index: 10;
    margin-left: -38px;
    margin-right: -38px;
    padding: 60px 40px 80px;
    background-color: #ffffff;
}

.services-section-four .inner-container:after {
    position: absolute;
    content: '';
    left: 38px;
    right: 38px;
    bottom: 0px;
    height: 1px;
    background-color: #dfdfdf;
}

/*** ====================================================================	Company Section====================================================================***/
.company-section {
    position: relative;
    padding: 90px 0px 60px;
}

.company-section.style-two {
    background-color: #f2f2f2;
}

.company-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.company-section .content-column .inner-column {
    position: relative;
    padding-right: 40px;
}

.company-section .content-column .sec-title-two {
    margin-bottom: 18px;
}

.company-section .content-column .inner-column .content-text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 40px;
}

.company-section .content-column .counted-box {
    position: relative;
    padding: 30px 32px 30px;
    background-color: #30343a;
}

.company-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.company-section .image-column .inner-column {
    position: relative;
    padding-left: 20px;
}

.company-section .image-column .image {
    position: relative;
}

.company-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.company-section.style-three {
    background: none;
    padding-bottom: 40px;
}

.company-section.style-three .image-column .inner-column {
    padding-left: 0px;
}

.company-section.style-three .content-column .inner-column {
    padding-right: 0px;
    padding-left: 40px;
}

.company-section.style-three .content-column .counted-box {
    background: none;
}

.company-section.style-four {
    background-color: #f2f2f2;
}

.company-section.style-four.alternate {
    background: none;
    padding: 100px 0px 60px;
}

.company-section.style-four .content-column .counted-box {
    background: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.company-section.style-four .fact-counter.style-two .column .inner {
    border-color: #c9c9c9;
}

.company-section.style-four .fact-counter.style-two .count-outer .count-text,.company-section.style-four .fact-counter.style-two .count-outer {
    color: #ffed00;
}

.company-section.style-four .fact-counter.style-two .column .counter-title {
    color: #242424;
}

/*** ====================================================================	Services Section Five====================================================================***/
.services-section-five {
    position: relative;
    padding: 90px 0px 60px;
    background-color: #f2f2f2;
    background-position: right top;
    background-repeat: no-repeat;
}

.services-block-three {
    position: relative;
    margin-bottom: 30px;
}

.services-block-three .inner-box {
    position: relative;
    padding: 32px 25px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-three .inner-box:hover {
    background-color: #ffed00;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.30);
}

.services-block-three .inner-box .content {
    position: relative;
    padding-left: 80px;
}

.services-block-three .inner-box .content .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffed00;
    font-size: 54px;
    line-height: 1em;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-three .inner-box:hover .content .icon-box,.services-block-three .inner-box:hover h3 a {
    color: #ffffff;
}

.services-block-three .inner-box h3 {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}

.services-block-three .inner-box h3 a {
    position: relative;
    color: #242424;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-three .inner-box .text {
    position: relative;
    color: #898989;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 10px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-three .inner-box:hover .text {
    color: #dbdde2;
}

.services-block-three .inner-box .read-more {
    position: relative;
    color: #ffed00;
    font-size: 14px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.services-block-three .inner-box:hover .read-more {
    color: #ffffff;
    text-decoration: underline;
}

/*** ====================================================================	Testimonial Section Three====================================================================***/
.testimonial-section-three {
    position: relative;
    padding: 95px 0px;
    background-color: #ffed00;
}

.testimonial-section-three .owl-dots,.testimonial-section-three .owl-nav {
    display: none;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
}

.testimonial-block-two .inner-box .upper-box {
    position: relative;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 38px 25px 38px 20px;
}

.testimonial-block-two .inner-box .upper-box:after {
    position: absolute;
    content: '';
    left: 70px;
    bottom: -19px;
    border-top: 20px solid #ffffff;
    border-right: 20px solid transparent;
}

.testimonial-block-two .inner-box .upper-box .content {
    position: relative;
    padding-left: 55px;
}

.testimonial-block-two .inner-box .upper-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffed00;
    font-size: 32px;
    line-height: 1em;
}

.testimonial-block-two .inner-box .lower-box {
    position: relative;
    margin-top: 30px;
    padding-left: 80px;
    padding-top: 6px;
    min-height: 60px;
}

.testimonial-block-two .inner-box .lower-box .author-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
}

.testimonial-block-two .inner-box .lower-box .author-name {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.4em;
    text-transform: capitalize;
}

.testimonial-block-two .inner-box .lower-box .location {
    position: relative;
    font-size: 12px;
    color: #97dcff;
    text-transform: uppercase;
}

.testimonial-block-two.style-two .inner-box .lower-box .author-name {
    color: #797979;
}

.testimonial-block-two.style-two .inner-box .lower-box .location {
    color: #47aadd;
}

/*** ====================================================================	Office Section====================================================================***/
.office-section {
    position: relative;
    padding-bottom: 100px;
    padding-top: 40px;
}

.office-section.style-two {
    padding: 100px 0px 140px;
}

.office-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.office-section .info-column .inner-column {
    position: relative;
    padding-top: 30px;
}

.office-section .info-column .title {
    position: relative;
    color: #241cca;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.office-section .info-column h2 {
    position: relative;
    color: #1e1e27;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em;
}

.office-section .info-column h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.office-section .info-column .number {
    position: relative;
    color: #1e1e27;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 10px;
}

.office-section .info-column .email {
    position: relative;
    color: #1e1e27;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
    font-family: 'Playfair Display', serif;
}

.office-section .info-column .location {
    position: relative;
    color: #1e1e27;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 38px;
}

.office-section .info-column .inner-column .theme-btn {
    font-size: 15px;
    font-weight: 400;
}

.office-section .map-column {
    position: relative;
}

.office-section .map-column .inner-box {
    position: relative;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.office-section .map-column .map-canvas {
    position: relative;
    height: 379px;
    width: 100%;
}

/*** ====================================================================	Services Section====================================================================***/
.services-section-six {
    position: relative;
    padding: 90px 0px 60px;
}

.services-section-six .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.services-section-six .title-box .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 2px;
    font-family: 'Lora', serif;
}

.services-section-six .title-box h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 15px;
}

.services-section-six .title-box h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 80px;
    height: 1px;
    margin-left: -40px;
    background-color: #2444c1;
}

/*Services Block Four*/
.services-block-four {
    position: relative;
    margin-bottom: 40px;
}

.services-block-four .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 15px 50px;
    border: 1px solid #efefef;
    background-color: #fbfbfb;
}

.services-block-four .inner-box .icon-box {
    position: relative;
    color: #2444c1;
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 20px;
}

.services-block-four .inner-box h3 {
    position: relative;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-block-four .inner-box h3 a {
    position: relative;
    color: #242424;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-four .inner-box h3 a:hover {
    color: #2444c1;
}

.services-block-four .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 15px;
}

/*** ====================================================================	Fluid Section Three====================================================================***/
.fluid-section-one {
    position: relative;
    background-color: #1d59bc;
    background-repeat: no-repeat;
    background-position: left top;
}

.fluid-section-one .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-one .image-column .image {
    width: 100%;
    display: none;
}

.fluid-section-one .image-column .image img {
    display: block;
    width: 100%;
}

.fluid-section-one .image-column .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-one .image-column .overlay-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    line-height: 62px;
    border: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    background: none;
    border-radius: 50%;
    padding-left: 5px;
}

.fluid-section-one .image-column:hover .overlay-link {
    background: rgba(0,0,0,0.20);
}

.fluid-section-one .image-column .overlay-link .ripple,.fluid-section-one .image-column .overlay-link .ripple:before,.fluid-section-one .image-column .overlay-link .ripple:after {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.fluid-section-one .image-column .overlay-link .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.fluid-section-one .image-column .overlay-link .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

/*Content Column*/
.fluid-section-one .content-column {
    position: relative;
    width: 50%;
    float: left;
    padding: 85px 60px 80px 15px;
}

.fluid-section-one .content-column .content-box {
    position: relative;
    max-width: 525px;
    float: right;
}

.fluid-section-one .content-column .content-box h2 {
    position: relative;
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.fluid-section-one .content-column .content-box .bold-text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
}

.fluid-section-one .content-column .content-box .text {
    position: relative;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 26px;
    color: rgba(255,255,255,0.60);
}

.fluid-section-one .content-column .content-box .know-more {
    position: relative;
    color: #60cc8b;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
}

/*Company Section Two*/
.company-section-two {
    position: relative;
    padding: 100px 0px 60px;
    background-color: #f4f4f4;
}

.company-section-two.alternate {
    background: none;
    padding-bottom: 100px;
}

.company-section-two.style-two {
    background: none;
    padding-bottom: 120px;
}

.company-section-two.style-two .inner-container {
    margin-top: -280px;
    background-size: cover;
}

.company-section-two.style-two .inner-container:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(43,43,43,0.85);
}

.company-section-two .inner-container {
    position: relative;
    margin-top: -380px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.company-section-two .inner-container.inner-two {
    margin-top: -220px;
}

.company-section-two.style-two .content-column h2,.company-section-two.style-two .content-column .text h3 {
    color: #ffffff;
}

.company-section-two.style-two .content-column .growth-rate li,.company-section-two.style-two .content-column .text p {
    color: #aaaaaa;
}

.company-section-two.style-two .content-column .growth-rate li {
    border-color: rgba(255,255,255,0.30);
}

.company-section-two.style-three {
    background: none;
    padding-bottom: 100px;
}

.company-section-two.style-three .inner-container {
    margin-top: -240px;
}

.company-section-two .image-column {
    position: relative;
}

.company-section-two .image-column .inner-column {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.company-section-two .image-column .image {
    position: relative;
}

.company-section-two .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.company-section-two .content-column {
    position: relative;
}

.company-section-two .content-column .inner-column {
    position: relative;
    padding-left: 50px;
}

.company-section-two .content-column h2 {
    position: relative;
    color: #242424;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.company-section-two .content-column .text {
    position: relative;
}

.company-section-two .content-column .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.company-section-two .content-column .text h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.company-section-two .content-column .growth-rate {
    position: relative;
    margin-top: 30px;
}

.company-section-two .content-column .growth-rate li {
    position: relative;
    color: #797979;
    font-size: 16px;
    padding-right: 40px;
    margin-right: 35px;
    margin-bottom: 20px;
    display: inline-block;
    border-right: 1px solid #c1c1c1;
    font-family: 'Poppins', sans-serif;
}

.company-section-two .content-column .growth-rate li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

.company-section-two .content-column .growth-rate li span {
    position: relative;
    color: #2766da;
    font-size: 45px;
    font-weight: 200;
    line-height: 1em;
    display: block;
    margin-bottom: 5px;
}

.company-section-two .inner-container .image-column .inner-column {
    padding-left: 0px;
    margin-bottom: 0px;
}

.company-section-two .inner-container .content-column .inner-column {
    padding: 70px 30px 40px 40px;
}

/*Services Section Seven*/
.services-section-seven {
    position: relative;
    background-color: #f2f2f2;
}

.services-section-seven .inner-container {
    position: relative;
    margin-top: -130px;
    z-index: 10;
}

.services-section-seven .row {
    margin: 0px -1px;
}

.services-section-seven .services-block-five {
    padding: 0px 1px;
    margin-bottom: 2px;
}

.services-block-five {
    position: relative;
}

.services-block-five .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    background-color: #374044;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.services-block-five .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background-color: #ffed00;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.services-block-five .inner-box:hover:before {
    width: 100%;
}

.services-block-five .inner-box .content {
    position: relative;
    padding-left: 90px;
    z-index: 1;
}

.services-block-five .inner-box .content .icon-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    color: #ffffff;
    line-height: 1em;
    font-size: 56px;
    font-weight: 400;
}

.services-block-five .inner-box .content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.services-block-five .inner-box .content h3 a {
    position: relative;
    color: #ffffff;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.services-block-five .inner-box .content .text {
    position: relative;
    color: #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
}

/*Fullwidth Services Section*/
.fullwidth-services-section {
    position: relative;
    padding: 75px 0px;
}

.fullwidth-services-section .outer-container {
    padding: 0px 70px;
}

.fullwidth-services-section .owl-dots,.fullwidth-services-section .owl-nav {
    display: none;
}

.services-block-six {
    position: relative;
}

.services-block-six:after {
    position: absolute;
    content: '';
    right: -50px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
}

.services-block-six .inner-box {
    position: relative;
    text-align: center;
}

.services-block-six .inner-box .icon-box {
    position: relative;
    color: #ffed00;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 20px;
}

.services-block-six .inner-box .icon-box .icon {
    position: relative;
}

.services-block-six .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 14px;
}

.services-block-six .inner-box h3 a {
    position: relative;
    color: #242424;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.services-block-six .inner-box h3 a:hover {
    color: #ffed00;
}

.services-block-six .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
}

/*** ====================================================================	Services Section Eight====================================================================***/
.services-section-eight {
    position: relative;
}

.services-section-eight .upper-box {
    position: relative;
    padding: 90px 0px 390px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section-eight .upper-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.services-section-eight .lower-box {
    position: relative;
    margin-top: -320px;
}

.news-block-three {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
}

.news-block-three .inner-box .image {
    position: relative;
}

.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 30px 28px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.news-block-three .inner-box .lower-content h3 a {
    position: relative;
    color: #242424;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.news-block-three .inner-box .lower-content h3 a:hover {
    color: #ffed00;
}

.news-block-three .inner-box .lower-content .text {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 8px;
}

.news-block-three .inner-box .lower-content .read-more {
    position: relative;
    color: #ffed00;
    font-size: 14px;
}

/*** ====================================================================	Speaker Section====================================================================***/
.speaker-section {
    position: relative;
    padding: 70px 0px 70px;
}

.speaker-section.style-two {
    padding: 100px 0px 0px;
}

.speaker-section .inner-container {
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada;
}

.speaker-section .video-column {
    position: relative;
    margin-bottom: 40px;
}

.speaker-section .video-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.speaker-section .video-column .image {
    position: relative;
}

.speaker-section .video-column .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(16,22,55,0.20);
}

.speaker-section .video-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.speaker-section .video-column .image .play-btn {
    position: absolute;
    right: 38px;
    bottom: 25px;
    width: 70px;
    height: 70px;
    color: #ffffff;
    z-index: 11;
    padding-left: 7px;
    font-size: 26px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffed00;
}

.speaker-section .video-column .image .play-btn:before {
    position: absolute;
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    z-index: -10;
    border-radius: 50%;
    border: 8px solid rgba(0,0,0,0.40);
}

.speaker-section .content-column {
    position: relative;
}

.speaker-section .content-column .inner-column {
    position: relative;
}

.speaker-section .content-column .inner-column h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.speaker-section .content-column .inner-column h2 span {
    font-family: 'Playfair Display', serif;
    color: #ffed00;
    font-style: italic;
}

.speaker-section .content-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 35px;
}

/*** ====================================================================	Packages Section====================================================================***/
.packages-section {
    position: relative;
    padding: 100px 0px 60px;
}

.packages-section .price-column .inner-column .row {
    margin: 0px -30px;
}

.packages-section .price-column .price-block {
    padding: 0px 30px;
}

.packages-section .price-column .inner-column {
    margin-right: -20px;
}

/*Price Block*/
.price-block {
    position: relative;
    margin-bottom: 40px;
}

.price-block .inner-box {
    position: relative;
    top: 0px;
    border-radius: 3px;
    text-align: center;
    padding-bottom: 35px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    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;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(193,193,193,0.6);
    -moz-box-shadow: 0px 0px 12px 0px rgba(193,193,193,0.6);
    box-shadow: 0px 0px 12px 0px rgba(193,193,193,0.6);
}

.price-block .inner-box:hover {
    background-color: #ffffff;
    z-index: 5;
}

.price-block .inner-box .upper-box {
    position: relative;
    padding: 25px 0px 22px;
    padding-bottom: 22px;
    border-radius: 5px 5px 0px 0px;
    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;
}

.price-block .inner-box .upper-box:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 75px;
    opacity: 1;
    visibility: visible;
    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;
    border-bottom: 1px solid #d9d9d9;
}

.price-block .inner-box:hover .upper-box:after {
    height: 100px;
}

.price-block .inner-box .upper-box .title {
    position: relative;
    color: #242424;
    font-size: 24px;
    font-weight: 600;
    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;
    font-family: 'Poppins', sans-serif;
}

.price-block .inner-box .upper-box .sub-title {
    position: absolute;
    width: 100%;
    color: #797979;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    opacity: 0;
    visibility: hidden;
    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;
    font-family: 'Poppins', sans-serif;
}

.price-block .inner-box:hover .upper-box .sub-title {
    opacity: 1;
    visibility: visible;
}

.price-block .inner-box .price {
    position: relative;
    color: #444444;
    font-size: 64px;
    font-weight: 600;
    line-height: 1em;
    padding: 25px 0px;
    margin-bottom: 20px;
    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;
    font-family: 'Poppins', sans-serif;
}

.price-block .inner-box:hover .price {
    background-color: #2eabe8;
    -moz-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}

.price-block .inner-box:hover .price,.price-block .inner-box:hover .price sup,.price-block .inner-box:hover .price sub {
    color: #ffffff;
}

.price-block .inner-box .price sup {
    position: relative;
    top: -24px;
    color: #444444;
    font-size: 26px;
    margin-right: 8px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.price-block .inner-box:hover .price:before {
    opacity: 0;
}

.price-block .inner-box .price sub {
    position: relative;
    bottom: 0px;
    color: #999999;
    font-size: 16px;
    margin-right: 8px;
}

.price-block .inner-box .price:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 110px;
    height: 1px;
    margin-left: -55px;
    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;
    background-color: #dddddd;
}

.price-block .inner-box ul {
    position: relative;
    margin-bottom: 60px;
    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;
}

.price-block .inner-box:hover ul {
    -moz-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}

.price-block .inner-box ul li {
    position: relative;
    margin-bottom: 5px;
    color: #797979;
    font-size: 15px;
}

.price-block .inner-box ul li:last-child {
    margin-bottom: 0px;
}

.price-block .inner-box .buy-btn {
    position: relative;
    margin-left: 55px;
    margin-right: 55px;
    bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 5px;
    display: block;
    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;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    background: #2eabe8;
    border-color: #2eabe8;
}

.price-block .inner-box:hover .buy-btn {
    color: #242424;
    background: none;
    border: 1px solid #242424;
}

.packages-section .content-column {
    position: relative;
}

.packages-section .content-column .inner-column {
    position: relative;
    padding-left: 40px;
}

.packages-section .content-column h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.packages-section .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 35px;
}

/*** ====================================================================	Services Section Nine====================================================================***/
.services-section-nine {
    position: relative;
    padding: 90px 0px 50px;
    background-color: #f6f6f6;
}

.services-section-nine .title-column {
    position: relative;
    margin-bottom: 40px;
}

.services-section-nine .title-column .sec-title-four {
    margin-bottom: 20px;
}

.services-section-nine .title-column .sec-title-four h2 {
    font-size: 32px;
}

.services-section-nine .title-column .styled-text {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 12px;
    font-family: 'Lora', serif;
}

.services-section-nine .title-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 40px;
}

/*Services Block Seven*/
.services-block-seven {
    position: relative;
    margin-bottom: 50px;
}

.services-block-seven .inner-box {
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-seven .inner-box .content {
    position: relative;
    padding-left: 80px;
}

.services-block-seven .inner-box .content .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffed00;
    font-size: 56px;
    line-height: 1em;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-seven .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.services-block-seven .inner-box h3 a {
    position: relative;
    color: #242424;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-seven .inner-box h3 a:hover {
    color: #ffed00;
}

.services-block-seven .inner-box .text {
    position: relative;
    color: #898989;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-seven .inner-box .read-more {
    position: relative;
    color: #ffed00;
    font-size: 14px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

/*** ====================================================================	Call Back Section Two====================================================================***/
.call-back-section-two {
    position: relative;
}

.call-back-section-two .outer-container {
    position: relative;
}

.call-back-section-two .outer-container .left-column {
    position: relative;
    width: 50%;
    float: left;
}

.call-back-section-two .outer-container .left-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(27,27,27,0.90);
}

.call-back-section-two .outer-container .left-column .content {
    position: relative;
    max-width: 600px;
    float: right;
    width: 100%;
    padding: 75px 100px 120px 15px;
}

.call-back-section-two .outer-container .left-column .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 35px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.call-back-section-two .outer-container .right-column {
    position: absolute;
    width: 50%;
    right: 0px;
    height: 100%;
    float: left;
}

.call-back-section-two .outer-container .right-column .map-outer .map-canvas {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

/*Request Form*/
.request-form {
    position: relative;
}

.request-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.request-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 32px;
    padding: 10px 22px;
    height: 54px;
    color: #ffffff;
    background: none;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #444444;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.request-form .form-group textarea::-webkit-input-placeholder,.request-form .form-group input::-webkit-input-placeholder {
    color: #8f8e8e;
}

.request-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 22px;
    color: #ffffff;
    height: 175px;
    resize: none;
    overflow: hidden;
    background: none;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #444444;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.request-form .form-group input:focus,.request-form .form-group textarea:focus {
    border-color: #ffed00;
}

.request-form .form-group button {
    margin-top: 20px;
    font-size: 15px;
    padding: 10px 43px 10px;
}

/*Profits Section*/
.profits-section {
    position: relative;
    padding: 95px 0px 90px;
}

.profits-section h2 {
    position: relative;
    color: #242424;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    text-align: right;
    padding-right: 30px;
}

.profits-section h2:after {
    position: absolute;
    content: '';
    right: -18px;
    top: 4px;
    width: 1px;
    height: 110px;
    background-color: #c4c4c4;
}

.profits-section .text {
    position: relative;
    padding-left: 35px;
    color: #797979;
    font-size: 16px;
}

/*Services Block Eight*/
.services-block-eight {
    position: relative;
    margin-bottom: 40px;
}

.services-block-eight .inner-box {
    position: relative;
}

.services-block-eight .inner-box .image {
    position: relative;
    overflow: hidden;
}

.services-block-eight .inner-box .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(8,174,141,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.services-block-eight .inner-box:hover .image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.services-block-eight .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-eight .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}

.services-block-eight .inner-box .lower-content .content {
    position: relative;
    padding-left: 72px;
}

.services-block-eight .inner-box .lower-content .icon-box {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #3b6dc2;
    font-size: 46px;
    line-height: 1em;
}

.services-block-eight .inner-box .lower-content h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
}

.services-block-eight .inner-box .lower-content h3 a {
    position: relative;
    color: #242424;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-block-eight .inner-box .lower-content h3 a:hover {
    color: #3b6dc2;
}

.services-block-eight .inner-box .lower-content .text {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/*Video Section*/
.video-section {
    position: relative;
    padding: 95px 0px 60px;
    background-color: #2d2f33;
}

.video-section .video-column {
    position: relative;
    margin-bottom: 40px;
}

.video-section .video-column .inner-column {
    position: relative;
    padding-right: 50px;
}

.video-section .content-column {
    position: relative;
}

.video-section .content-column .inner-column {
    position: relative;
}

.video-section .content-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.video-section .content-column h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.video-section .content-column .text {
    position: relative;
    color: #979797;
    font-size: 16px;
    margin-bottom: 25px;
}

.video-section.style-two {
    background-color: #f4f4f4;
    padding-bottom: 200px;
}

.video-section.style-two .content-column h2 {
    color: #242424;
}

.video-section.style-two .video-column .inner-column {
    padding-right: 0px;
    padding-left: 50px;
}

.video-section.style-three {
    background-color: #f1f1f1;
}

.video-section.style-three .content-column h2 {
    color: #242424;
}

.video-section.style-three .video-column .inner-column {
    padding-right: 0px;
    padding-left: 50px;
}

/*** ====================================================================	Video Section Two====================================================================***/
.video-section-two {
    position: relative;
    padding: 85px 0px 50px;
}

.video-section-two .content-column {
    position: relative;
    margin-bottom: 40px;
}

.video-section-two .content-column .inner-column {
    position: relative;
    padding-right: 100px;
}

.video-section-two .content-column h2 {
    position: relative;
    color: #242424;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.video-section-two .content-column h2 span {
    font-style: italic;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.video-section-two .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 25px;
}

.video-section-two .content-column .read-more {
    position: relative;
    color: #ffed00;
    font-size: 16px;
}

.video-section-two .video-column {
    margin-bottom: 40px;
}

/*** ====================================================================	Services Section Ten====================================================================***/
.services-section-ten {
    position: relative;
    padding: 90px 0px 30px;
    background-color: #f6f6f6;
}

.services-section-ten .sec-title {
    margin-bottom: 50px;
}

.policy-section {
    position: relative;
    text-align: center;
    padding: 80px 0px 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.policy-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(45,46,51,0.85);
}

.policy-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}

.policy-section h2 span {
    color: #ffed00;
}

.policy-section .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 32px;
    line-height: 1.6em;
    font-family: 'Lora', serif;
}

/*** ====================================================================	Consultant Section Services ====================================================================***/
.consultant-section {
    position: relative;
}

.consultant-section .inner-container {
    position: relative;
    margin-top: -45px;
    z-index: 10;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.20);
    padding: 45px 80px 40px 55px;
    border-bottom: 1px solid #ffed00;
    background-color: #ffffff;
}

.consultant-section h2 {
    position: relative;
    color: #000000;
    font-size: 37px;
    font-weight: 400;
}

.consultant-section h2 span {
    position: relative;
    color: #ffed00;
    font-style: italic;
    text-decoration: underline;
    font-family: 'Lora', serif;
}

/*Services Section Eleven*/
.services-section-eleven {
    position: relative;
    padding: 90px 0px 100px;
}

.services-section-eleven .sec-title-two .text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6em;
}

/*Services Block Nine*/
.services-block-nine {
    position: relative;
    margin-bottom: 30px;
}

.services-block-nine .inner-box {
    position: relative;
}

.services-block-nine .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-block-nine .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    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;
}

.services-block-nine .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.services-block-nine .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    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;
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}

.services-block-nine .inner-box:hover .image .overlay-box {
    opacity: 0;
}

.services-block-nine .inner-box .image .overlay-box h3 {
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.services-block-nine .inner-box:hover .image .content-overlay {
    opacity: 1;
}

.services-block-nine .inner-box .image .content-overlay {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    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;
    background-color: #ffed0073;
}

.services-block-nine .inner-box .image .content-overlay .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 10px 30px;
    vertical-align: middle;
}

.services-block-nine .inner-box .image .content-overlay .overlay-inner .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-nine .inner-box .image .content-overlay .content-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.services-block-nine .inner-box .image .content-overlay .content-box h4 a {
    position: relative;
    color: #ffffff;
}

.services-block-nine .inner-box .image .content-overlay .content-box .read-more {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

.services-section-eleven .owl-dots {
    display: none;
}

.services-section-eleven .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.services-section-eleven .owl-prev,.services-section-eleven .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    color: #c2c2c2;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin: 0px 5px;
    font-size: 22px;
    border: 2px solid #bdbdbd;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.services-section-eleven .owl-prev:hover,.services-section-eleven .owl-next:hover {
    color: #1d59bc;
    border-color: #1d59bc;
}

/*Work Section*/
.work-section {
    position: relative;
    padding: 60px 0px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
}

.work-section h2 {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
}

.work-section .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    padding-left: 35px;
    border-left: 2px solid #ffed00;
}

/*** ====================================================================	Expertise Section====================================================================***/
.expertise-section {
    position: relative;
    padding: 95px 0px 70px;
}

.services-block-ten {
    position: relative;
    margin-bottom: 30px;
}

.services-block-ten .inner-box {
    position: relative;
    padding: 28px 22px;
    border: 1px solid #e4e4e4;
}

.services-block-ten .inner-box .content {
    position: relative;
    padding-left: 75px;
}

.services-block-ten .inner-box .content .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #242424;
    font-size: 54px;
    line-height: 1em;
}

.services-block-ten .inner-box h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.services-block-ten .inner-box h3 a {
    position: relative;
    color: #242424;
    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;
}

.services-block-ten .inner-box h3 a:hover {
    color: #ffed00;
}

.services-block-ten .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
}

/*Project Section*/
.project-section {
    position: relative;
    padding: 95px 0px 55px;
    background-color: #f4f4f4;
}

.project-section .mixitup-gallery .filters {
    margin-bottom: 40px;
    text-align: center;
}

.project-section .mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.project-section .mixitup-gallery .filters li {
    position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #242424;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    margin: 0px 12px 10px;
    padding-bottom: 2px;
    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;
    font-family: 'Poppins', sans-serif;
}

.project-section .mixitup-gallery .filters li:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    opacity: 0;
    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;
    background-color: #1d59bc;
}

.project-section .mixitup-gallery .filters li.active,.project-section .mixitup-gallery .filters li:hover {
    color: #1d59bc;
}

.project-section .mixitup-gallery .filters li.active:after,.project-section .mixitup-gallery .filters li:hover:after {
    opacity: 1;
}

.gallery-item-two.mix {
    display: none;
}

.project-section .gallery-item-two {
    margin-bottom: 50px;
}

/*** ====================================================================	Business Section Two====================================================================***/
.business-section-two {
    position: relative;
    padding: 95px 0px 70px;
}

.business-section-two .title-column {
    position: relative;
    margin-bottom: 40px;
}

.business-section-two .title-column .inner-column {
    position: relative;
}

.business-section-two .title-column h2 {
    position: relative;
    color: #242424;
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.business-section-two .title-column h2 span {
    font-weight: 700;
    font-size: 34px;
}

.business-section-two .title-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
}

.business-section-two .growth-column {
    position: relative;
}

.business-section-two .growth-column .inner-column {
    position: relative;
    padding-left: 70px;
}

.business-section-two .growth-column .upper-box {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
    border-left: 1px solid #cdcdcd;
}

.business-section-two .growth-column .upper-box h3 {
    position: relative;
    color: #242424;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.business-section-two .growth-column .upper-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
}

.business-section-two .growth-column .growth-rate {
    position: relative;
    margin-top: 30px;
    padding-left: 32px;
}

.business-section-two .growth-column .growth-rate li {
    position: relative;
    color: #797979;
    font-size: 16px;
    padding-right: 40px;
    margin-right: 35px;
    display: inline-block;
    border-right: 1px solid #c1c1c1;
    font-family: 'Poppins', sans-serif;
}

.business-section-two .growth-column .growth-rate li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

.business-section-two .growth-column .growth-rate li span {
    position: relative;
    color: #2766da;
    font-size: 45px;
    font-weight: 200;
    line-height: 1em;
    display: block;
    margin-bottom: 5px;
}

/*** ====================================================================	Fluid Section Two====================================================================***/
.fluid-section-two {
    position: relative;
}

.fluid-section-two .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #114294;
}

.fluid-section-two .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-two .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-two .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-two .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    max-width: 650px;
    padding: 90px 15px 100px 60px;
}

.fluid-section-two .content-column .inner-column h2 {
    position: relative;
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 18px;
    display: inline-block;
}

.fluid-section-two .content-column .inner-column h2 span {
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.fluid-section-two .content-column .inner-column .styled-text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.fluid-section-two .content-column .inner-column .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.50);
}

.fluid-section-two .content-column .inner-column .more {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

.finance-section {
    position: relative;
    padding: 95px 0px 100px;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

.finance-section .content {
    position: relative;
    max-width: 610px;
}

.finance-section .content .title {
    position: relative;
    color: #ffed00;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.finance-section .content h2 {
    position: relative;
    font-size: 35px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.finance-section .content h2 span {
    font-weight: 700;
}

.finance-section .content .text {
    position: relative;
    color: #cccccc;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.finance-section .content .theme-btn {
    padding: 10px 35px 10px;
}

/*** ====================================================================	Professional Team Section====================================================================***/
.professional-team-section {
    position: relative;
    padding: 100px 0px 100px;
    background-color: #f3f3f3;
}

.professional-team-section .title-box {
    position: relative;
    margin-bottom: 45px;
}

.professional-team-section .title-box h2 {
    position: relative;
    color: #242424;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.professional-team-section .title-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    max-width: 490px;
}

.professional-team-section .outer-container {
    position: relative;
}

.professional-team-section .outer-container .video-column {
    position: relative;
    float: left;
    width: 50%;
}

.professional-team-section .outer-container .video-column .inner-column {
    position: relative;
}

/*Video Box Three*/
.video-box-three {
    position: relative;
}

.video-box-three .image {
    position: relative;
    overflow: hidden;
}

.video-box-three .image img {
    position: relative;
    width: 100%;
}

.video-box-three .overlay-box {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin-left: -136px;
    margin-top: -45px;
    display: inline-block;
    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;
    font-family: 'Lora', serif;
    font-style: italic;
}

.video-box-three .overlay-box span {
    position: relative;
    width: 90px;
    height: 90px;
    top: 50%;
    z-index: 9;
    color: #225ab7;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 92px;
    padding-left: 6px;
    background: none;
    margin-right: 30px;
    display: inline-block;
    background-color: #333333;
}

.video-box-three .overlay-box span:after {
    position: absolute;
    content: '';
    left: -6px;
    right: -6px;
    bottom: -6px;
    top: -6px;
    border-radius: 50%;
    display: block;
    z-index: -1;
    border: 6px solid rgba(255,255,255,0.30);
}

.video-box-three .overlay-box .ripple,.video-box-three .overlay-box .ripple:before,.video-box-three .overlay-box .ripple:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(8,174,141,0.45);
    -moz-box-shadow: 0 0 0 0 rgba(8,174,141,0.45);
    -ms-box-shadow: 0 0 0 0 rgba(8,174,141,0.45);
    -o-box-shadow: 0 0 0 0 rgba(8,174,141,0.45);
    box-shadow: 0 0 0 0 rgba(8,174,141,0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.video-box-three .overlay-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-box-three .overlay-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244,68,56,.0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244,68,56,.0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244,68,56,.0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244,68,56,.0);
    }
}

/*Accordian Column*/
.professional-team-section .outer-container .accordian-column {
    position: relative;
    float: left;
    width: 50%;
    margin-top: -240px;
}

.professional-team-section .outer-container .accordian-column .inner-column {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin-left: 100px;
    padding: 60px 35px 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
}

.professional-team-section .outer-container .accordian-column .inner-column h2 {
    position: relative;
    color: #242424;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
}

/*===================================\		Accordion Style====================================*/
.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    border-top: 1px solid #dadada;
}

.accordion-box .block:last-child {
    border-bottom: 1px solid #dadada;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #242424;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    padding: 25px 15px 25px 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 0;
    top: 30px;
    line-height: 1em;
    font-size: 15px;
    color: #242424;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.accordion-box .block .acc-btn.active {
    border-bottom: 0;
    padding-bottom: 10px;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 0 20px 10px;
    min-height: 115px;
    padding-left: 35px;
}

.accordion-box .block .content p {
    position: relative;
    font-size: 16px;
    color: #797979;
    line-height: 1.8em;
}

.accordion-box.style-two .block {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.accordion-box.style-two .block.active-block .acc-btn {
    background-color: #ffed00;
    color: #ffffff;
}

.accordion-box.style-two .block .acc-btn.active .icon:before {
    content: '\f0da';
    color: #ffffff;
}

.accordion-box.style-two .block .acc-btn {
    padding: 15px 15px 15px 20px;
}

.accordion-box.style-two .block .acc-btn .icon {
    right: 20px;
    left: auto;
    top: 15px;
    font-size: 25px;
}

.accordion-box.style-two .block .acc-content {
    margin-top: 30px;
}

.accordion-box.style-two .block .acc-content h4 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.accordion-box.style-two .block .acc-content .text p {
    margin-bottom: 18px;
}

.accordion-box.faq .block {
    border: 0px;
    margin-bottom: 40px;
}

.accordion-box.faq .block .acc-btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

.accordion-box.faq .block .content {
    min-height: auto;
    padding-bottom: 0px;
}

.accordion-box.faq .block .content .text {
    color: #797979;
    font-size: 16px;
    margin-top: 18px;
}

.accordion-box.faq .block .acc-btn .icon {
    top: 5px;
}

.accordion-box.style-three {
    margin-bottom: 40px;
}

.accordion-box.style-three .block {
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

.accordion-box.style-three .block.active-block {
    background-color: #f9f9f9;
}

.accordion-box.style-three .block .acc-btn {
    padding: 12px 15px 12px 50px;
}

.accordion-box.style-three .block .acc-btn .icon {
    left: 18px;
    top: 17px;
}

.accordion-box.style-three .block .content {
    padding-left: 55px;
    padding-bottom: 0px;
    min-height: auto;
}

.accordion-box.style-three .block .content p {
    margin-bottom: 20px;
}

/*** ====================================================================	Update News Section====================================================================***/
.update-news-section {
    position: relative;
    padding: 100px 0px 60px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.update-news-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.update-news-section .title-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.update-news-section .title-column h2 {
    position: relative;
    color: #242424;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.update-news-section .title-column .text {
    position: relative;
    color: #242424;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

/*News Block Four*/
.news-block-four {
    position: relative;
    margin-bottom: 30px;
}

.news-block-four .inner-box {
    position: relative;
    padding: 40px 26px;
    background-color: #434242;
    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;
}

.news-block-four .inner-box:hover {
    border-color: #1d59bc;
    background-color: #1d59bc;
}

.news-block-four .inner-box .post-date {
    position: relative;
    color: #cccccc;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    -o-transition: all 0.3s ease;
}

.news-block-four .inner-box:hover h3 a,.news-block-four .inner-box:hover .read-more {
    color: #ffffff;
}

.news-block-four .inner-box:hover .post-date {
    color: rgba(255,255,255,0.70);
}

.news-block-four .inner-box h3 {
    position: relative;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
}

.news-block-four .inner-box h3 a {
    position: relative;
    color: #ffffff;
    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;
}

.news-block-four .inner-box .text {
    position: relative;
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 16px;
    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;
}

.news-block-four .inner-box:hover .text {
    color: rgba(255,255,255,0.50);
}

.news-block-four .inner-box .read-more {
    position: relative;
    color: #438aff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    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;
    font-family: 'Poppins', sans-serif;
}

/*** ====================================================================	Services Section Twelve====================================================================***/
.services-section-twelve {
    position: relative;
    padding: 95px 0px 60px;
}

.services-section-twelve .title-box {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.services-section-twelve .title-box .title {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
}

.services-section-twelve .title-box h2 {
    position: relative;
    color: #242424;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    max-width: 960px;
    margin: 0 auto;
}

.services-section-twelve .title-box h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.services-section-twelve .title-box:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 140px;
    height: 1px;
    margin-left: -70px;
    background-color: #ffed00;
}

/*Services Block Eleven*/
.services-block-eleven {
    position: relative;
    margin-bottom: 30px;
}

.services-block-eleven .inner-box {
    position: relative;
}

.services-block-eleven .inner-box:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 80px;
    bottom: 0px;
    left: auto;
    width: 1px;
    background-color: #cdcdcd;
}

.services-block-eleven:last-child .inner-box:after {
    display: none;
}

.services-block-eleven .inner-box .icon-box {
    position: relative;
    font-size: 56px;
    color: #ffed00;
    line-height: 1em;
    margin-bottom: 20px;
}

.services-block-eleven .inner-box h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.services-block-eleven .inner-box h3 a {
    position: relative;
    color: #242424;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-block-eleven .inner-box h3 a:hover {
    color: #ffed00;
}

.services-block-eleven .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
}

/*** ====================================================================	Offer Section====================================================================***/
.offer-section {
    position: relative;
    background-color: #f7f7f7;
}

.offer-section.style-two {
    background-color: #f2f2f2;
}

.offer-section.style-two .lower-section {
    padding-bottom: 140px;
}

.offer-section .upper-section {
    position: relative;
    text-align: center;
    padding: 120px 0px 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-section .upper-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.70);
}

.offer-section .upper-section .play-btn {
    position: relative;
    width: 90px;
    height: 90px;
    color: #ffffff;
    line-height: 86px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    padding-left: 8px;
    display: inline-block;
    border: 3px solid #ffffff;
    margin: 0 auto;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.offer-section .upper-section .play-btn:hover {
    color: #2444c1;
    border-color: #2444c1;
}

.offer-section .upper-section h2 {
    position: relative;
    color: #f1f2f4;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 50px;
    margin-top: 30px;
}

.offer-section .upper-section h2 span {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.offer-section .lower-section {
    margin-top: -140px;
    padding-bottom: 190px;
}

/*Services Block Twelve*/
.services-block-twelve {
    position: relative;
}

.services-block-twelve .inner-box {
    position: relative;
    text-align: center;
    padding: 45px 25px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.services-block-twelve .inner-box .icon-box {
    position: relative;
    font-size: 56px;
    line-height: 1em;
    color: #ffed00;
    margin-bottom: 20px;
}

.services-block-twelve .inner-box h3 {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}

.services-block-twelve .inner-box h3 a {
    position: relative;
    color: #242424;
}

.services-block-twelve .inner-box .text {
    position: relative;
    color: #898989;
    font-size: 15px;
    margin-bottom: 12px;
}

.services-block-twelve .inner-box .read-more {
    position: relative;
    color: #ffed00;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.offer-section .lower-section .owl-dots {
    display: none;
}

.offer-section .lower-section .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -100px;
    margin-left: -65px;
}

.offer-section .lower-section .owl-nav .owl-prev,.offer-section .lower-section .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    color: #2444c1;
    text-align: center;
    border-radius: 50%;
    margin: 0px 10px;
    line-height: 17px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.offer-section .lower-section .owl-nav .owl-prev span:before {
    position: absolute;
    content: '\f11a';
    left: -7px;
    font-family: "Flaticon";
}

.offer-section .lower-section .owl-nav .owl-next span:before {
    position: absolute;
    content: '\f11b';
    right: -7px;
    font-family: "Flaticon";
}

.offer-section .lower-section .owl-nav .owl-prev:hover,.offer-section .lower-section .owl-nav .owl-next:hover {
    background-color: #2444c1;
    color: #ffffff;
    border-color: #2444c1;
}

.fullwidth-carousel-section {
    position: relative;
}

.fullwidth-carousel-section .owl-dots,.fullwidth-carousel-section .owl-nav {
    display: none;
}

/*Business Block*/
.business-block {
    position: relative;
}

.business-block .inner-block {
    position: relative;
}

.business-block .inner-block .image {
    position: relative;
}

.business-block .inner-block .image img {
    position: relative;
    width: 100%;
    display: block;
}

.business-block .inner-block .content {
    position: absolute;
    right: 0px;
    padding-right: 45px;
    bottom: 75px;
    max-width: 450px;
    width: 100%;
    display: block;
}

.business-block .inner-block .content .title {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    font-style: italic;
    margin-bottom: 5px;
    font-family: 'Lora', serif;
}

.business-block .inner-block .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.business-block .inner-block .content h2 span {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.business-block .inner-block .content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

/*Business Block Two*/
.business-block-two {
    position: relative;
}

.business-block-two .inner-block {
    position: relative;
}

.business-block-two .inner-block .image {
    position: relative;
}

.business-block-two .inner-block .image img {
    position: relative;
    width: 100%;
    display: block;
}

.business-block-two .inner-block .content {
    position: absolute;
    padding-left: 45px;
    bottom: 75px;
    max-width: 400px;
    width: 100%;
    display: block;
}

.business-block-two .inner-block .content .title {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    font-style: italic;
    margin-bottom: 5px;
    font-family: 'Lora', serif;
}

.business-block-two .inner-block .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.business-block-two .inner-block .content h2 span {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.business-block-two .inner-block .content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

/*** ====================================================================	Talk Section====================================================================***/
.talk-section {
    position: relative;
    padding: 90px 0px 110px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.talk-section .auto-container {
    max-width: 1030px;
}

.talk-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.talk-section .title-box .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 5px;
    font-family: 'Lora', serif;
}

.talk-section .title-box h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
}

.talk-section .title-box h2 span {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

/*Talk Form*/
.talk-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.talk-form input[type="text"],.talk-form input[type="email"],.talk-form input[type="password"],.talk-form select,.talk-form textarea {
    display: block;
    width: 100%;
    line-height: 21px;
    height: 50px;
    font-size: 15px;
    padding: 10px 0px;
    background: none;
    color: #797979;
    border-bottom: 1px solid #c0c0c0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.talk-form textarea {
    height: 120px;
    resize: none;
}

.talk-form .theme-btn {
    margin-top: 20px;
    padding: 10px 47px;
    font-size: 15px;
}

.talk-form input:focus,.talk-form select:focus,.talk-form textarea:focus {
    border-color: #ffed00;
    background: none;
}

/*** ====================================================================	Services Section Thirteen====================================================================***/
.services-section-thirteen {
    position: relative;
}

.services-section-thirteen .services-block-thirteen {
    padding: 0px;
}

.services-section-thirteen .inner-container {
    position: relative;
    margin-top: -40px;
    z-index: 10;
}

.services-block-thirteen {
    position: relative;
}

.services-block-thirteen .inner-box {
    position: relative;
    text-align: center;
    padding: 45px 30px 45px;
    background-color: #f2f2f2;
}

.services-block-thirteen:nth-child(2) .inner-box {
    background-color: #f7f7f7;
}

.services-block-thirteen .inner-box .icon-box {
    position: relative;
    font-size: 56px;
    line-height: 1em;
    color: #2444c1;
    margin-bottom: 15px;
}

.services-block-thirteen .inner-box h3 {
    position: relative;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 10px;
}

.services-block-thirteen .inner-box h3 a {
    position: relative;
    color: #242424;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-thirteen .inner-box h3 a:hover {
    color: #2444c1;
}

.services-block-thirteen .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 15px;
    line-height: 1.5em;
}

/*** ====================================================================	Consulting Section====================================================================***/
.consulting-section-two {
    position: relative;
    padding: 100px 0px 60px;
}

.consulting-section-two .image-column {
    position: relative;
    margin-bottom: 40px;
}

.consulting-section-two .image-column .image {
    position: relative;
}

.consulting-section-two .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.consulting-section-two .content-column {
    position: relative;
}

.consulting-section-two .content-column .inner-column {
    position: relative;
    padding-left: 60px;
}

.consulting-section-two .content-column .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
}

.consulting-section-two .content-column h2 {
    position: relative;
    color: #242424;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.consulting-section-two .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 40px;
}

.business-block-three {
    position: relative;
    margin-bottom: 25px;
}

.business-block-three .inner {
    position: relative;
    padding-left: 85px;
}

.business-block-three .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #242424;
    font-size: 54px;
    line-height: 1em;
}

.business-block-three .inner h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.business-block-three .inner .block-text {
    position: relative;
    color: #797979;
    font-size: 16px;
}

.services-section-fourteen {
    position: relative;
    padding: 95px 0px 100px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section-fourteen:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(43,43,43,0.85);
}

.services-section-fourteen .title-box {
    position: relative;
    margin-bottom: 45px;
}

.services-section-fourteen .title-box .title {
    position: relative;
    font-size: 20px;
    font-style: italic;
    color: rgba(255,255,255,0.50);
    font-family: 'Lora', serif;
}

.services-section-fourteen .title-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
}

.services-section-fourteen .owl-dots {
    display: none;
}

.services-section-fourteen .owl-nav {
    text-align: center;
    margin-top: 50px;
}

.services-section-fourteen .owl-prev,.services-section-fourteen .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    color: rgba(255,255,255,0.60);
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin: 0px 5px;
    font-size: 22px;
    border: 2px solid rgba(255,255,255,0.30);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.services-section-fourteen .owl-prev:hover,.services-section-fourteen .owl-next:hover {
    color: #1d59bc;
    border-color: #1d59bc;
}

/*Services Section Fifteen*/
.services-section-fifteen {
    position: relative;
    padding: 95px 0px 40px;
}

.services-section-fifteen .title-box {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 20px;
}

.services-section-fifteen .title-box .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: 'Lora', serif;
}

.services-section-fifteen .title-box h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
}

.services-section-fifteen .title-box:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 2px;
    bottom: 0px;
    width: 100px;
    margin-left: -50px;
    background-color: #ffed00;
}

.services-block-fifteen {
    position: relative;
    margin-bottom: 50px;
}

.services-block-fifteen .inner-box {
    position: relative;
    padding-left: 100px;
}

.services-block-fifteen .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffed00;
}

.services-block-fifteen .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.services-block-fifteen .inner-box h3 a {
    position: relative;
    color: #242424;
    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;
}

.services-block-fifteen .inner-box h3 a:hover {
    color: #ffed00;
}

.services-block-fifteen .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 15px;
}

/*** ====================================================================	Page Title====================================================================***/
.page-title {
    position: relative;
    padding: 170px 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center top;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.page-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.page-title .page-breadcrumb {
    position: relative;
}

.page-title .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.page-title .page-breadcrumb li:after {
    position: absolute;
    content: '\f105';
    right: -4px;
    top: 0px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after {
    display: none;
}

.page-title .page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .page-breadcrumb li a {
    color: #ffed00;
    font-weight: 500;
}

/*** ====================================================================	Cases Section====================================================================***/
.cases-page-section {
    position: relative;
    background: none;
    padding: 95px 0px 100px;
}

.cases-fullwidth-section {
    position: relative;
    background: none;
    padding: 95px 0px 100px;
}

.cases-fullwidth-section .filter-list {
    padding: 0px 15px;
}

.cases-fullwidth-section .filter-list .gallery-item-two {
    width: 20%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 40px;
}

.project-detail-section {
    position: relative;
    padding-top: 100px;
}

/*Description Section*/
.description-section {
    position: relative;
    padding-bottom: 80px;
}

.description-section .image-column {
    position: relative;
}

.description-section .image-column .image {
    position: relative;
    margin-bottom: 30px;
}

.description-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.description-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.description-section .info-column .inner-column {
    position: relative;
    padding: 45px 35px;
    min-height: 393px;
    background-color: #1d59bc;
}

.description-section .info-column .inner-column ul {
    position: relative;
}

.description-section .info-column .inner-column ul li {
    position: relative;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.description-section .info-column .inner-column ul li:last-child {
    margin-bottom: 0px;
}

.description-section .info-column .inner-column ul li span {
    position: relative;
    font-weight: 400;
    margin-right: 8px;
    width: 110px;
    font-size: 18px;
    display: inline-block;
}

.description-section h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
    padding-top: 10px;
    margin-bottom: 20px;
}

.description-section .text {
    position: relative;
}

.description-section .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

/*We Did Section*/
.project-detail-section .we-did-section {
    position: relative;
    padding: 95px 0px 30px;
    background-color: #f4f4f4;
}

.we-did-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.we-did-section .content-column .inner-column {
    position: relative;
    padding-right: 40px;
}

.we-did-section .content-column h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
    margin-top: -15px;
}

.we-did-section .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.we-did-section .image-column {
    position: relative;
    margin-bottom: 60px;
}

.we-did-section .image-column .image {
    position: relative;
}

.we-did-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

/*Result Section*/
.result-section {
    position: relative;
    padding: 100px 0px 130px;
}

.result-section h2 {
    position: relative;
    color: #242424;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.result-section .text {
    position: relative;
    margin-bottom: 30px;
}

.result-section .text p {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
    color: #898989;
}

.result-section .text p:last-child {
    margin-bottom: 0px;
}

/*Error Section*/
.error-section {
    position: relative;
    padding: 180px 0px 220px;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(26,26,28,0.70);
}

.error-section .content {
    position: relative;
}

.error-section h1 {
    position: relative;
    color: #ffffff;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.error-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.error-section .text {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.error-section .theme-btn {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    padding: 22px 45px 22px;
    font-family: 'Poppins', sans-serif;
}

/*** ====================================================================	Sidebar Page Container====================================================================***/
.sidebar-page-container {
    position: relative;
    padding: 100px 0px 100px;
}

.sidebar-page-container .content-side,.sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}

.our-blog.padding-right,.blog-sidebar.padding-right,.blog-single.padding-right {
    padding-right: 30px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 42px;
}

.sidebar-widget-two {
    position: relative;
    margin-bottom: 30px;
}

/*Sidebar Title*/
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h2 {
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

/*Search Box Widget*/
.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #d3d3d3;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 52px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 52px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #bdbdbd;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

/*Blog Category*/
.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
}

.cat-list li a {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.cat-list li:last-child a {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cat-list li a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
    font-family: 'FontAwesome';
}

.cat-list li a:hover {
    color: #ffed00;
}

/*Post Widget*/
.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 94px;
    min-height: 88px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    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;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 15px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #242424;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.sidebar .popular-posts .post .text a {
    color: #242424;
    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;
}

.sidebar .popular-posts .post a:hover {
    color: #ffed00;
}

.sidebar .popular-posts .post-info {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 400;
}

/*Popular Tags*/
.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px 6px;
    margin: 0px 6px 10px 0px;
    color: #a6a6a6;
    text-align: center;
    font-size: 14px;
    background: none;
    font-weight: 400;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    border-color: #ffed00;
    background-color: #ffed00;
    color: #ffffff;
}

/*News Block Five*/
.news-block-five {
    position: relative;
    margin-bottom: 80px;
}

.news-block-five:last-child {
    margin-bottom: 50px;
}

.news-block-five .inner-box {
    position: relative;
}

.news-block-five .inner-box .image {
    position: relative;
}

.news-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-five .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
}

.news-block-five .inner-box .lower-content .upper-box {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.news-block-five .inner-box .lower-content .upper-box .posted-date {
    position: relative;
    color: #ffed00;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}

.news-block-five .inner-box .lower-content .upper-box .post-meta {
    position: relative;
    top: -2px;
}

.news-block-five .inner-box .lower-content .upper-box .post-meta li {
    position: relative;
    color: #bfbfbf;
    font-size: 16px;
    padding-right: 12px;
    margin-right: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.news-block-five .inner-box .lower-content .upper-box .post-meta li:after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0px;
    color: #b8b8b8;
    font-size: 17px;
}

.news-block-five .inner-box .lower-content .upper-box .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.news-block-five .inner-box .lower-content .upper-box .post-meta li:last-child::after {
    display: none;
}

.news-block-five .inner-box .lower-content .lower-box {
    position: relative;
    padding-top: 32px;
}

.news-block-five .inner-box .lower-content .lower-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
    color: #242424;
    font-family: 'Poppins', sans-serif;
}

.news-block-five .inner-box .lower-content .lower-box h3 a {
    position: relative;
    color: #242424;
    font-family: 'Poppins', sans-serif;
    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;
}

.news-block-five .inner-box .lower-content .lower-box h3 a:hover {
    color: #ffed00;
}

.news-block-five .inner-box .lower-content .lower-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 35px;
}

.news-block-five .inner-box .lower-content .lower-box .read-more {
    font-size: 15px;
    padding: 7px 32px 7px;
}

.news-block-five .inner-box .lower-content .lower-box .text p {
    position: relative;
    color: #797979;
    font-size: 17px;
    line-height: 1.7em;
    margin-bottom: 35px;
}

.news-block-five .inner-box .lower-content .lower-box .text p a {
    color: #ffed00;
    text-decoration: underline;
}

.news-block-five .inner-box .lower-content .lower-box h4 {
    position: relative;
    color: #242424;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*** ====================================================================	Styled Pagination====================================================================***/
.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 0px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 42px;
    height: 44px;
    font-size: 18px;
    min-width: 45px;
    color: #242424;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.styled-pagination li a:hover,.styled-pagination li a.active {
    color: #ffffff;
    border-color: #242424;
    background-color: #242424;
}

/*Blog Page Section*/
.blog-page-section {
    position: relative;
    padding: 100px 0px 140px;
}

.blog-page-section .inner-container {
    position: relative;
    margin-bottom: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.without-sidebar .auto-container {
    max-width: 970px;
    margin: 0 auto;
}

.without-sidebar .styled-pagination {
    margin-top: -20px;
}

/*Blog Single*/
.blog-single {
    position: relative;
}

.blog-single .inner-box {
    position: relative;
}

.blog-single .inner-box .image {
    position: relative;
}

.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-single .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
}

.blog-single .inner-box .lower-content .upper-box {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.blog-single .inner-box .lower-content .upper-box .posted-date {
    position: relative;
    color: #ffed00;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}

.blog-single .inner-box .lower-content .upper-box .post-meta {
    position: relative;
    top: -2px
}

.blog-single .inner-box .lower-content .upper-box .post-meta li {
    position: relative;
    color: #bfbfbf;
    font-size: 16px;
    padding-right: 12px;
    margin-right: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.blog-single .inner-box .lower-content .upper-box .post-meta li:after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0px;
    color: #b8b8b8;
    font-size: 17px;
}

.blog-single .inner-box .lower-content .upper-box .post-meta li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.blog-single .inner-box .lower-content .upper-box .post-meta li:last-child::after {
    display: none;
}

.blog-single .inner-box .lower-content .lower-box {
    position: relative;
    padding-top: 32px;
}

.blog-single .inner-box .lower-content .lower-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
    color: #242424;
    font-family: 'Poppins', sans-serif;
}

.blog-single .inner-box .lower-content .lower-box .text {
    position: relative;
    margin-bottom: 50px;
}

.blog-single .inner-box .lower-content .lower-box .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 22px;
}

.blog-single .inner-box .lower-content .lower-box .text h4 {
    position: relative;
    color: #242424;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .lower-box .text p a {
    color: #ffed00;
    text-decoration: underline;
}

/*** ====================================================================	Comments Area==================================================================== ***/
.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 55px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 24px;
    color: #242424;
    font-weight: 600;
    padding-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .inner-box {
    position: relative;
    border: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 25px 25px 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0) {
    background-color: #fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    border-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 98px;
    padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment {
    margin-left: 100px;
    margin-top: 45px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #9cc900;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span {
    font-size: 14px;
    margin-right: 4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 73px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 75px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    line-height: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #898989;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.7em;
    margin-bottom: 8px;
}

.sidebar-page-container .comments-area .comment-time {
    position: relative;
    font-size: 13px;
    color: #f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info {
    position: relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li {
    position: relative;
    padding-right: 10px;
    line-height: 1em;
    margin-right: 10px;
    color: #aeaeae;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-right: 1px solid #bebebe;
    font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .post-info li a {
    color: #ffed00;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child {
    border: 0px;
}

/*** ====================================================================	Comment Form==================================================================== ***/
.comment-form {
    position: relative;
}

.comment-form .form-inner {
    position: relative;
    padding: 50px 35px 30px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],.comment-form .form-group input[type="email"],.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: #a5a5a5;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.comment-form .form-group input[type="text"]:focus,.comment-form .form-group input[type="email"]:focus,.comment-form .form-group textarea:focus {
    border-color: #2760ca;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 20px 20px;
    color: #a5a5a5;
    height: 170px;
    font-size: 15px;
    resize: none;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.comment-form button {
    margin-top: 10px;
    font-size: 15px;
    padding: 11px 35px 10px;
}

/*** ====================================================================	Career Section==================================================================== ***/
.career-section {
    position: relative;
    padding: 100px 0px 145px;
}

.cat-widget {
    position: relative;
}

.cat-widget ul {
    padding: 25px 30px;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
}

.cat-widget ul li {
    position: relative;
    margin-bottom: 18px;
}

.cat-widget ul li:last-child {
    margin-bottom: 0px;
}

.cat-widget ul li a {
    position: relative;
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cat-widget ul li a:before {
    position: absolute;
    content: '';
    left: -31px;
    top: 0px;
    width: 2px;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffed00;
}

.cat-widget ul li a:hover::before,.cat-widget ul li.active a:before {
    opacity: 1;
}

.cat-widget ul li.active a,.cat-widget ul li a:hover {
    color: #ffed00;
}

.help-widget .help-inner {
    position: relative;
    text-align: center;
    padding: 30px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.help-widget .help-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000000;
}

.help-widget .help-inner .icon-box {
    position: relative;
    color: #ffed00;
    font-size: 60px;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 18px;
}

.help-widget .help-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.help-widget .help-inner ul {
    position: relative;
    text-align: left;
}

.help-widget .help-inner ul li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
}

.help-widget .help-inner ul li .icon {
    position: relative;
    margin-right: 12px;
}

.brochure-box {
    position: relative;
    padding: 12px 18px;
    margin-bottom: 10px;
    background-color: #ffed00;
}

.brochure-box .inner {
    position: relative;
    padding-left: 45px;
}

.brochure-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.brochure-box .inner .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

.brochure-box .inner .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.career-section .content-column {
    position: relative;
}

.career-section .content-column .inner-column,.history-section .content-column .inner-column,.company-overview-section .content-column .inner-column,.partners-section .content-column .inner-column,.testimonial-page-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.career-section .content-column h2 {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.career-section .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 22px;
}

.career-section .content-column h3 {
    position: relative;
    color: #242424;
    font-weight: 500;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 20px;
}

/*Application Box*/
.aplication-box {
    position: relative;
    margin-top: 40px;
    padding: 25px 65px 25px;
    background-color: #303032;
}

.aplication-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 8px;
}

.aplication-box .theme-btn {
    font-size: 15px;
    font-weight: 400;
}

/*Comming Soon*/
.comming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-size: cover;
}

.comming-soon .comming-soon-title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    display: block;
}

.comming-soon .comming-soon-title:before {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    width: 290px;
    height: 100%;
    display: block;
    background-color: #ffed00;
}

.comming-soon .comming-soon-title .text {
    position: relative;
    left: -292px;
    top: 440px;
    font-size: 155px;
    line-height: 1em;
    font-weight: 300;
    display: block;
    width: 100%;
    transform: rotate(-90deg);
    transform-origin: center center;
    color: rgba(255,255,255,0.20);
    font-family: 'Poppins', sans-serif;
}

.comming-soon .comming-soon-title .text span {
    font-weight: 600;
}

.comming-soon:before {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.70);
}

.comming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
}

.comming-soon .content .content-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 350px 15px 200px 300px;
}

.comming-soon .content .content-inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 80px;
    font-family: 'Poppins', sans-serif;
}

.comming-soon .content .content-inner .text {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}

.comming-soon .content .content-inner .text span {
    font-weight: 600;
}

/*** ====================================================================	Countdown style====================================================================***/
.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    margin: 0px 15px 0px;
    width: 170px;
    height: 170px;
    text-align: center;
    display: inline-block;
    padding: 20px 0px 10px;
    border: 2px solid #2445c3;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 50%;
    font-weight: 500;
    margin-bottom: 30px;
    background-color: #2445c3;
    font-family: 'Poppins', sans-serif;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 40px;
    padding: 25px 10px 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
}

.comming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.comming-soon .emailed-form .form-group input[type="text"],.comming-soon .emailed-form .form-group input[type="tel"],.comming-soon .emailed-form .form-group input[type="email"],.comming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 76px;
    font-size: 17px;
    color: #797979;
    padding: 10px 50px 10px 30px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comming-soon .emailed-form .form-group input[type="submit"],.comming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 195px;
    height: 76px;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background: #ffed00;
    font-family: 'Poppins', sans-serif;
}

/*History Section*/
.history-section {
    position: relative;
    padding: 100px 0px 100px;
}

.history-section .content-column {
    position: relative;
}

.history-section .content-column .inner-column {
    position: relative;
}

.history-section .content-column .inner-column .image {
    position: relative;
    margin-bottom: 35px;
}

.history-section .content-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.history-section .content-column .inner-column h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.history-section .content-column .inner-column .text {
    position: relative;
    color: #797979;
    margin-bottom: 35px;
}

/*Year Block*/
.year-block {
    position: relative;
    margin-bottom: 40px;
}

.year-block .inner-box {
    position: relative;
    padding-left: 170px;
}

.year-block .inner-box .year {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #ffffff;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #1d59bc;
}

.year-block .inner-box .year:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    width: 1px;
    height: 180%;
    background-color: #d2d2d2;
}

.year-block:last-child .inner-box .year:before {
    display: none;
}

.year-block .inner-box h3 {
    position: relative;
    font-weight: 500;
    font-size: 26px;
    color: #242424;
    line-height: 1.2em;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
}

.year-block .inner-box .block-text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
}

.year-block .inner-box .block-text .block-image {
    margin: 35px 0px;
}

/*Company Overview Section*/
.company-overview-section {
    position: relative;
    padding: 110px 0px 120px;
}

.company-overview-section .content-column .image {
    position: relative;
    margin-bottom: 35px;
}

.company-overview-section .content-column .image img {
    width: 100%;
    display: block;
}

.company-overview-section .content-column h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.company-overview-section .content-column .text {
    position: relative;
}

.company-overview-section .content-column .text .two-column {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.company-overview-section .content-column .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.company-overview-section .content-column .text .block-image {
    position: relative;
    margin-bottom: 20px;
}

.company-overview-section .content-column .text .block-image img {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 10px;
}

.company-overview-section .content-column .text h3 {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 16px;
}

/*Contact Section*/
.contact-section {
    position: relative;
    padding: 90px 0px 50px;
}

.contact-section h2 {
    position: relative;
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 30px;
}

/*Contact Form*/
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="password"],.contact-form select,.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 55px;
    font-size: 16px;
    padding: 10px 20px;
    background: #ffffff;
    color: #797979;
    border: 1px solid #dcdcdc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form textarea {
    height: 175px;
    resize: none;
}

.contact-form .theme-btn {
    margin-top: 20px;
    padding: 11px 38px 11px;
}

.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
    border-color: #ffed00;
    background: none;
}

.contact-form input.error,.contact-form select.error,.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    position: relative;
    padding-left: 60px;
}

.contact-section .info-column .inner-column h3 {
    position: relative;
    color: #23282a;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.contact-section .info-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-section.style-two .info-column .inner-column,.contact-section.style-three .info-column .inner-column {
    padding-left: 0px;
    padding-right: 60px;
}

.contact-section.style-two {
    padding-bottom: 100px;
}

.contact-section.style-three .map-column .map-canvas {
    height: 370px;
}

/*Page Title Two*/
.page-title-two {
    position: relative;
    padding: 40px 0px;
    border-top: 1px solid #e1e1e1;
    background-color: #f7f7f7;
}

.page-title-two h2 {
    position: relative;
    color: #242424;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4em;
    display: inline-block;
}

.page-title-two h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 8px;
    width: 35px;
    height: 2px;
    background-color: #ffed00;
}

.page-title-two .page-breadcrumb {
    position: relative;
    margin-top: 12px;
}

.page-title-two .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #797979;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.page-title-two .page-breadcrumb li:after {
    position: absolute;
    content: '\f105';
    right: -4px;
    top: 0px;
    color: #797979;
    font-family: 'FontAwesome';
}

.page-title-two .page-breadcrumb li:last-child::after {
    display: none;
}

.page-title-two .page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title-two .page-breadcrumb li a {
    color: #ffed00;
    font-weight: 500;
}

/*Contact Form Section*/
.contact-form-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 110px;
}

.contact-form-section .inner-container {
    position: relative;
    border-top: 1px solid #dadada;
}

.contact-form-section .inner-container h2 {
    position: relative;
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 90px 0px 30px;
}

.contact-form-section .inner-container .contact-form {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
}

/*** ====================================================================	Map Section Style====================================================================***/
.faq-section {
    position: relative;
    padding: 90px 0px 90px;
}

.faq-section .title {
    margin-bottom: 45px;
}

.faq-section .title h2 {
    position: relative;
    color: #242424;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.faq-section .title .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    font-family: 'Lora', serif;
}

/*Sidebar Search Form*/
.faq-search-box {
    position: relative;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
}

.faq-search-box .form-group {
    position: relative;
    margin: 0px;
}

.faq-search-box .form-group input[type="text"],.faq-search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    color: #222222;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    padding: 15px 15px 15px 25px;
    border: 1px solid #e0e0e0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.faq-search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 65px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #c0c0c0;
    background: none;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.faq-search-box .form-group input:focus {
    border-color: #1d59bc;
}

/*** ====================================================================	Partners Section====================================================================***/
.partners-section {
    position: relative;
    padding: 100px 0px 110px;
}

.partners-section .content-column {
    position: relative;
}

.partners-section .content-column h2 {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.partners-section .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 45px;
}

/*Partner Block*/
.partner-block {
    position: relative;
    margin-bottom: 30px;
}

.partner-block .inner-box {
    position: relative;
    padding: 40px 15px 40px;
    border: 1px solid #eaeaea;
}

.partner-block .inner-box .content {
    position: relative;
    padding-left: 240px;
}

.partner-block .inner-box .content .client-icon {
    position: absolute;
    left: 10px;
    top: 0px;
}

.partner-block .inner-box .content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #242424;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.partner-block .inner-box .content .partner-text {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

/*** ====================================================================	Services Section Sixteen====================================================================***/
.services-section-sixteen {
    position: relative;
    padding: 60px 0px 60px;
}

.services-section-sixteen .title-box {
    position: relative;
    margin-bottom: 50px;
}

.services-section-sixteen .title-box .title {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 5px;
    font-family: 'Lora', serif;
}

.services-section-sixteen .title-box h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.services-section-sixteen .title-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
}

.services-block-sixteen {
    position: relative;
    margin-bottom: 40px;
}

.services-block-sixteen .inner-box {
    position: relative;
    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;
}

.services-block-sixteen .inner-box .image {
    position: relative;
    background-color: #000000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-sixteen .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-sixteen .inner-box:hover .image img {
    opacity: 0.6;
}

.services-block-sixteen .inner-box .lower-content {
    position: relative;
    padding: 32px 30px 40px;
    border: 1px solid #e2e2e2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.services-block-sixteen .inner-box:hover .lower-content {
    background-color: #ffed00;
    border-color: #ffed00;
}

.services-block-sixteen .inner-box .lower-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.services-block-sixteen .inner-box .lower-content h3 a {
    position: relative;
    color: #242424;
    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;
}

.services-block-sixteen .inner-box:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(228,228,228,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(228,228,228,1);
    box-shadow: 0px 0px 20px 0px rgba(228,228,228,1);
}

.services-block-sixteen .inner-box:hover .lower-content h3 a,.services-block-sixteen .inner-box:hover .lower-content .text,.services-block-sixteen .inner-box:hover .lower-content .read-more {
    color: #000000;
}

.services-block-sixteen .inner-box .lower-content .text {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 15px;
    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;
}

.services-block-sixteen .inner-box .lower-content .read-more {
    position: relative;
    color: #ffed00;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    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;
}

/*** ====================================================================	Business Analysic Section====================================================================***/
.business-analysic-section {
    position: relative;
    padding: 80px 0px 60px;
}

.business-analysic-section h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.business-analysic-section .text {
    position: relative;
}

.business-analysic-section .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 20px;
}

.business-analysic-section .text p:last-child {
    margin-bottom: 0px;
}

/*Personal Block*/
.personal-block {
    position: relative;
    margin-top: 55px;
    margin-bottom: 100px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #1d59bc;
}

.personal-block .personal-inner {
    position: relative;
    max-width: 770px;
    padding: 58px 0px 60px 80px;
}

.personal-block .personal-inner .title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.personal-block .personal-inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.personal-block .personal-inner h2 span {
    font-weight: 600;
}

.personal-block .personal-inner .personal-text {
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.80);
}

.personal-block .personal-inner .strategy {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

/*** ====================================================================	Area Expertise Section====================================================================***/
.area-expertise-section {
    position: relative;
}

.area-expertise-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.area-expertise-section .image-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.area-expertise-section .image-column .image {
    position: relative;
}

.area-expertise-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.area-expertise-section .content-column {
    position: relative;
}

.area-expertise-section .content-column .inner-column {
    position: relative;
}

.area-expertise-section .content-column h3 {
    position: relative;
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.area-expertise-section .content-column .area-text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 35px;
}

.testimonial-page-section {
    position: relative;
    padding: 110px 0px 140px;
}

/*Testimonial Block Three*/
.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .inner-box {
    position: relative;
    padding-left: 180px;
    padding-bottom: 65px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed;
}

.testimonial-block-three .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 122px;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.testimonial-block-three .inner-box .image-box .image {
    position: relative;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-block-three .inner-box .image-box .quote-icon {
    position: relative;
    color: #ffed00;
    font-size: 30px;
    margin-top: 25px;
    line-height: 1em;
    margin-left: 35px;
}

.testimonial-block-three .inner-box .text {
    position: relative;
    font-size: 20px;
    font-style: italic;
    color: #797979;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}

.testimonial-block-three .inner-box .author {
    position: relative;
    color: #ffed00;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.testimonial-block-three .inner-box .designation {
    position: relative;
    color: #849bb3;
    font-size: 18px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.testimonial-block-three:last-child .inner-box {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

/*** ====================================================================	Services Single Section====================================================================***/
.services-single-section {
    position: relative;
    padding: 100px 0px 110px;
}

.services-single-section .content-column {
    position: relative;
}

.services-single-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.services-single-section .content-column h2 {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 18px;
}

.services-single-section .content-column .text {
    position: relative;
}

.services-single-section .content-column .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 28px;
}

.services-single-section .content-column .two-column {
    position: relative;
    margin-top: 40px;
}

.services-single-section .content-column .two-column.style-two .inner-content-column .column-inner {
    padding-left: 0px;
    padding-right: 30px;
}

.services-single-section .content-column .text .image-column {
    position: relative;
    margin-bottom: 45px;
}

.services-single-section .content-column .text .image-column .image {
    position: relative;
}

.services-single-section .content-column .text .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-single-section .content-column .text .inner-content-column {
    position: relative;
}

.services-single-section .content-column .text .inner-content-column .column-inner {
    position: relative;
    padding-left: 30px;
}

.services-single-section .content-column .text .inner-content-column h3 {
    position: relative;
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.services-single-section .content-column .text h4 {
    position: relative;
    color: #242424;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.services-single-section .content-column .cap {
    position: relative;
    color: #242424;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 18px;
}

.services-single-section .content-column .cap.alt {
    padding-bottom: 0px;
}

.services-single-section .content-column .cap.alt:after {
    display: none;
}

.services-single-section .content-column .cap:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background-color: #ffed00;
}

.services-single-section .content-column .services-lower {
    position: relative;
    margin-top: 60px;
}

.services-single-section .content-column .services-lower .image {
    position: relative;
}

.services-single-section .content-column .services-lower .image img {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 10px;
}

/*** ====================================================================	Home Banner style====================================================================***/
.home-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-one {
    position: relative;
}

.banner-one .image-column {
    position: relative;
}

.banner-one .image-column .inner {
    position: relative;
    padding-top: 100px;
    margin-left: -50px;
    margin-right: -120px;
}

.banner-one .text-column {
    position: relative;
    z-index: 2;
}

.banner-one .text-column .inner {
    position: relative;
    padding: 220px 0px 230px;
    margin-right: -100px;
    margin-left: -70px;
}

.banner-one.alternate .text-column .inner {
    padding: 250px 0px 245px;
}

.banner-one .title {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.banner-one .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7em;
    display: inline-block;
    margin-bottom: 40px;
}

.banner-one h2 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 20px;
}

.banner-one h2 span {
    position: relative;
    font-style: italic;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}

.banner-one.alternate h2 span {
    color: #ffffff;
}

.banner-one h2 span:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffed00;
}

.banner-one.alternate h2 span:after {
    background-color: #ffffff;
}

.home-banner .link-box .theme-btn {
    margin-right: 20px;
}

.banner-two {
    position: relative;
    padding: 200px 0px 180px;
}

.banner-two .text-column .inner {
    margin-right: -30px;
}

.banner-two h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 54px;
}

.banner-two h2 span {
    position: relative;
    font-style: italic;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}

.banner-two h2 span:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.banner-two .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7em;
    display: inline-block;
    margin-bottom: 40px;
}

.banner-three {
    position: relative;
    padding: 135px 0px 190px;
}

.banner-three .text-column .inner {
    position: relative;
}

.banner-three .title {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.banner-three h2 {
    position: relative;
    font-weight: 700;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 22px;
    font-size: 50px;
    font-style: italic;
    color: #29263a;
    margin-right: -70px;
    font-family: 'Playfair Display', serif;
}

.banner-three h2 span {
    position: relative;
    color: #ffffff;
    background: #ffed00;
    padding: 0px 5px 3px;
    display: inline-block;
}

.banner-three .text {
    position: relative;
    color: #29263a;
    font-size: 16px;
    line-height: 1.7em;
    display: inline-block;
    margin-bottom: 40px;
}
