* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body,
html {
    height: 100%;
    font-size: 15px;
    color: #424242;
    font-family: Poppins, sans-serif !important;
    vertical-align: baseline;
    line-height: 26px;
    background: #fff;
}
a:focus {
    outline: 0 solid;
}
header {
    z-index: 9999;
    width: 100%;
    float: left;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 600;
    font-family: poppins;
    color: #020e2a;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
a {
    transition: all 0.5s ease-out;
    text-decoration: none;
    color: #020e2a;
}
a:active,
a:hover {
    outline: 0 none;
    color: #000;
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.bl2 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-family: poppins;
    font-weight: 100;
    line-height: 31px;
}
::-moz-selection {
    background: #f3b72a;
    text-shadow: none;
    color: #000;
}
::selection {
    background: #f3b72a;
    text-shadow: none;
    color: #000;
}
input:focus,
textarea:focus {
    outline: 0;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
    background: #00a552;
    border-radius: 24px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.we_work .media::-webkit-scrollbar {
    width: 3px;
}
.we_work .media::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.we_work .media::-webkit-scrollbar-thumb {
    background: #b00;
    border-radius: 0;
}
.we_work .media::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.slider-overlay {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.blog-sec {
    padding-top: 59px !important;
}
.images-overlay {
    background-color: rgba(18, 188, 0, 0.96);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-50 {
    padding-bottom: 50px;
}
.bg-gray {
    background: #ececec;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
    width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px;
    margin-top: 30px;
}
.vid {
    margin-top: 1pc;
}
section.video-section iframe {
    width: 100%;
    height: 240px;
}
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222;
    border: 4px solid #fff;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}
.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222;
    border: 4px solid #fff;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}
.media-carousel .carousel-indicators li {
    background: silver;
}
.media-carousel .carousel-indicators .active {
    background: #333;
}
section.footer_client_logo .media-carousel img {
    width: 250px;
    height: 100px;
}
#scrollUp {
    background: #00a552 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 5px;
    color: #fff;
    font-size: 25px;
    height: 40px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
#scrollUp:hover {
    opacity: 1;
    color: #fff !important;
    background: #d9ba03;
}
#scrollUp i {
    display: block;
    font-weight: 700;
    padding-top: 6px;
}
.hd-style1 .hd-lft {
    overflow: hidden;
}
.faq-sec .media-body {
    width: 60%;
    float: left;
}
.faq-sec .star {
    margin: 3px auto;
    width: 40%;
    text-align: right;
    float: left;
    padding-right: 10px;
}
.faq-sec .media {
    border: 2px solid #c5c5c5;
    background: #fff;
    border-radius: 0;
    height: 23pc;
    box-shadow: 2px 2px 10px #44454621;
}
.faq-sec .star .fa-star {
    font-size: 14px;
}
.hd-sec {
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 0;
}
.hd-lft li {
    color: #f9f9f9;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-size: 14px;
}
.hd-lft li:last-child {
    padding-right: 0;
}
.hd-lft li i {
    margin-right: 10px;
    color: #e72922;
}
.hd-rgt {
    float: right;
}
.hd-rgt li {
    display: inline-block;
    position: relative;
}
.hd-rgt li a {
    color: #f9f9f9;
    font-size: 14px;
    padding-left: 8px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.36s ease-out 0;
}
.hd-rgt li a:hover {
    color: #f9f9f9;
}
.sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.logo {
    padding-top: 0;
    transition: all 0.36s ease-out 0;
    position: relative;
    z-index: 2;
    margin: -9px 25%;
    position: relative;
}
.mnmenu-sec {
    background: rgba(221, 221, 221, 0);
    width: 100%;
    float: left;
}
.main-menu > ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding-right: 40px;
    position: relative;
}
.main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}
.main-menu ul li.active {
    position: relative;
}
.main-menu ul li.active::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 4px;
    bottom: 18px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #1456c1;
    background: #1456c1;
}
.main-menu ul li.active a {
    color: #1456c1;
}
.main-menu > ul > li > a {
    display: block;
    font-size: 14px;
    padding: 29px 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0;
    position: relative;
    color: #fff;
}
.main-menu ul li ul:hover .main-menu ul li > a {
    background: #ddd;
}
.main-menu ul li a:hover {
    transition: all 0.4s 0 ease;
    color: #1456c1;
}
.main-menu ul ul {
    background: #1456c1;
    opacity: 0;
    position: absolute;
    text-align: left;
    transform: scale(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0;
    visibility: hidden;
    z-index: 99999;
    top: 65px;
    color: #fff;
}
.main-menu ul ul li {
    float: none;
    width: 277px;
    border-bottom: solid 1px #fff;
    padding: 5px 0;
}
.sub-menu {
    display: none;
}
li.mainmn:hover ul.sub-menu {
    display: block;
}
.hd-style1 .main-menu > ul > li > a {
    color: #1f1d1d;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
nav#main-menu {
    float: left;
    padding: 0;
    width: 100%;
}
.hd-style1 {
    font-family: "Lato", sans-serif;
    font-weight: 500;
}
.trapezium {
    border-bottom: 100px solid #333;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 100px;
}
.mniget {
    padding: 12px 14px;
    color: #fff;
    background: #00a552;
}
.mniget:active,
.mniget:hover {
    outline: 0 none;
    color: #fff;
    text-decoration: none;
}
.main-menu ul ul li a {
    padding: 6px 19px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
}
.main-menu ul ul li a:hover {
    background: #fff;
    color: #1456c1 !important;
}
.main-menu ul ul ul {
    top: 0;
    left: 100%;
}
.main-menu ul li:hover ul {
    visibility: visible;
    transition: all 0.4s ease 0;
    opacity: 1;
    transform: scale(1);
}
.main-menu ul li a i {
    font-size: 13px;
    margin-left: 6px;
    color: #fff;
}
.menu-icon {
    display: inline-block;
    padding: 34px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.site-search {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #e72922;
    border-radius: 100%;
}
.site-search i {
    color: #fff;
    cursor: pointer;
}
.search-forum > form {
    display: inline-flex;
    background: #e72922;
    padding: 10px;
}
.search-forum input[type="text"] {
    padding: 10px;
}
.search-forum input[type="submit"] {
    padding: 10px;
    background: #020e2a;
    color: #fff;
}
.menu-icon:hover .search-forum {
    visibility: visible;
    transition: all 0.4s ease 0;
    transform: scale(1);
    opacity: 1;
}
.search-forum {
    display: inline-block;
    left: -240px;
    opacity: 0;
    position: absolute;
    top: 94px;
    transition: all 0.4s ease 0;
    visibility: hidden;
    z-index: 2;
    transform: scale(0);
}
.index1 .main-menu > ul > li > a {
    color: #fff;
}
.slider.index1 .slider-text {
    top: 55%;
}
.hd-style1 .hd-sec {
    background: #1456c1;
    padding: 0;
    width: 100%;
    float: left;
}
.hd-style1 .hd-rgt {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    top: 6px;
}
ul.social li a img {
    width: 30px;
}
.fa-map-marker:before {
    content: "\f041";
    font-size: 25px;
    color: #fff;
}
.hd-style1 .hd-lft {
    padding: 6px 0;
}
.hd-style1 .hd-rgt {
    text-align: right;
}
.hd-style1 .hd-rgt li a {
    display: inline-block;
    color: #ddd;
    text-transform: capitalize;
    font-weight: 600;
}
.hd-style1 .hd-rgt ul {
    display: inline-block;
}
.hd-rgt li a:hover {
    color: #e72922;
}
.follow-title {
    display: inline-block;
    color: #e72922;
    font-weight: 700;
}
.hd-style1 .main-menu ul ul li:after {
    display: none;
}
.hd-style1 .site-search i {
    color: #fff;
    line-height: 30px;
}
.hd-style1 .main-menu ul li a i {
    color: #1456c1;
    font-size: 18px;
    font-weight: 800;
}
.mnmenu-sec.sticky_menu {
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 998;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.mnmenu-sec.sticky_menu .main-menu ul li a,
.mnmenu-sec.sticky_menu .site-search i {
    color: #1f1d1d;
}
.hd-style1 .main-menu ul li a i {
    color: #383636;
}
.slider.index2 .slider-text {
    top: 50%;
}
.why-choose-icon {
    margin: 0 auto 30px;
    width: 100px;
}
.mnmenu-sec.sticky_menu .main-menu ul li ul li a {
    color: #fff;
}
.checked {
    color: orange;
}
.star .fa-star {
    font-size: 40px;
}
.star {
    margin: 11px auto;
    text-align: center;
}
.why-choose-us-before .why-choose-item {
    margin-bottom: 60px;
}
.why-choose-us-before {
    padding-top: 10px;
}
.why-choose-us-before .sec-title {
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}
.why-choose-icon a img {
    width: 100px;
    height: 100px;
    border: solid 2px;
    padding: 20px;
    border-radius: 55px;
    background: #fff;
}
.why-choose-icon1 {
    background: red;
    margin-bottom: 20px;
}
.why-choose.why-choos-bg {
    background: #fff none repeat scroll 0 0;
    background-image: url(main.css);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}
.sec-title h1 tb {
    color: #1456c1;
}
.sec-title p {
    text-align: center;
    margin: 0;
    padding-top: 9px;
}
section.testimonial .why-choose-item {
    width: 100%;
    float: left;
    box-shadow: 2px 2px 10px #cccccc87;
    padding: 15px;
    height: 21pc;
}
.why-choose-us-before p {
    text-align: center;
    padding: 0 !important;
}
.why-choose-item a {
    color: #1456c1;
}
.why-choose-item img {
    filter: saturate(0.5);
}
.about-desc p {
    text-align: left;
}
.why-choose-us-before {
    position: relative;
    z-index: 2;
}
.why-choose-us-before::before {
    background-color: #fff;
    content: "";
    height: 120%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
}
.service2-sec {
    overflow: hidden;
    background: #fff;
    position: relative;
    padding-top: 30px;
}
.service2-sec .sec-title {
    margin: 0 0 60px;
    text-align: left;
    color: #fff;
}
.service2-sec .sec-title h1 {
    color: #fff;
}
.service2-details p {
    margin-bottom: 0;
    text-align: justify;
}
.service2-details a {
    font-weight: 700;
}
.service2-icon img {
    width: 69%;
    text-align: center;
}
.service2-details {
    width: 100%;
    float: left;
    padding-left: 18px;
}
.service2-inner .media h2 {
    font-family: poppins;
    font-size: 17px;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-bottom: 10px;
}
.service2-inner .media h2 a {
    color: #1456c1;
}
.my_srv .service2-inner {
    box-shadow: 2px 2px 10px #ccc;
    padding: 4px;
	height: auto;
    min-height: 35pc; 
}
.my_srv .service2-details {
    height: auto;
    overflow: visible;
}
.my_srv .service2-details::-webkit-scrollbar {
    width: 10px;
}
.my_srv .service2-details p {
    padding-right: 10px;
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
}
.my_srv .service2-details::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.my_srv .service2-details::-webkit-scrollbar-thumb {
    background: #888;
}
.my_srv .service2-details::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.my_srv .service2-details {
    padding-left: 0;
}
.my_srv .service2-icon img {
    width: 75%;
    float: none;
    margin: 0 auto;
}
.my_srv .service2-icon {
    width: 100%;
    float: left;
    padding-bottom: 12px;
    height: 15pc;
    text-align: center;
}
.service2-icon {
    float: left;
    text-align: center;
    width: 100%;
}
.service2-inner::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease 0;
    top: 0;
}
.service2-inner:hover.service2-inner::before {
    height: 0;
    transition: all 0.4s ease 0;
}
.service2-inner {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 3;
    background: #fff;
}
.service2-inner .media {
    padding: 10px;
}
.service2-details h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.service2-details h2 a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
}
.service2-item {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.faq-sec {
    width: 100%;
    float: left;
}
.we_work .media {
    border: none !important;
    box-shadow: 2px 2px 10px #ccc;
    padding: 20px;
    height: 28pc;
}
section.testimonial .media-body {
    width: 100%;
    float: left;
}
section.testimonial {
    width: 100%;
    background: #f7f7f7;
}
section.testimonial .media {
    border: none;
    background: #fff;
    border-radius: 0;
    height: 23pc;
    box-shadow: 2px 2px 10px #44454621;
}
section.testimonial .star {
    text-align: left;
    padding: 0 20px;
}
section.testimonial .star span {
    font-size: 9px;
}
.slider {
    position: relative;
    width: 100%;
    float: left;
}
.all-slide .owl-item {
    height: 550px;
}
.all-slide .single-slide {
    background-position: inherit;
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
}
.ml2 {
    font-weight: 900;
    font-size: 3.5em;
}
.blog-image img {
    margin: 40px 0;
}
.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}
.background_text p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.background_text h1 {
    font-size: 66px;
    color: #fff;
    font-family: Oswald, sans-serif;
}
span.hiring {
    position: absolute;
    background: #ea2041;
    font-size: 14px;
    width: 133px;
    text-align: center;
    padding: 2px 10px;
    color: #ffff;
    border-radius: 6px;
    bottom: 0;
    font-weight: 600;
    left: 0;
}
span.hiring a {
    color: #fff;
    text-decoration: none;
}
.background_text {
    padding: 2pc 0 4pc;
    text-align: center;
    float: left;
    width: 100%;
}
section.slider_sec_top_index {
    width: 100%;
    background: url(../images/digital_market.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.overlay_top {
    width: 100%;
    background: #0000006b;
}
ul.logo_slider li img:hover {
    filter: grayscale(1);
    cursor: pointer;
}
ul.logo_slider li img {
    transition: all 0.2s ease-out;
}
ul.logo_slider li {
    display: inline-block;
    margin: 0 26px;
    width: 15%;
}
ul.logo_slider li img {
    width: 100%;
}
span.hiring:before {
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-left: 20px solid transparent;
    left: 0;
    top: 18px;
    z-index: 9999;
    border-right: 10px solid #ea2041;
    border-bottom: 7px solid transparent;
    transform: rotate(30deg);
}
.slider-text {
    left: 0;
    position: relative;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.slider-wraper {
    width: 700px;
    overflow: hidden;
    padding: 20px 10px;
    position: relative;
    z-index: 999;
    text-align: left;
}
.slider-text h1 {
    color: #1456c1;
    font-size: 44px;
    text-transform: uppercase;
    transition: all 0.2s ease 0;
    font-weight: 500;
    line-height: 56px;
    font-family: "Roboto Slab", serif;
}
.slider-banner {
    color: #1456c1;
    font-size: 44px;
    text-transform: uppercase;
    transition: all 0.2s ease 0;
    font-weight: 500;
    line-height: 56px;
    font-family: "Roboto Slab", serif;
}

@media (max-width: 767px) {
    .logo a img {
        width: 100%;
        margin-top: 30%;
    }
}
@media (min-width: 768px) {
    .logo a img {
        width: 100%;
        margin-top: 34%;
    }
}
nav#main-menu {
    margin: 4px 25px;
}
div#myModal {
    z-index: 99999;
}
.nav-menu .col-md-9 {
    background-image: url(../img/menubg.png);
    height: 70px;
    background-repeat: no-repeat;
}
.slider-text h2 {
    color: #2a7cb9;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s ease 0;
    font-weight: 700;
    line-height: 25px;
    font-family: poppins;
    letter-spacing: 7px;
}

.slider-bannerdown {
    color: #2a7cb9;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s ease 0;
    font-weight: 700;
    line-height: 25px;
    font-family: poppins;
    letter-spacing: 7px;
}


h2 {
    font-size: 22px;
}
.slider-text p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    color: #000;
}
.slider-text li {
    display: inline-block;
    margin: 0 10px;
}
.slider-text li a {
    color: #e72922;
    display: inline-block;
    margin-top: 8px;
    padding: 12px 36px;
    text-transform: uppercase;
    border: 1px solid #e72922;
    font-weight: 700;
}
.slider-text li:last-child a {
    background: #e72922 none repeat scroll 0 0;
    color: #222;
}
.slider-text li:last-child a:hover {
    background: #fff none repeat scroll 0 0;
    transition: all 0.4s ease 0;
    color: #222;
}
.all-slide .owl-controls {
    position: absolute;
    top: 55%;
    width: 0;
    z-index: 99;
    transform: translateY(-50%);
    right: 110px;
}
.all-slide .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1;
}
.all-slide .owl-controls .owl-prev {
    left: 10px;
    position: absolute;
}
.all-slide .owl-controls .owl-next {
    right: 10px;
    position: absolute;
}
.all-slide .owl-controls .owl-next i,
.all-slide .owl-controls .owl-prev i {
    background: 0 0;
    color: #fff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.5s ease-out 0;
    width: 50px;
    border: 1px solid #fff;
}
.all-slide .owl-controls .owl-next i:hover {
    transition: all 0.5s ease-out 0;
    color: #e72922;
    border-color: #e72922;
}
.all-slide .owl-controls .owl-prev i:hover {
    transition: all 0.5s ease-out 0;
    color: #e72922;
    border-color: #e72922;
}
.all-slide.owl-theme .owl-dots .owl-dot span {
    background: #1456c1;
    border-radius: 100%;
    display: inline-block;
    height: 6px;
    left: -2px;
    margin: 3px;
    position: relative;
    top: -5px;
    transition: all 0.9s ease 0;
    width: 6px;
}
.all-slide.owl-theme .owl-dots .owl-dot span::before {
    width: 30px;
    height: 5px;
    background: #333232;
    position: absolute;
    content: "";
    left: -54px;
    top: 5px;
    transition: all 0.9s ease 0;
}
.all-slide.owl-theme .owl-dots .owl-dot.active span::before {
    width: 50px;
    height: 5px;
    background: #1456c1;
    position: absolute;
    content: "";
    left: -57px;
    top: 5px;
    transition: all 0.9s ease 0;
}
.sec-title span {
    display: block;
    width: 21px;
    height: 7px;
    background: #dc8a2c;
    margin: 0 auto;
}
.sec-title h1 {
    font-size: 32px !important;
    font-weight: 700;
    font-family: poppins;
    margin: 0;
}
.why-choose-item h2 {
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}
.sec-title {
    margin: 0 250px 60px;
    text-align: center;
}
.sec-title h1 {
    font-size: 25px !important;
    font-weight: 700;
    line-height: 34px;
}
.sec-title h1 span {
    position: relative;
    color: #e72922;
}
.border-shape {
    background-image: url(../img/shape.html);
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    height: 16px;
    left: 0;
    margin: -5px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
}
.sec-title p {
    margin-bottom: 0;
    margin-top: 0;
    text-align: justify;
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 17px;
    line-height: 27px;
}
.about {
    padding-bottom: 30px;
    padding-top: 50px;
}
.about h3 {
    text-transform: uppercase;
}
.service-sec {
    background: #f9f9f9;
}
.service-thumb img {
    width: 100%;
}
.why-choose i {
    font-size: 26px;
    height: 60px;
    text-align: center;
    width: 60px;
    color: #e72922;
}
.service-page .service-item .col-md-4.col-sm-6 {
    padding: 0 15px;
}
.service-page .service-inner {
    margin-bottom: 30px;
}
.service-item .inner:hover .service-icon i {
    background: #e72922 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.4s ease 0;
}
.service-icon i {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    transition: all 0.4s ease 0;
    color: #e72922;
    border-radius: 100%;
}
.service-item .media {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px 5px #ddd;
}
.service-item .inner {
    margin-bottom: 0;
}
.readmore {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    top: -8px;
    border-bottom: 1px solid;
}
.readmore:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #fff;
    right: -20px;
    position: absolute;
}
.service-item .inner h2 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
}
.service-item .inner:hover h2 a {
    color: #e72922;
}
.service-item .inner:nth-child(3n + 1) {
    clear: both;
}
.btn.rdmorebtn {
    background: #e72922 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.service-inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.service-details {
    height: 100%;
    padding: 20px;
    transition: all 0.4s ease 0;
    background: #fff;
    position: relative;
    z-index: 2;
}
.service-details::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #e72922;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease 0;
}
.service-inner:hover .service-details::before {
    width: 100%;
    transition: all 0.4s ease 0;
}
.service-inner:hover .service-details h2 a i {
    color: #fff;
    transition: all 0.4s ease 0;
}
.service-inner:hover .service-img {
    transform: scale(1.2);
    transition: all 0.4s ease 0;
}
.service-details h2 a span {
    float: right;
}
.service-details h2 a i {
    color: #e72922;
}
.service-details h2 {
    font-size: 18px;
}
.service-img {
    height: 190px;
    transform: scale(1);
    transition: all 0.4s ease 0;
}
.project-sec .item {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out 0;
    margin-bottom: 30px;
    transition: all 0.7s ease 0;
    background: #e72922;
}
.project-hoverlay::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #e72922;
    -moz-opacity: 0.75;
    opacity: 0.75;
    top: 0;
    left: 0;
    transition: all 0.7s ease 0;
}
.project-sec .item:hover:hover .project-hoverlay::before {
    width: 100%;
    transition: all 0.7s ease 0;
}
.project-hoverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.project-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.7s ease 0;
    visibility: hidden;
}
.project-text a,
.project-text h3 {
    transform: scale(0);
    transition: all 0.9s ease 0;
}
.project-sec .item:hover .project-text a {
    transform: scale(1);
    transition: all 0.9s ease 0;
}
.project-sec .item:hover .project-text h3 {
    transform: scale(1);
    transition: all 0.9s ease 0;
}
.project-sec .item:hover .project-text {
    transition: all 0.7s ease 0;
    visibility: visible;
}
.project-text a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #020e2a;
    line-height: 50px;
    border-radius: 100%;
    margin-bottom: 15px;
    color: #e72922;
}
.project-text h3 {
    text-transform: uppercase;
}
.project-thumb img {
    width: 100%;
    transition: all 0.7s ease 0;
    transform: scale(1);
    overflow: hidden;
}
.project-sec .item:hover .project-thumb img {
    transform: scale(1.2);
    transition: all 0.7s ease 0;
}
.project-gallery {
    margin-bottom: 50px;
}
.simplefilter {
    text-align: right;
    position: relative;
}
.shorttitle {
    display: none;
}
.simplefilter li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: all 0.7s ease 0;
}
.simplefilter li::before {
    position: absolute;
    top: 0;
    content: "";
    background: #020e2a;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0;
}
.simplefilter li.active::before {
    position: absolute;
    top: 0;
    content: "";
    background: #e72922;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    border-radius: 100%;
    transition: all 0.7s ease 0;
}
.why-choose .inner {
    margin-bottom: 30px;
}
.why-choose-item h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}
.why-choose-item .media-left a {
    width: 45px;
    display: inline-block;
    margin-right: 6px;
}
.why-choose-item .media-body p {
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
}
.why-choose-item i {
    float: left;
}
.read-more a {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
}
.read-more a::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    background: #e72922;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s ease 0;
}
.why-choose-item:hover .read-more a span i {
    color: #fff;
}
.why-choose-item:hover .read-more a::before {
    width: 100%;
    transition: all 0.4s ease 0;
}
.why-choose-item:hover .read-more a {
    color: #fff;
    border-color: #e72922;
}
.project-gallery-bg {
    position: relative;
}
.call-to-action-sec {
    background: #e72922 none repeat scroll 0 0;
    background-image: url(../img/call_to_action_bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.call-to-action-text p {
    margin-bottom: 0;
}
.call-to-action-text {
    color: #fff;
    margin-top: 80px;
}
.call-to-action-text h2 {
    color: #fff;
    text-transform: uppercase;
}
.call-to-action-text a.btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    font-weight: 700;
    margin-top: 30px;
    padding: 12px 36px;
    text-transform: uppercase;
    color: #020e2a;
    position: relative;
    z-index: 2;
    border: 0;
}
.call-to-action-text a.btn::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    background: #e72922;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s ease 0;
}
.call-to-action-sec:hover .call-to-action-text a.btn {
    color: #fff;
}
.call-to-action-sec:hover .call-to-action-text a.btn::before {
    width: 100%;
}
.call-to-action-img {
    max-width: 100%;
    height: 100%;
}
.call-to-action-img img {
    margin-top: -45px;
    float: right;
}
.botPad20 {
    padding-bottom: 20px;
    text-align: center;
}
.single-post-desc {
    text-align: justify;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}
.single-post-desc h2 a {
    width: 100%;
    transition: all 0.4s ease 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    font-family: raleway, sans-serif;
    color: #000;
    line-height: 25px;
}
.single-post-desc p {
    height: 25px;
    font-size: 15px;
    font-family: "Roboto Slab", serif;
}
.post-date {
    padding: 39px 0 0;
    border-bottom: none;
    width: 100%;
    background: #fff;
}
.post-date li {
    display: inline-block;
    margin: 0 10px;
}
.post-date li a {
    font-weight: 500;
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
}
.post-date li a i {
    color: #1456c1;
    margin-right: 7px;
}
.blog-thumb {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 250px;
}
.blog-thumb img {
    height: 100%;
}
.blog-thumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background-image: linear-gradient(to right, #00a552, #efaf2b);
    -moz-opacity: 0.75;
    opacity: 0.75;
    top: 0;
    left: 0;
    transition: all 0.7s ease 0;
    z-index: 3;
}
.single-post:hover .blog-thumb::before {
    width: 100%;
    transition: all 0.7s ease 0;
}
.single-post:hover .blog-thumb a {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s ease 0;
}
.blog-thumb a {
    color: #fff;
    padding: 12px 36px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    width: 170px;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}
.blog-thumb img {
    transform: scale(1);
    transition: all 0.8s ease 0;
}
.single-post:hover .blog-thumb img {
    transition: all 0.4s ease 0;
    transform: scale(1.2);
}
.single-post-desc h2 a {
    font-size: 18px;
    margin-top: 7px;
    display: inline-block;
    width: 100%;
    transition: all 0.4s ease 0;
}
.blog-thumb a:hover {
    background: #020e2a;
    border-color: #020e2a;
}
.single-post:hover .single-post-desc h2 a {
    color: #000;
}
.single-post-desc a.post-link {
    font-weight: 700;
    text-transform: uppercase;
    color: #e72922;
    font-size: 15px;
    letter-spacing: 0.36px;
}
.rd_more {
    padding-top: 14px;
}
.rd_more a button:hover {
    color: #00a552;
    background: none;
    border: 1px solid #00a552;
}
.rd_more a button {
    background: #a92133;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: all 0.2s ease-out;
}
.rd_more a {
    color: #fff;
    font-style: italic;
    font-family: "Lato";
    font-size: 20px;
}
.rd_more a button i {
    padding-left: 10px;
}
.blog-meta h4 a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.blog-meta h4 {
    margin-bottom: 10px;
}
.home-blog-sec .blog-item:hover .item img {
    transform: scale(1.2);
    transition: all 0.7s ease 0;
}
.item img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.7s ease 0;
}
.inner.blog-item {
    padding-left: 0;
    padding-right: 0;
}
.blog-item .item {
    margin-bottom: 15px;
    margin-left: 15px;
}
.blog-meta {
    bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 10px;
}
.blog-meta li {
    display: inline-block;
    padding: 5px 8px;
}
.blog-meta li a {
    color: #fff;
}
.blog-meta li a i {
    margin-right: 5px;
}
.blog-classic-sec .post-meta li:last-child {
    float: none;
}
.blog-classic-sec .single-post-text {
    padding: 0;
    border: none;
}
.blog-classic-sec .pagination.custom-pagination {
    text-align: left;
}
.blog-classic-img {
    position: relative;
    margin-bottom: 20px;
}
.single-post:hover .blog-classic-overlay {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease 0;
}
.single-post:hover .blog-classic-overlay::before {
    height: 100%;
    transition: all 0.4s ease 0;
}
.single-post:hover .blog-classic-overlay li a {
    transform: scale(1);
    transition: all 0.4s ease 0;
}
.blog-classic-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    transition: all 0.4s ease 0;
    opacity: 0;
}
.blog-classic-overlay::before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: #e72922;
    -moz-opacity: 0.75;
    opacity: 0.75;
    bottom: 0;
    left: 0;
    transition: all 0.7s ease 0;
}
.blog-classic-overlay ul {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.blog-classic-overlay li {
    display: inline-block;
    margin: 0 5px;
}
.blog-classic-overlay li a {
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    transform: scale(0);
    background: #020e2a;
}
.blog-sec.blog-bg {
    background-color: #fff;
    background-image: url(../img/blog_bg.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-post {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.single-blog.inner .single-post {
    margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
    padding: 0;
    margin-top: 25px;
}
.single-post-text {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    border: 1px solid #f0f0f0;
}
.single-blog.inner .single-post-text {
    padding: 0;
}
.single-blog.inner .single-post img {
    margin-bottom: 25px;
}
.single-blog.inner {
    margin-bottom: 40px;
}
.post-meta {
    display: inline-block;
    width: 100%;
}
.post-meta li {
    display: inline-block;
    margin-right: 10px;
    text-transform: capitalize;
    font-size: 14px;
}
.post-meta li a,
.post-tags li a {
    color: #e72922;
}
.post-meta li span,
.post-tags li span {
    color: #020e2a;
    float: left;
    font-weight: 600;
    margin-right: 10px;
}
.post-tags {
    display: inline-block;
    float: right;
}
.single-post-text a.post-link {
    color: #777;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #f0f0f0;
    padding: 10px 20px;
    position: relative;
}
.single-post:hover .single-post-text a.post-link {
    background: #e72922 none repeat scroll 0 0;
    color: #fff;
    border-color: transparent;
}
.blog-title h2 {
    color: #0f0f0f;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
}
.single-post-text a {
    color: #020e2a;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.pst_info {
    float: left;
    display: inline-block;
}
.post-date h2 {
    background: #e72922;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    color: #fff;
}
.blog-title {
    padding-bottom: 20px;
}
.single-post img {
    width: 100%;
}
.comment-list {
    border: 1px solid #fafafa;
    font-size: 18px;
    padding: 14px;
    text-align: center;
}
.comment-list h5 {
    margin-bottom: 0;
}
.single-post-text h2 {
    margin-bottom: 15px;
    margin-top: 5px;
}
.post-meta li:last-child {
    float: right;
    float: right;
}
.single-post-text li a {
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin-left: 1px;
    padding-right: 15px;
    text-transform: capitalize;
}
.single-post-text li a i {
    margin-right: 5px;
    color: #e72922;
}
.post-date h1 {
    background: #f3af1e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 13px;
    padding: 15px;
    text-align: center;
    text-transform: none;
}
.commentar-sec img {
    float: left;
    margin-right: 20px;
    width: 100px;
    border-radius: 100%;
    height: 100px;
    border-bottom: 2px solid #e72922;
}
.comment-author {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #020e2a;
}
.comment-time {
    color: #9a9999;
    font-family: open sans;
    font-size: 14px;
}
.commentar-sec .media.mt-3 {
    margin-top: 40px;
}
.single-post .contact-field h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #020e2a;
}
.commentar-sec h2 {
    margin-top: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.replay-button a {
    float: right;
    font-family: open sans;
    color: #aaa9a9;
    font-weight: 600;
}
.replay-button a:hover {
    color: #e72922;
}
.commentar-sec.author ul li {
    display: inline-block;
    margin-right: 20px;
}
.commentar-sec.author {
    position: relative;
}
.commentar-sec.author ul li a i {
    color: #cbc8c8;
}
.commentar-sec.author ul li a i:hover {
    transition: all 0.4s ease 0;
    color: #29ace4;
}
.commentar-sec.author .media-body {
    padding-left: 100px;
}
.commentar-sec.author .media {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 30px;
    padding: 30px 0;
    margin-left: 20px;
}
.author-thumb {
    border-radius: 100%;
    float: left;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 100px;
}
.author-thumb img {
    height: 100%;
    width: 100%;
}
.pagination.custom-pagination {
    text-align: center;
    width: 100%;
    margin: 0;
    position: relative;
    top: 6px;
}
.post-share-link {
    display: inline-block;
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-top: 30px;
}
.post-share-link span {
    background: #e72922;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
}
.post-share-link ul {
    display: inline-block;
    float: right;
    padding: 10px 0;
}
.post-share-link li {
    display: inline-block;
    margin-right: 20px;
}
.post-share-link li a {
    color: #d0cece;
}
.post-share-link li a:hover {
    color: #555;
    transition: all 0.4s ease 0;
}
.code-text {
    font-style: italic;
    padding: 10px 40px;
    font-size: 15px;
    position: relative;
}
.code-text::before {
    color: #bebaba;
    content: "ï„";
    font-family: fontawesome;
    font-size: 30px;
    left: 20px;
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    font-style: normal;
}
.sidebar h1 {
    display: inline-block;
    font-size: 20px;
    margin-top: 70px;
    text-transform: uppercase;
    width: 100%;
    color: #020e2a;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 40px;
}
.sidebar h1::before {
    background: #e72922 none repeat scroll 0 0;
    bottom: 22px;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
    right: 0;
}
.search-field form {
    display: inline-block;
    width: 100%;
    position: relative;
}
.search-field input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    padding: 10px 35px 10px 15px;
    width: 100%;
    border-radius: 50px;
}
.search-field button {
    color: #e0dddd;
    padding: 10px;
    position: absolute;
    right: 0;
    background: 0 0;
    top: 0;
}
.blog-sec .inner:nth-child(2n + 1) {
    clear: both;
}
.abt_dec > p {
    margin-top: 20px;
}
.sidebar ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0;
}
.sidebar ul li a:hover {
    transition: all 0.4s ease-in-out 0;
    color: #e72922;
}
.widget-archive li {
    position: relative;
}
.widget-archive li:last-child {
    border-bottom: none;
}
.widget-cat li:last-child {
    border-bottom: none;
}
.widget-cat li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}
.widget-tag li a:hover {
    transition: all 0.4s ease-in-out 0;
    color: #e72922 !important;
}
.relative-post h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #777;
}
.single_r_dec li {
    display: inline-block;
    margin-right: 10px;
}
.single_r_dec li a {
    font-weight: 600;
    text-transform: capitalize;
}
.single_r_dec li a i {
    color: #e72922;
    margin-right: 5px;
}
.relative-post {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
}
.relative-post-thumb {
    float: left;
    margin-right: 15px;
}
.single_r_dec a {
    color: #020e2a;
    line-height: 20px;
}
.single_r_dec a:hover {
    transition: all 0.4s ease-in-out 0;
    color: #e72922;
}
.all_r_pst .media {
    margin-top: 0;
}
.widget-archive li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}
.widget-archive li::before {
    color: #e72922;
    content: "\f101";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    position: relative;
    top: 0;
    padding-right: 14px;
}
.widget-archive li:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.widget-archive span {
    float: right;
}
.widget-tag a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #f9f9f9;
}
.author_dec h3 {
    margin: 0;
    color: #333;
    font-size: 14px;
    margin-bottom: 11px;
}
.author_info {
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    padding: 22px 0;
    margin-bottom: 30px;
}
.author_info > img {
    float: left;
    margin-right: 35px;
    height: 80px;
}
.social_link {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-flex;
}
.social_link li {
    list-style: none;
}
.social_link li a i {
    color: #363636;
    float: left;
    padding: 6px;
}
.donor-testimonial-widget.no-margin {
    margin-bottom: 0;
}
.testimonial-sec {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-attachment: fixed;
}
.testimonial-sec:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.24);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonial-text span.tst-sbtitle {
    color: #e72922;
    display: inline-block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
}
.testimonial-text {
    color: #fff;
}
.testimonial-text .sec-title {
    margin: 0;
}
.testimonial-text .sec-title h1 {
    color: #fff;
    text-align: left;
}
.testimonial-text > h1 {
    color: #e72922;
    font-size: 36px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.testimonial-text a {
    background-color: #e72922;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 14px 55px;
    text-transform: uppercase;
    border-radius: 50px;
}
.no-padding {
    padding: 0;
}
.all-testimonial2 .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}
.all-testimonial .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1;
}
.all-testimonial2 .owl-controls .owl-prev {
    left: 0;
    position: absolute;
}
.all-testimonial2 .owl-controls .owl-next {
    right: 0;
    position: absolute;
}
.all-testimonial2 .owl-controls .owl-next i,
.all-testimonial2 .owl-controls .owl-prev i {
    border: 1px solid #e72922;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out 0;
    width: 40px;
    border-radius: 100%;
    background: #e72922;
}
.all-testimonial2 .owl-controls .owl-next i:hover {
    transition: all 0.5s ease-out 0;
    background: #020e2a;
    color: #fff;
    border-color: #020e2a;
}
.all-testimonial2 .owl-controls .owl-prev i:hover {
    transition: all 0.5s ease-out 0;
    background: #020e2a;
    color: #fff;
    border-color: #020e2a;
}
.testimonial2 {
    margin-bottom: 10px;
}
.testimonial2 .inner {
    display: inline-block;
}
.testimonial2 .inner:first-child {
    border-right: 1px dashed #f6c405;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    right: 0;
    top: -14px;
}
.testimonial2 .client-info {
    position: relative;
    text-align: left;
}
.single-testimonial2 h2 {
    color: #f6c405;
    font-size: 22px;
    margin-bottom: 10px;
}
.all-testimonial2.owl-carousel.owl-theme .owl-item img {
    background: #fff;
    padding: 30px;
}
.testimonial2 .client-info h3 {
    margin-bottom: 0;
    color: #fff;
}
.single-testimonial2 {
    color: #f4f4f4;
    text-align: center;
    padding: 80px;
}
.testimonial2-sec {
    background: #f9f9f9;
}
.testimonial2-sec .client-info span,
.testimonial2-sec .testimonial-text,
.testimonial2-sec .testimonial-text .sec-title h1 {
    color: #020e2a;
}
.testimonial2-sec .all-testimonial.owl-theme .owl-dots .owl-dot {
    border-color: #020e2a;
}
.testimonial2-sec .all-testimonial.owl-theme .owl-dots .owl-dot.active {
    border-color: #e72922;
}
.pagehding-sec {
    background-image: url(../img/pg_hd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    background-size: cover;
}
.pagehding-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-heading h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.page-heading ul {
    text-align: center;
    margin-top: 10px;
}
.page-heading li {
    display: inline-block;
    position: relative;
    padding: 0 14px;
}
.page-heading li a {
    color: #fff;
}
.page-heading li:last-child a {
    color: #e72922;
}
.page-heading li::before {
    content: "/";
    height: 60%;
    position: absolute;
    right: -5px;
    top: 0;
    color: #fff;
}
.page-heading li:last-child::before {
    display: none;
}
.team-member {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0;
    z-index: 2;
    border-bottom: 2px solid #020e2a;
    background: #ddd;
}
.team-member::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease 0;
    top: 0;
    left: 0;
    background: #e72922;
}
.team-member:hover.team-member::before {
    width: 100%;
    transition: all 0.4s ease-in-out 0;
}
.team-member:hover .team-overlay {
    visibility: visible;
    transition: all 0.4s ease-in-out 0;
    -moz-opacity: 0.75;
    opacity: 0.75;
    top: 0;
    width: 100%;
}
.team-member:hover.team-member h2 {
    color: #fff;
    transition: all 0.4s ease-in-out 0;
}
.team-member:hover.team-member h3 {
    color: #fff;
    transition: all 0.4s ease-in-out 0;
}
.team-thumb {
    position: relative;
    overflow: hidden;
}
.team-overlay {
    position: absolute;
    width: 0;
    left: 0;
    height: 100%;
    top: 0;
    background: #e72922;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0;
}
.team-overlay ul {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 10px;
    transform: translateY(-50%);
}
.team-member img {
    width: 100%;
}
.team-member h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0;
}
.team-member h3 {
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0;
}
.team-overlay li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #282828;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.team-overlay li {
    transition: 0.4s;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    width: 100%;
    text-align: left;
    padding: 5px 0;
}
.team-member:hover .team-overlay li {
    transform: translateX(0);
}
.team-overlay li:nth-child(1) {
    transform: translateX(20px);
    transition-delay: 0.1s;
}
.team-overlay li:nth-child(2) {
    transform: translateX(40px);
    transition-delay: 0.2s;
}
.team-overlay li:nth-child(3) {
    transform: translateX(60px);
    transition-delay: 0.3s;
}
.team-overlay li:nth-child(4) {
    transform: translateX(80px);
    transition-delay: 0.4s;
}
.team-overlay li:nth-child(5) {
    transform: translateX(100px);
    transition-delay: 0.5s;
}
.team-member li i {
    color: #fff;
}
.testimonial-text.expert-team {
    position: relative;
    padding-bottom: 70px;
}
.testimonial-text.expert-team::before {
    position: absolute;
    content: "";
    background-image: url(../img/team_sec_bg.html);
    width: 100%;
    height: 100%;
    top: 0;
    left: -165px;
    background-repeat: no-repeat;
    z-index: -1;
}
.abtdsc-sec p {
    color: #fff;
}
.abt-lft h2 {
    color: #020e2a;
}
.abt-img img {
    width: 100%;
}
.hireTab ul li a {
    transition: 0.1s !important;
}
.about-sec .sec-title {
    margin: 0;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    color: #000;
}
.contact-info-text span {
    color: #070707 !important;
    font-family: "Roboto Slab", serif;
}
.about-desc {
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.about-text > span {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #e72922;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.about-text h1 {
    color: #020e2a;
    display: inline-block;
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.about-text h1 > span {
    color: #e72922;
}
.about-countup {
    margin-top: 50px;
}
.counting-inner {
    display: inline-block;
    padding-right: 80px;
}
.counting-inner:last-child {
    padding-right: 0;
}
.counting-inner h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
}
.counting-inner h4 {
    color: #020e2a;
    text-transform: capitalize;
    font-size: 20px;
    font-family: open sans;
}
.about-us-img {
    position: relative;
    z-index: 2;
    margin: 10px;
}
section.video-section {
    width: 100%;
    float: left;
    padding: 2pc 0;
    background: #ececec;
}
.about-sec {
    width: 100%;
    padding-bottom: 2pc;
    padding-top: 20px;
}
.video_content p {
    font-family: poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.video_content h1 {
    font-family: poppins;
    font-size: 19px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.video_contenttt h1 {
    background-color: #00a552;
    padding-left: 23px;
    border-radius: 32px;
    padding-bottom: 1px;
}
.video_content {
    width: 100%;
    float: left;
    padding: 20px 0;
}
section.video-section iframe {
    border: 2px solid #bbb4b4;
    padding: 6px;
}
.contact-info-icon {
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    margin-right: 10px;
}
.contact-page-sec .contact-field h2 {
    color: #282828;
    text-transform: capitalize;
    font-size: 22px;
}
.contact-field .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}
.contact-field.contact-form input {
    margin-bottom: 5px;
}
.contact-field.contact-form textarea {
    height: 110px;
}
.contact-field.contact-form input[type="submit"] {
    background: #4cc700;
    width: 150px;
    border-color: #4cc700;
}
.contact-info-text {
    padding-left: 45px;
    margin-bottom: 13px;
}
.contact-info-text h2 {
    color: #282828;
    font-size: 20px;
    text-transform: capitalize;
}
.contact-info-text span {
    color: #999;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.contact-field input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    color: #999;
}
.contact-field select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 13px 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #999;
    margin-top: 20px;
}
.contact-field .select-arrow::before {
    top: 30px;
    color: #999;
}
.contact-field .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.single-input-field textarea {
    border: 1px solid #ddd;
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-top: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #1456c1 none repeat scroll 0 0;
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 14px 30px;
    text-transform: uppercase;
    width: 170px;
    margin-top: 30px;
    font-size: 15px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
    background: #020e2a;
    transition: all 0.4s ease-in-out 0;
    border-color: #020e2a;
}
.contact-field {
    display: inline-block;
    width: 100%;
}
.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}
.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
footer {
    background: #070707;
    position: relative;
    width: 100%;
    float: left;
}
.foot_back {
    width: 100%;
    float: left;
}
.footer-sec {
    padding-top: 28px;
    padding-bottom: 0;
}
.footer-sec h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
span.inner-text {
    font-size: 14px;
}
.footer-sec p {
    color: #ededed;
    font-size: 15px;
    font-family: "Roboto Slab", serif;
}
.footer-wedget-one img {
    margin-bottom: 10px;
    margin-top: -20px;
}
.footer-social-profile li {
    display: inline-block;
    margin-right: 6px;
}
.footer-social-profile li:last-child {
    margin-right: 0;
}
.footer-social-profile li a {
    color: #ededed;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    position: relative;
    z-index: 2;
}
.footer-social-profile li a:hover {
    background: #00a552;
}
.footer-social-profile li a:hover i {
    color: #fff;
}
.footer-social-profile li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #00a552;
    left: 0;
}
.footer-wedget-one ul {
    margin-top: 15px;
}
.footer-wedget-three li i {
    display: inline-block;
    margin-right: 10px;
}
.ft-menu ul {
    padding: 0 20px;
}
.ft-menu h2 {
    display: inline-block;
    text-align: left;
}
.footer-widget-menu li:before {
    color: #00a552;
    content: "\f101";
    font-family: fontawesome;
    font-size: 14px;
    left: -4px;
    position: absolute;
    top: 0;
}
.footer-widget-menu li {
    position: relative;
}
.footer-widget-menu li a {
    color: #ededed;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 14px;
    text-transform: capitalize;
    font-family: "Roboto Slab", serif;
}
.footer-widget-menu li a:hover {
    color: #00a552;
    transition: all 0.4s ease 0;
}
.bussiness-time > span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.bussiness-time li {
    color: #ededed;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}
.bussiness-time li span {
    color: #e72922;
}
.wedget-newsletter form {
    background: #525459 none repeat scroll 0 0;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
}
.wedget-newsletter input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 10px 58px 10px 10px;
    text-transform: capitalize;
    width: 100%;
    font-style: italic;
    font-weight: 600;
    color: #282828;
}
.wedget-newsletter input[type="submit"] {
    background: #e72922 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    padding: 11px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.flicker-photo ul li {
    display: block;
}
.flicker-photo ul li img {
    display: inline-block;
    margin-bottom: 10px;
    width: 25%;
    float: left;
    margin-right: 10px;
}
.footer-bottom-sec {
    background: #070707;
    padding: 10px 0;
}
.footer-bottom-sec p {
    color: #f4f4f4;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.copy-right span,
.copy-right span a {
    color: #e72922;
    text-transform: capitalize;
}
.inner-item {
    color: #f4f4f4;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
}
.inner-item i {
    color: #00a552;
}
.appoitment-area {
    position: relative;
    overflow: hidden;
    background-image: url(../img/testimonial_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.faq-sec .sec-title {
    margin: 0;
    text-align: left;
    margin-bottom: 40px;
}
.faq-sec {
    padding-right: 0;
    padding-top: 20px;
}
.faq-single {
    margin-bottom: 30px;
}
.faq-single .icon {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-right: 0;
}
.faq-single .icon img {
    padding: 15px;
    width: 175px;
    height: 144px;
    border-radius: 100%;
    margin-right: 10px;
}
.main_heading_packages p {
    margin-top: 12px;
    font-weight: 300;
    font-size: 14px;
}
.main_heading_packages span {
    display: block;
    margin: 0 auto;
    height: 1px;
    width: 133px;
    background: #1456c1;
}
.main_heading_packages h1 {
    font-family: poppins;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.main_heading_packages {
    width: 100%;
    float: left;
    text-align: center;
    background: #f3f3f3;
    padding: 2pc 0 1pc;
}
section.packages_nw {
    width: 100%;
    float: left;
    padding: 3pc 0;
}
.main_packages {
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #1456c1;
    border-radius: 10px;
    transition: all 0.4s ease-out;
    position: relative;
}
.package-tab-box img.package-icon {
    display: inline-block;
    margin-bottom: 10px;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22;
    background-color: #fff0;
    width: 88px;
}
.package-tab-box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-top: 35px;
    text-transform: uppercase;
    padding: 10px;
    font-family: poppins;
    text-align: center;
    height: 3pc;
    max-height: 100%;
}
.package-price-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-bottom: 10px;
}
.package-tab-box .package-price-box + h3,
.package-tab-box .price-package-list + h3 {
    padding: 10px;
    background: #1456c1;
    color: #fff;
}
.package-tab-box h4 {
    font-size: 19px;
    margin: 15px 0;
    font-weight: 600;
    color: #1456c1;
    position: relative;
}
.package-price-box h4 strong {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #1456c1;
    text-align: center;
    margin-bottom: 0;
}
.package-price-box h4 small {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    color: #2e3030;
    margin-bottom: 0;
    position: absolute;
    right: 14%;
    bottom: -15px;
    font-family: poppins;
}
ul.price-package-list {
    list-style: none;
    padding: 0;
    padding-top: 30px;
    margin: 0;
    border-top: 2px solid #eee;
    font-family: poppins;
}
ul.price-package-list li {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: #2e3030;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.price-package-list li span {
    width: 75%;
    text-align: left;
    word-break: break-word;
    margin-bottom: 0.5rem;
    font-size: 13px;
}
ul.price-package-list li label {
    width: 25%;
    text-align: right;
    cursor: pointer;
    font-weight: 700;
    color: #1456c1;
    cursor: pointer;
}
a.btn-price-read-more {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background-color: #1456c1;
    border-radius: 23px;
    font-weight: 600;
    width: 100%;
    max-width: 55%;
    bottom: -20px;
    padding: 10px 0;
}
.btn-price-read-more {
    display: inline-block;
    outline: 0;
    border: 0;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}
.tab_packages ul.nav.nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
}
.tab_packages ul.nav.nav-tabs {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 97%;
    background: #1456c1;
    padding: 9px 0;
    border-radius: 106px;
    font-family: poppins;
    font-weight: 400;
    font-size: 14px;
}
.tab_packages .nav-tabs > li > a {
    background: 0 0;
    padding: 10px 48px;
    width: unset !important;
}
.tab_packages {
    width: 100%;
    float: left;
    text-align: center;
    padding: 2pc 0;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tab_packages .nav-tabs > li.active > a {
    background: #fff;
    width: unset;
    border-radius: 100px;
    color: #1456c1;
}
ul.my_nav > li.active > a:hover {
    background: #fff !important;
    color: #1456c1 !important;
    border-radius: 100px !important;
    width: unset !important;
    border: none !important;
}
ul.my_nav > li.active > a:focus {
    background: #fff !important;
    color: #1456c1 !important;
    border-radius: 100px !important;
    width: unset !important;
    border: none !important;
}
ul.my_nav > li.active > a {
    background: #fff !important;
    color: #1456c1 !important;
    border-radius: 100px !important;
    width: unset !important;
    border: none !important;
}
.main_packages:hover a.btn.btn-price-read-more {
    background: #f3b72a;
}
.main_packages:hover .package-tab-box .package-price-box + h3,
.package-tab-box .price-package-list + h3 {
    background: #00a552;
}
.main_packages:hover {
    background: #1456c1;
    color: #fff !important;
}
.main_packages:hover label {
    color: #fff;
}
.main_packages:hover span {
    color: #fff;
}
.main_packages:hover small {
    color: #fff;
}
.main_packages:hover strong {
    color: #fff;
}
.main_packages:hover h4 {
    color: #fff;
}
.main_packages:hover h3 {
    color: #fff;
}
section.banner_top {
    width: 100%;
    float: left;
    background: url(../images/6-Creative-Ways-to-Enhance-Your-Cannabis-Experience.png);
    padding: 6pc 0 3pc;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}
.banner_content_panel {
    width: 100%;
    float: left;
    background: #fff0;
    padding: 50px;
    text-align: center;
}
.banner_content_panel h1 {
    font-family: poppins;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 39px;
    color: #fff;
    line-height: 54px;
    text-shadow: 4px 4px 3px #0000008a;
}
button.banner_btn {
    padding: 14px 33px;
    background: #a92133;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: poppins;
    font-weight: 400;
}
.our-partner .partner-item {
    padding: 0;
}
.banner_content_panel p {
    font-weight: 500;
    color: #fff;
    font-size: 19px;
    font-family: poppins;
}
div#partner {
    background: #fff;
    width: 100%;
    padding: 2pc 0 3pc;
}
.our-partner .partner-item img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.6;
    transition: 0.4s ease-in-out;
}
.our-partner .partner-item:hover img {
    opacity: 1;
}
.mb-30 {
    margin-bottom: 30px;
}
section#about {
    width: 100%;
    float: left;
    padding: 5pc 0;
}
.section-title h2,
.section-title-left h2 {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.section-title h3,
.section-title-left h3 {
    color: #323232;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 22px;
    line-height: 44px;
}
.section-title-left .line-title {
    margin-bottom: 22px;
    width: 75px;
    height: 3px;
    background: #a92133;
    margin-top: 22px;
}
.about-img-two .overlay-about {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 2;
    background: #a92133;
    padding: 50px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.number-years {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 45px;
}
.about-img-two .pos-text span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
.about-img-two {
    position: relative;
    padding-left: 65px;
}
.about-img-two img {
    width: 100%;
}
section.service-banner {
    width: 100%;
    float: left;
    padding: 2pc 0;
    background: #f5f5fb;
}
.title_top {
    width: 100%;
    float: left;
}
.title_top h2 {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.text-center {
    text-align: center;
}
.title_top h1 {
    color: #323232;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 22px;
    line-height: 44px;
}
.title_top p {
    max-width: 630px;
    color: #9e9e9e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin: 25px auto 0;
}
.services-item-two .img-services {
    position: relative;
    background: #fff;
    padding: 10px 10px 0;
    overflow: hidden;
}
.services-item-two .img-services img {
    display: block;
    width: 40%;
    margin: 0 auto;
}
.services-item-two .content-box {
    background: #fff;
    text-align: center;
    padding: 35px;
    transition: 0.4s;
}
.services-item-two .content-box h4 {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.services-item-two .content-box .read-more {
    color: #898989;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    margin-top: 15px;
    border-bottom: 2px solid #898989;
    line-height: 20px;
    text-transform: uppercase;
}
.content-box p {
    font-size: 13px;
    line-height: 20px;
    color: #989595;
}
.mt-50 {
    margin-top: 3pc;
}
.support .centent-support {
    margin-right: 0;
    margin-left: 0;
    background: #fff;
    z-index: 10;
    padding: 100px 50px 70px;
    margin-bottom: -100px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 20px rgba(52, 47, 47, 0.12);
}
.section-title h3,
.section-title-left h3 {
    color: #323232;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 22px;
    line-height: 44px;
}
.centent-support p {
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    line-height: 24px;
}
.support {
    width: 100%;
    float: left;
    padding: 2pc 0 5pc;
}
.support select {
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f5f5fb;
    color: #323232;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: none !important;
}
.support input {
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f5f5fb;
    color: #323232;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: none !important;
}
.support input[type="submit"] {
    box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    background: #a92133;
    color: #fff !important;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 80px;
    margin-top: 0;
    float: left;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
section.client_Strategy {
    width: 100%;
    float: left;
    padding: 6pc 0 2pc;
    background: #f5f5fb;
}
.project-content p {
    color: #000;
    font-family: poppins;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}
.project-content h1 {
    color: #403e3e;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 800;
}
.project-content {
    width: 100%;
    float: left;
}
content {
    bottom: 0;
}
.img_client_panel {
    float: left;
    overflow: hidden;
    margin-top: 19px;
}
.img-project {
    width: 100%;
    float: left;
    position: relative;
    height: 9pc;
}
.img-project img {
    width: 100%;
    height: 100%;
}
.image-project-content {
    width: 100%;
    float: left;
    position: absolute;
    bottom: -163px;
    text-align: center;
    background: #a92133;
    padding: 16px 0 0;
    transition: all 0.4s ease-out;
}
.image-project-content h1 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.image-project-content p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.img_client_panel:hover .image-project-content {
    bottom: 0;
}
.image-project-content a i {
    padding-left: 10px;
}
.image-project-content a {
    font-family: poppins;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
}
section.last_img {
    width: 100%;
    float: left;
    padding: 2pc 0;
}
.content_heading_img {
    width: 100%;
    float: left;
}
.content_heading_img li span {
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    float: left;
    color: #908a8a;
}
.content_heading_img li {
    font-weight: 500;
}
.content_heading_img {
    width: 100%;
    float: left;
}
section.mmd_img img {
    width: 40%;
    margin: 0 auto;
}
section.mmd_img {
    width: 100%;
    padding-bottom: 1pc;
}
h2::selection,
label::selection,
button::selection {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wrapper {
    width: 90%;
    padding: 2rem;
    background: #fff;
    box-shadow:
        0 0 2.2px rgba(0, 0, 0, 0.028),
        0 0 5.3px rgba(0, 0, 0, 0.04),
        0 0 10px rgba(0, 0, 0, 0.05),
        0 0 17.9px rgba(0, 0, 0, 0.06),
        0 0 33.4px rgba(0, 0, 0, 0.072),
        0 0 80px rgba(0, 0, 0, 0.1);
}
form,
input,
textarea,
button {
    font-family: inherit;
    font-size: initial;
}
.form-group label {
    display: block;
    margin: 2rem 0 0.5rem;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 1rem 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    transition: border 0.15s;
}
.form-group input[type="text"],
.form-group input[type="email"] {
    height: 4.6rem;
}
.form-group textarea {
    resize: vertical;
}
.submit {
    font-weight: 700;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    border: none;
    background: rgba(173, 216, 230, 0.7);
    cursor: pointer;
    transition: background 0.15s;
}
i {
    margin-right: 0.5rem;
}
.submit:hover {
    background: rgba(173, 216, 230, 1);
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    border: 1px solid #222;
}
@media screen and (min-width: 576px) {
    .wrapper {
        width: 70%;
    }
}
@media screen and (min-width: 768px) {
    .wrapper {
        width: 55%;
    }
}
@media screen and (min-width: 992px) {
    .wrapper {
        width: 45%;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper {
        width: 35%;
    }
}
@media only screen and (max-width: 767px) {
    .banner_content_panel {
        padding: 14px 20px;
    }
    .banner_content_panel h1 {
        font-size: 21px;
        line-height: 30px;
    }
    .banner_content_panel p {
        font-size: 15px;
    }
    section.banner_top {
        padding: 0;
    }
    .our-partner .partner-item {
        float: left;
        width: 100%;
    }
    .title_top h1 {
        font-size: 18px;
        line-height: 26px;
    }
    .section-title h3,
    .section-title-left h3 {
        font-size: 18px;
        line-height: 9px;
    }
    section.client_Strategy {
        padding: 1pc 0 2pc;
    }
    .content_heading_img {
        padding-top: 1pc;
    }
    .support .centent-support {
        padding: 26px 20px 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024) {
    .mniget {
        font-size: 10px;
    }
    .main-menu ul li a {
        padding: 30px 4px !important;
    }
    .tab_packages .nav-tabs > li > a {
        padding: 10px 21px !important;
    }
    a.btn-price-read-more {
        font-size: 10px;
    }
    .package-tab-box h3 {
        font-size: 11px;
    }
    .footer-social-profile li {
        margin-right: 0;
    }
}
@media only screen and (min-width: 800px) {
    .footer-wedget-one img {
        max-width: 39%;
    }
    .social {
        float: left;
    }
}
.testicont {
    background: #fff;
    color: #000;
    text-align: justify;
    padding: 10px;
    margin: 0;
    border-radius: 0 0 14px 14px;
    height: 11pc;
    font-weight: 400;
    font-size: 16px;
    border-top: 1px solid #ccc;
    font-family: "Roboto Slab", serif;
}
section.testimonial .star {
    text-align: right;
    padding: 0 20px;
    margin: 0;
}
section.testimonial .star span {
    font-size: 9px;
}
.testi-title {
    font-weight: 700;
    font-size: 14px !important;
    text-align: left;
    margin-top: 5px;
    font-family: poppins;
    padding: 0 11px;
    color: #1456c1;
    display: flex;
}
.faq-single .media-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.appoitment-area .images-overlay {
    background: rgba(255, 255, 255, 0.9);
}
.appointment-form {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px 40px;
    top: 0;
    right: 0;
}
.appointment-form::before {
    background-color: #020e2a;
    content: "";
    height: 120%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -9;
    opacity: 0.92;
}
.appointment-form fieldset {
    margin-left: -15px;
}
.appoitment-area .appointment-form .sngl-field {
    margin-bottom: 30px;
    margin-top: 0;
}
.appoitment-area .appointment-form .sngl-field input {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #ddd;
    font-weight: 600;
    background: 0 0;
}
.appoitment-area .appointment-form .sngl-field textarea {
    border-top: 1px solid #fff;
    color: #ddd;
    border-radius: 0;
    font-weight: 600;
    margin-top: -15px;
    width: 100%;
    padding: 10px 0;
    background: 0 0;
}
.appoitment-area .appointment-form .sngl-field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    margin-bottom: 15px;
    color: #ddd;
    font-weight: 600;
    background: 0 0;
}
.appoitment-area .appointment-form .sngl-field select option {
    background: #020e2a none repeat scroll 0 0;
    color: #555;
}
.appoitment-area .appointment-form .filed-submitbtn input[type="submit"] {
    margin: 0;
    background: #e72922;
    border: 0;
    padding: 12px 40px;
    font-weight: 600;
    color: #fff;
    transition: all 0.4s ease 0;
}
.appoitment-area .appointment-form .filed-submitbtn input[type="submit"]:hover {
    background: #fff;
    color: #020e2a;
    transition: all 0.4s ease 0;
}
.appoitment-area .appointment-form .sngl-field .select-arrow {
    position: relative;
}
.appoitment-area .appointment-form .sngl-field .select-arrow:before {
    color: #fff;
    content: "\f107 ";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 10px;
}
.appoitment-area .appointment-form .sngl-field input[type="text"]::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}
.appoitment-area .appointment-form .sngl-field input[type="email"]::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}
.appoitment-area .appointment-form .sngl-field textarea::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}
.appoitment-area .appointment-form .sngl-field option::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
}
.appoitment-area .appointment-form .sngl-field input[type="text"]::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.appoitment-area .appointment-form .sngl-field input[type="email"]::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.appoitment-area .appointment-form .sngl-field textarea::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.appoitment-area .appointment-form .sngl-field option::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.appointment-form h2,
.company-openingtime h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #e72922;
}
.all-patner-sec {
    padding: 20px 0;
    background: #fff;
}
.all-patner.owl-carousel.owl-theme .owl-item {
    padding: 0 40px;
}
.single-patner:hover {
    border-color: #e72922;
}
.single-patner {
    height: 100px;
    padding: 30px;
    border: 1px solid #ebeaea;
}
.all-patner.owl-carousel.owl-theme img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.all-patner .owl-controls {
    position: absolute;
    top: 27%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%);
}
.all-patner .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1;
}
.all-patner .owl-controls .owl-prev {
    left: 20px;
    position: absolute;
    transition: all 0.4s ease 0;
    background: #fff;
}
.all-patner .owl-controls .owl-next {
    right: 20px;
    position: absolute;
    transition: all 0.4s ease 0;
    background: #fff;
}
.all-patner .owl-controls .owl-next i,
.all-patner .owl-controls .owl-prev i {
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #777;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out 0;
    width: 40px;
}
.all-patner .owl-controls .owl-next i:hover {
    transition: all 0.5s ease-out 0;
    background: #e72922;
    color: #fff;
    border-color: #e72922;
}
.all-patner .owl-controls .owl-prev i:hover {
    transition: all 0.5s ease-out 0;
    background: #e72922;
    color: #fff;
    border-color: #e72922;
}
.about-sec.pt-20 {
    padding: 20px 0;
}
.skill h2 {
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #635d5d;
    line-height: 0.1em;
    margin: 25px 0 40px;
}
.skill h2 span {
    background: #fff;
    padding: 0 10px;
    z-index: 3333;
    position: relative;
}
.nav-tabs {
    border-bottom: unset;
    float: right;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.portfolio_wrap .nav-tabs > li.active > a {
    color: #fff !important;
    cursor: default;
    background: url(../img/tb2.png) !important;
    background-size: cover;
    width: 180px !important;
    border: unset;
    border-radius: unset;
    margin: 0;
    text-align: center;
}
.nav-tabs > li > a {
    color: #fff;
    cursor: default;
    background: url(../img/tb1.png);
    background-size: cover;
    width: 180px;
    border: unset;
    border-radius: unset;
    margin: 0;
    text-align: center;
}
.nav-tabs > li {
    margin: 0 -9px;
}
.row.mniportfilio {
    margin: 20px 0;
}
.mnipreview {
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    background: #1456c1;
}
.pt-20 .col-md-4 {
    border-right: 1px solid #fff;
}
.mnipreview a {
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}
.mnipreview img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.nav-tabs > li > a:hover {
    border-color: #eee0 #eee0 #ddd0;
    background-color: unset;
}
i.fa.fa-android,
i.fa.fa-apple {
    color: #fff;
    font-size: 30px;
    margin: 10px 30px;
}
.pkg_divs li {
    float: left;
    min-height: 10px;
    text-align: center;
    width: 20%;
}
.active .pkg_money {
    background-color: #ffd81b;
    color: #101834;
}
.pkg_money {
    background-color: #ffd81b !important;
    color: #101834;
    background-color: #101834;
    border-radius: 50%;
    color: #fff;
    height: 160px;
    border: 2px solid #101834;
    padding-top: 25px;
    width: 160px;
}
.pkg_money > h2 {
    font-size: 36px;
    margin-bottom: 5px;
}
.nav-submenu-item a,
.pkg_money > h2 {
    font-weight: 500;
}
.pkg_money > h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
}
.pkgsubserv_div {
    width: 100%;
}
.keyopt_div span,
.pkg_money,
.pkgsubserv_div,
.recomm a {
    display: inline-block;
}
.pkgsubserv_div.ordbtn li {
    padding: 10px 0;
}
.pkgtyp_div h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}
.pkg_divs > div,
.pkg_dtl_wrap > div {
    display: inline-block;
    width: 100%;
}
.keyopt_div {
    background-color: #101834;
    margin-bottom: 3px;
}
.keyopt_div li:first-child {
    padding-left: 10px;
    text-align: left;
}
.keyopt_div li {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0;
}
.keyopt_div li:nth-child(3) {
    color: #ffd81b;
    font-size: 22px;
    margin-top: -5px;
}
.keyopt_div + .keyopt_div {
    background-color: rgba(0, 0, 0, 0);
}
.pkg_mainserv_div {
    background-color: #ffd81b;
    color: #101834;
    margin-bottom: 4px;
    padding: 10px;
    text-align: center;
}
.pkgsubserv_div {
    width: 100%;
}
.pkg_subserv_wrap .pkgsubserv_div:nth-child(2n) li:first-child,
.pkg_subserv_wrap .pkgsubserv_div:nth-child(2n + 1) li:first-child {
    background: rgba(0, 0, 0, 0);
}
.pkgsubserv_div li:first-child,
.pkgsubserv_div li:last-child {
    border-right: 0;
}
.pkgsubserv_div li:first-child {
    font-size: 15px;
    text-align: left;
}
.pkg_subserv_wrap .pkgsubserv_div:nth-child(2n + 1) li {
    background-color: #ededed;
    min-height: 35px;
}
.pkgsubserv_div li:nth-child(1n + 1) {
    font-weight: 500;
}
.pkgsubserv_div li {
    border-right: 3px solid #fff;
    padding: 8px 10px;
    background: #fff;
}
.pkg_subserv_wrap .pkgsubserv_div li:nth-child(4) {
    background-color: #101834;
    color: #ffd81b;
}
.pkg_subserv_wrap .pkgsubserv_div li:nth-child(2) {
    background-color: #0b1658;
    color: #ffd81b;
}
.keyopt_div + .keyopt_div li {
    color: #101834;
}
.keyopt_div li {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0;
}
.pkg_mainserv_div > h3 {
    margin: 0;
}
.no_icon img,
.yes_icon img {
    width: 15px;
    height: 15px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.mnipackage {
    width: 80%;
    margin: 5% auto;
}
@media (max-width: 640px) {
    .main-slider h4 {
        font-size: 13px;
        padding: 12px 10px !important;
    }
    .main-slider h1 {
        font-size: 13px;
        padding: 10px !important;
    }
    .mnipackage {
        width: 100%;
        margin: 5% auto;
    }
    .pkgsubserv_div li:first-child {
        font-size: 8px;
        text-align: left;
    }
    .pkg_money {
        height: 55px;
        padding-top: 2px;
        width: 55px;
    }
    .pkg_money > h4,
    .pkgtyp_div h3,
    .pkgtyp_div.is_stuck .pkg_money > h4,
    .pkgtyp_div.is_stuck h3 {
        font-size: 10px;
    }
    .pkg_money > h2,
    .pkgtyp_div.is_stuck .pkg_money > h2 {
        font-size: 10px;
    }
    .keyopt_div li:first-child {
        padding-left: 10px;
        text-align: left;
        font-size: 10px;
    }
    .btn-group-lg > .btn,
    .btn-lg {
        padding: 4px;
        font-size: 9px;
        line-height: 1.3333333;
        border-radius: 6px;
    }
    .slider-wraper p {
        font-size: 10px !important;
        color: #000 !important;
    }
}
@media (max-width: 800px) {
    .pkg_money {
        height: 55px;
        padding-top: 4px;
        width: 55px;
    }
    .btn-group-lg > .btn,
    .btn-lg {
        padding: 4px;
        font-size: 9px;
        line-height: 1.3333333;
        border-radius: 6px;
    }
    .pkg_money > h4,
    .pkgtyp_div h3 {
        font-size: 8px;
    }
    .pkg_money > h2 {
        font-size: 8px;
    }
    .slider-wraper p {
        font-size: 10px !important;
        color: #000 !important;
    }
    .all-slide .single-slide {
        background-position: center center;
        background-size: contain;
        min-height: 331px;
        background-repeat: no-repeat;
        background-color: #9deffe38;
    }
    .main-slider h4 {
        font-size: 13px;
        padding: 12px 10px !important;
    }
    .main-slider h1 {
        font-size: 13px;
        padding: 10px !important;
    }
}
.main-slider {
    position: relative;
    z-index: 10;
}
.main-slider .tp-caption {
    z-index: 5 !important;
}
.main-slider .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, 0) !important;
}
.main-slider h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px #000;
    font-size: 25px !important;
    padding: 12px 36px !important;
    margin-top: 14px !important;
}
.main-slider h1 {
    font-weight: 700;
    line-height: 1.6em;
    color: #00bea4;
    font-size: 30px;
    text-transform: capitalize;
}
.main-slider h4 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px #00000052;
}
.main-slider .text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.8em;
}
.main-slider .btn-style-one {
    color: #fff !important;
}
.main-slider .btn-style-two {
    color: #00bea4 !important;
}
.main-slider .btn-style-two:hover {
    color: #fff !important;
}
.main-slider .tp-bullets.preview3 .bullet {
    background: #9c9b9d !important;
    width: 15px !important;
    height: 5px !important;
    border: 0 !important;
    border-radius: 5px !important;
    margin: 0 8px;
}
.main-slider .tp-bullets.preview3 .bullet.selected,
.main-slider .tp-bullets.preview3 .bullet:hover {
    border-color: #00bea4 !important;
    background: #00bea4 !important;
}
.main-slider .tparrows.preview3 {
    background: 0 0 !important;
    width: 50px !important;
    overflow: hidden;
    margin-top: -10px !important;
    height: 50px !important;
}
.main-slider .tparrows.preview3::after {
    top: 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    height: 44px !important;
    line-height: 42px;
    width: 44px !important;
    padding: 0;
    border-radius: 50%;
    background: 0 0;
}
.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: "\f060";
    font-family: FontAwesome;
}
.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: "\f178";
    font-family: FontAwesome;
}
.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important;
}
.main-slider .tparrows.preview3:hover::after {
    color: #fff;
    background: #00bea4;
    border-color: #00bea4;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.main-slider .tp-bannertimer {
    display: none !important;
}
.social-review-item h3 {
    font-size: 40px !important;
    color: #fff !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.virtualrealestate {
    margin-top: 70px;
}
.realstatepoint {
    color: #000;
    margin-left: 20px;
}
.commitment-box{
    margin: 40px auto;
    padding: 28px 32px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
    border: 1px solid #e5e5e5;
}

.commitment-box h2{
    margin-top: 0;
	text-align:center;
}

.commitment-box ul{
    padding-left: 20px;
}

.commitment-box li{
    margin-bottom: 12px;
    line-height: 1.6;
}

.faq-accordion{
  max-width:900px;
  margin:auto;
  font-family:Arial, sans-serif;
}

.faq-item{
  border-bottom:1px solid #e5e5e5;
}

.faq-question{
  width:100%;
  padding:16px;
  background:#1456c1;
  color:white;
  font-family: Poppins, sans-serif !important;
  border:none;
  text-align:left;
  font-weight:600;
  font-size:16px;
  cursor:pointer;
}

.faq-question:after{
  content:"+";
  float:right;
  font-size:18px;
}

.faq-item.active .faq-question:after{
  content:"−";
}

.faq-answer{
  display:none;
  padding:15px;
  background:#fff;
  line-height:1.6;
  font-size:15px;
  font-family: Poppins, sans-serif !important;
  text-align:left;
}

.faq-item.active .faq-answer{
  display:block;
}