/*
*    Zizo v1.1 Custom Styles
*    by FancyTemplate
*    Author: FancyTemplate
*    Author URI: http://fancytemplate.com/
*    Template URI: http://fancytemplate.com/zizo-demo
*
*    Table of Contents
*    -------------------------
*    1.  Default
*    2.  Preloader
*    3.  Default Bootstrap changes
*    4.  Section Style
*    5.  Main Nav
*    6.  Hero
*    7.  About Section
*    8.  Publishers Section
*    9.  Screen Showcase Section
*    10. Video Showcase Section
*    11. Team Section
*    12. Counter Section
*    13. Pricing Section
*    14. Testimonial Section
*    15. Contact Section
*    16. Footer
*
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,700i,900,900i&display=swap');

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    font-family: 'Montserrat', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    color: #616060;
}
body,
figure {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px;
	color: #4a4a4a
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 18px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
/*  Preloader  */

#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 10000;
    height: 100%;
}
#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
#back-to-top {
    position: fixed;
    opacity: 0.8;
    filter: alpha(opacity=40);
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    text-align: center;
    background: #349ceb;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
}
#back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#back-to-top a {
    color: #fff;
}
#back-to-top a i {
    width: 40px;
    height: 40px;
}
/*  Default Bootstrap changes  */

.row-no-padding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .row > [class*="col-"] {
        margin-bottom: 20px;
    }
    .row-no-padding > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*  Navigation Style  */

.secondary-header {
    background-color: #1a212d;
	padding: 10px 0 0;
	color: #7c7e83;
}
.secondary-header a {
    color: #7c7e83;
}
.secondary-header a:hover {
    color: #e1a006;
}
.navbar-brand {
    padding: 5px 15px;
}
nav.navbar .navbar-brand img.logo {
    width: 210px;
}

nav.navbar.hugenav ul.nav > li > a {
    color: #fff;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}
.hugeNav-account > ul > li > a {
    padding: 18px 15px;
}
nav.navbar.hugenav ul.nav > li > a:hover {
    color: #0786e7 !important;
}
.skinSeven .navbar-nav > li > a::before {
    /* background: #ffb400; */
}
nav.hugenav a,
nav.hugenav a:visited {
    text-decoration: none;
    color: #000 !important;
}
nav.hugenav a:hover {
    color: #e1a006 !important;
}
ul.cart-list > li.total > .btn,
.hugeNav-account > ul > li > a span.badge {
    background-color: #e1a006;
}
.hugeNav-sidebarMenuContent {
    background-color: #232323;
}
nav.navbar.hugenav.no-background.navbar-fixed-top {
    position: fixed;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
}
nav.navbar.hugenav li.dropdown ul.dropdown-menu.search-dropdown {
    background-color: rgba(0, 0, 0, 0.55);
    border: 0;
}
nav.navbar.hugenav li.dropdown ul.dropdown-menu.search-dropdown .form-control {
    color: #fff;
	width: 110%;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-search {
    position: absolute;
    top: 23px;
    right: 25px;
    background-color: transparent;
    color: #fff;
    border: 0;
}
.btn-search:hover {
    background-color: transparent;
    color: #e1a006;
    border: 0;
}
@media (max-width: 1023px) {
    nav.navbar.hugenav.no-background {
        background-color: transparent;
        border: none;
        position: absolute;
        z-index: 9999;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }
    .hugeNav-account > ul > li > a {
        padding: 15px 15px;
    }
}
@media (max-width: 992px) {
	nav.navbar.hugenav ul.nav > li > a {
		padding: 5px 15px;
	}
    nav.navbar.hugenav.no-background {
        background-color: transparent;
    }
    nav.navbar.hugenav .navbar-toggle {
        background-color: transparent;
        color: #000;
    }

    .navbar-toggle i {
        font-size: 29px !important;
    }
    nav.navbar.hugenav .navbar-collapse.collapse.in {
        background-color: #EBF6FF;
    }
    nav.navbar.hugenav ul.nav li.dropdown ul.dropdown-menu {
        background-color: transparent;
    }
	nav.hugenav .hugeNav-megamenuContent .title {
		color: #fff;
		margin-bottom: 20px;
	}
	.hugeNav-account > ul > li.dropdown ul.dropdown-menu {
		margin-left: 20px;
	}
	.btn-search {
		right: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	nav.navbar.hugenav .navbar-collapse.collapse.in {
		background-color: rgba(0, 0, 0, 0.6);
		margin: 0 -15px;
	}
	nav.navbar.hugenav ul.nav li.dropdown ul.dropdown-menu {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.hugeNav-megamenuContent>li {
		padding: 10px 30px;
	}
	.btn-search {
		right: 20px;
	}
}
/*  Section Style  */

.sec-padding {
    padding: 50px 0 90px;
}

.sec-dark {
    background: #f5f5f5;
}
.sec-title {
    margin-bottom: 50px;
    text-align: center
}
.sec-title h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin-top: 40px;
}

.sec-title h2:before {
    content: '';
    display: block;
	position: relative;
	top: 54px;
    width: 120px;
    border-bottom: 3px solid #0786e7;
    margin: 0 auto;
}
.sec-title p {
    width: 40%;
    display: block;
    margin: 0 auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #7b7777;
}
.icon-arrow {
    list-style: none;
    padding: 0;
}

ul {
    list-style: none;
}
 .icon-arrow li:before {
    font-family: FontAwesome;
    content: /*url('img/Bullet.png')*/ "";
    display: inline-block;
    margin-right: 10px;
    color: #3E4EFF;
    border-radius: 5px;
    font-size: 16px;
}
@media (max-width: 991px) {
    .sec-title p {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .sec-title p {
        width: 95%;
    }
}
/*  Hero  */

#hero {
    display: block;
    overflow: hidden;
    padding: 0;
    background: #EBF6FF;
    background-size: cover;
}
#hero.full-height {
    height: 90%;
}
#hero .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
#hero .carousel-fade .carousel-inner .active {
    opacity: 1;
}
#hero .carousel-fade .carousel-inner .active.left,
#hero .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
#hero .carousel-fade .carousel-inner .next.left,
#hero .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
#hero .carousel-fade .carousel-control {
    z-index: 2;
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-inner .item {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
    top: 0;
    bottom: 0;
    display: block;
    text-align: left;
    color: #fff;
    text-shadow: none;
}
#hero .caption {
    margin-top: 35%;
}
#hero .caption h1 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}
#hero .caption h1 span {
    color: #3E4EFF;
}
.caption-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.caption-image img {
    display: block;
    float: right;
    margin-top: 10%;
    width: 100%;
}

.caption p {
    font-size: 16px;
    font-weight: 600;
    margin-top: -18px;
    color: #000;
}

.caption img {
    width: auto;
    height: 18px;
    margin-right: 5px; 
}
.btn-download {
    border-radius: 35px;
    background: #0058FF;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 160px;
    height: 45px;
    margin-right: 15px;
    text-align: center;
    box-shadow: 0px 3px 10px #0808083d;
}
.btn-download:hover {
    background: #0786e7 ;
    color: #000;
    border: 1px solid #0786e7 ;
}
.btn-download i {
    padding-right: 5px;
}
.btn-download span {
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
}

.caption .sign {
    font-size: 14px;
    font-weight: 700;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .caption-image img {
        width: 70%;
    }
}
@media (max-width: 1023px) {    
    .caption-image img {
		width: 100%;
		margin-right: 0px;
		margin-top: 0%;
	}
}
@media (max-width: 991px) {
    #hero .caption {
        margin-top: 100%;
    }
    .caption-image {
        margin-top: 10%;
        width: 420px;
    }
}
@media (max-width: 768px) {
    #hero .caption {
        margin-top: 85%;
    }
}
@media (max-width: 767px) {
    #hero .caption h1 {
        font-size: 25px;
    }

    #hero .caption p {
        line-height: 1.5;
        font-size: 18px;
        margin-top: 30px;
    }
    .caption-image {
        float: left;
        left: 10px;
        margin-right: 0px !important;
    }

    hr {
        width: 70px !important;
    }
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
    #hero .caption {
        margin-top: 7%;
    }
    #hero .caption h1 {
        margin-bottom: 0;
    }
    .btn-download {
        margin-top: 0;
    }
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
    #hero .caption {
        margin-top: 10%;
    }
}
@media only screen and (min-width: 700px) and (max-width: 767px) {
    #hero .caption {
        margin-top: 15%;
    }
}
@media (max-width: 499px) {
    #hero .caption {
        margin-top: 30%;
    }
}
.video-bg {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}
.video-sec,
.video-bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .video-sec {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-sec {
        width: 300%;
        left: -100%;
    }
}
/* About Section */

#about {
    padding-bottom: 0;
}
.block-title2 h6 {
    font-size: 14px;
    margin: 0;
    color: #909090;
}
.block-title2 h3 {
    max-width: 80%;
	font-weight: 700;
    font-size: 20px;
    color: #333;
	margin-top: 5px;
}

.block-title2 h2 {
    font-weight: 700;
    font-size: 26px;
    color: #333333 ;
}

 hr {
    border: 2px solid #3E4EFF;
    width: 250px;
    margin: -32px 0 0 150px;
    padding: 0px 91px 0 45px;  
}

.block-text {
    margin-top: 30px;
}

#about p {
    line-height: 1.7;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.about-details ul {
    margin-top: 20px;
}

#about .about-img {
    margin-top: 50px;
}
.about-details ul li {
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
}
@media (max-width: 1023px) { 
    #about {
        padding-bottom: 30px;
    }
    .about-details {
        padding-top: 20px;
    }
}
@media (max-width: 499px) {
    .about-details ul.icon-arrow li {
        width: 100%;
    }
}

/* We Work With Section*/

#we-work-with{
    padding: 50px 0px;
}

#we-work-with hr {
    margin-left: 230px !important;
}

#we-work-with .box-sec {
    padding: 0px 100px;
}

#we-work-with .box {
    height: 135px;
    width: 155px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 8px 15px #1e6afb1f;
    -moz-box-shadow: 0px 8px 15px #1e6afb1f;
    box-shadow: 1px 8px 15px #1e6afb1f;
    border-radius: 25px;
    text-align: center;
    margin: 140px 0px 30px;
}

#we-work-with .box img {
    width: auto;
    height: 60px;
    margin-top: 15px;
}

#we-work-with .box p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;
}

@media (max-width: 576px) {
    #we-work-with hr {
        width: 10px !important;
    }

    #we-work-with .box-sec {
        padding: 0px !important;
    }

    #we-work-with .box {
        margin: 60px 0px 10px !important;
    }

    #datasection p {
        margin-left: -15px !important;
    }
}

/* We work With Section Ends*/

/* Data Point Section */

#datasection {
    padding: 50px 0px;
    background-color: #EBF6FF;
}    

.point-sec {
    text-align: center;
    padding: 0px 8px 30px;
}

#datasection .box2 {
    height: 140px;
    width: 140px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 8px 15px #1e6afb1f;
    -moz-box-shadow: 0px 8px 15px #1e6afb1f;
    box-shadow: 1px 8px 15px #1e6afb1f;
    border-radius: 50%;
    text-align: center;
}

#datasection .point-sec h1 span {
    color: grey !important;
    font-weight: 700;
}

.point-sec h1 {
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 43px 10px;
    font-size: 32px;
}

#datasection img {
    width: auto;
    max-height: 30px;
    margin: -23px 18px 0 0; 
}

#datasection p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
}

/* Data Point Section Ends */

/*  Publishers Section  */

#Publishers {
    background-color: #FFF;
    background-size: cover;
}

.Publishers-icon {
    text-align: center;
}

.Publishers-icon img {
    width: auto;
    height: 50px;
}

.publish {
    padding: 30px 0 0;
}
/*.Publishers-icon .fa {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 35px;
    color: #0786e7;
}*/
/*.Publishers-item:hover .Publishers-icon .fa {
    opacity: 0.9;
}*/
/*.Publishers-icon:before {
    position: absolute;
     content: ""; 
    height: 20%;
    border-left: 2px dashed #0786e7;
    transform: rotate(-43deg);
    left: 110%;
    top: 106px;
    transition: all 0.3s ease;
}*/
.Publishers-details {
    margin-top: 55px;
    padding: 35px 15px;
    transition: all 0.3s ease;
    background-color: #fff;
    /*box-shadow: 0 1px 1px 1px rgba(236, 236, 236, 1);*/
    border-radius: 10px;
    border:2px solid #B7C4FF;
}
.Publishers-details h2 {
    color: #555;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.Publishers-details p {
    font-weight: 300;
    margin-top: 10px;
    font-size: 12px;
}
/*.Publishers-item:hover .Publishers-details,
.Publishers-item:hover .Publishers-icon,
.Publishers-item:hover .Publishers-icon:before {
    border-color: #B7C4FF;
    background-color: transparent;
}
.Publishers-item:hover .Publishers-details {
    border:2px solid #B7C4FF;
    background: transparent;
}*/
@media (max-width: 767px) {
    #Publishers {
        padding-bottom: 30px;
    }
    .Publishers-item {
        margin-bottom: 30px;
    }
    .Publishers-details {
        padding: 15px;
    }
}
/*  Screen Showcase Section  */

.slick-dots {
    display: block !important;
    height: 12px;
    margin-top: 30px;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    vertical-align: top;
    width: 12px;
}
.slick-dots li button:focus {
    outline: none;
    border: 1px solid #ffb400;
}
.slick-dots li.slick-active {
    padding: 0;
}
.slick-dots li button {
    background-color: transparent;
    border: 1px solid #949494;
    border-radius: 50px;
    height: 100%;
    text-indent: -99999px;
    width: 100%;
}
.Advertisers-items .slick-list {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
.Advertisers-item {
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.Advertisers-item.slick-active {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2;
}
.Advertisers-item.slick-center {
    position: relative;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 3;
}
.Advertisers-item img {
    width: 100%;
}

#Advertisers p {
    font-size: 13px;
    font-weight: 500;
}

#Advertisers hr {
    width: 200px;
    margin-left: 200px;
}

#Advertisers img {
    max-width: 90% ;
}

@media (max-width: 576px) {
    #Advertisers hr {
        margin-left: 170px !important;
    }

    .demand-sec {
        padding: 10px 0px !important;
    }
}

/* Advertiser Section Ends */

/* Demand Partners */

#demand {
    padding: 50px 0px;
    background-color: #EBF6FF;
}    

.demand-sec {
    text-align: center;
    padding: 30px 50px 30px;
}

#demand img {
    height: auto;
    width: 150px;
    margin-top: 20px;
}

#demand p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
}

/* Demand Partnes Section Ends*/

/* Supply Partner Section */

/*#supplypart {
    padding: 30px 0px 40px !important;
}*/

#supplypart hr{
    margin-left: 250px;
    width: 60%;
}

#supplypart {
    padding: 30px 0px 30px !important;
}
.supply-sec, .integrate-sec {
    text-align: center;
    padding: 50px 40px 0px;
}

.supply-sec img, .integrate-sec img {
    height: auto;
    width: 160px;
    margin-top: 20px;
}

.supply-sec p, .integrate-sec p {
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
}

/* Supply Partner Section Ends */

/* Integration Partner Section */

#integration .block-title2 h2 {
    float: right;
    margin-top: -20px;
}

#integration hr{
    margin-left: 70px;
    width: 55%;
}

@media (max-width: 576px) {
    #supplypart hr{
        margin-left: 210px;
        width: 30px !important;
    }

    #integration hr{
        margin-left: 0px !important;
        width: 0px !important;
        padding: 0px 50px !important;
    }

    #supplypart {
        padding: 10px 0px !important;
    }

    .supply-sec {
        padding: 0px 40px 0px !important;
    }

    .integrate-sec {
        padding: 10px 0px 0px !important;
    }
}

/* Integration Partner Section Ends */

/* Client Section */

#client {
    padding: 50px 0px 10px;
    background-color: #EBF6FF;
} 

#client .container {
    position: relative !important;
}

#client .speak-sec img{
    padding: 0px 60px;
    width: 100%;
    position: relative;
    height: auto;
}

#client .client-sec {
    margin-top: -310px;
    margin-left: 97px;
}

/* Style the tab */
#client.tab {
  float: left;
  border: none;
  background-color: #fff;
  width: 100%;
  height: auto;
}

#client .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 6px 16px 0px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
}

#client .tab p {
    font-size: 9px;
    margin-left: 50px;
    margin-top: -9px;
}

#client .tab img {
    width: auto;
    max-height: 30px;
    padding: 0px !important;
}

#client .box3{
    border-right: 1px solid lightgrey;
    height: 300px;
}

#client .contt img {
    width: auto;
    height: 40px;
    padding: 0px !important;
}

#client .contt h3 {
    margin: 0px 0px 1px 10px;
}

#client .contt .head12 p {
    margin: 0px 0px 0px 10px;
    font-size: 10px;
}

#client hr {
    border: 2px solid #EBF6FF;
    width: 80%;
    margin: 10px 0 0;
    padding: 0px 91px 0 45px;
}

#client .contt .box5 {
    color: #000;
    padding: 4px 16px;
    width: auto;
    border: none;
    background-color: #EBF6FF;
    text-align: left;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    margin-top: 20px;
}

#client .contt p {
    margin-top: 15px;
    font-size: 14px;
}


/*#client .tab button:hover {
  background-color: #ddd;
}*/

#client .tab button.active {
  background-color: #EBF6FF;
}

#client .tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: 300px;
}

/* Client Section End */

/*  Testimonial Section  */

#testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), rgba(0, 0, 0, 0.55) url(img/sec-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 4%;
    padding-top: 4%;
}
#testimonial .sec-head {
    color: #fff;
}
#testimonial .tm-control {
    position: absolute;
    top: 50%;
    width: 100%;
}
.carousel-control {
	width: 0%;
}
#testimonial .item {
    text-align: center;
}
#testimonial .item .tm-img {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
}
#testimonial .item .tm-img img {
    display: block;
    max-width: 90%;
    height: auto;
    border: 2px solid #ffb400;
    border-radius: 10px;
}
.tm-comment p {
    font-size: 20px;
    font-weight: 300;
}
.tm-comment h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
	color: #ccc;
	    font-size: 14px;
}
.tm-comment h3:after {
    content: "";
    width: 30px;
    display: block;
    margin: 10px auto;
    border: 1px solid #d3d3d3;
}
#testimonial .item .tm-rating i {
    font-size: 15px;
    padding-right: 5px;
	color: #e1a006;
}
/*  FAQ Section  */

#faq-sec {
    padding-bottom: 30px;
}
.hugeNav-accordionTwo {
    margin-top: 20px;
}
#faq-sec .panel {
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
#faq-sec .panel-default {
    border-color: transparent;
}
#faq-sec .panel-default>.panel-heading {
    border: 0;
    background-color: rgba(52, 156, 235, 0.31);
    border-radius: 0;
    color: #595757;
    text-transform: uppercase;
}
#faq-sec .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
#faq-sec .panel-body {
    color: #4c4c4c;
    line-height: 24px;
    font-size: 13px;
}

#faq .panel-body, #faq .panel-heading {
    padding: 9px 10px !important;
    font-size: 13px;
    font-weight: 600;
}
/*  Contact  Menu*/

#map {
    height: 355px;
}
#contact-form {
    min-height: 253px;
}
.hugeNav-megamenuContent .panel-group,
.hugeNav-megamenuContent .form-group {
    padding: 7px 0 !important;
}
.btn-contact {
    background-color: #ffb400;
    color: #fff;
    text-transform: uppercase;
    border-radius: 35px;
    width: 260px;
    margin-top: 25px;
}
.btn-contact:hover {
    background-color: #e1a006;
    color: #fff;
}
/*  Contact  Section*/
#contact {
	background-color: #fff;
    padding-top: 60px;
}

#contact #map {
    width: 90%;
    height: 435px;
    margin-top: 7px;
    left: 15px;
    margin-left: 0;
}
.form-area {
    padding: 35px 40px 15px;
    background: rgb(255, 255, 255);
    width: 360px;
    float: right !important;
    margin-top: -36%;
    position: absolute;
}

.form-area span {
    color: #0058FF;
    font-size: 22px;
}
#contact .contact-form {
	margin-top: 20px;
}
#contact .btn-contact {
    background-color: #349ceb;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 67px;
    display: block;
    margin: 50px auto 0px;
    font-weight: bold;
}

.client_speak_sec {
    display: none;
}

@media (max-width: 576px) {
    .form-area {
        padding: 35px 20px 15px !important;
        margin-top: -100% !important;
        width: auto !important;
    }

    .speak-sec {
        display: none;
    }

    .client_speak_sec {
        display: block;
    }

    .sec-title h2 {
        margin-top: 0px !important;
    }

    .client_speak_sec .head12 {
        text-align: center;
    }

    .client_speak_sec .head12 h3 {
        font-size: 30px;
        font-weight: 600;
    }

    .client_speak_sec .head12 p {
        font-size: 20px;
    }

    .client_speak_sec p {
        font-size: 15px;
    }
}

.privacy_sec .sec-heading {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px;
}

.map-container{
overflow:hidden;
position:relative;
height:0;
}

.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


@media (max-width: 991px) { 
	#contact #map {
		display: none;
	}
}
/*  Subscribe  */

.sb-container {
    background-color: #ffb400;
    padding: 10px 50px 15px;
    position: relative;
    top: 40px;
}
.suscribe-txt {
    color: #fff;
    padding-top: 14px;
}
.suscribe-txt p {
    font-size: 16px;
    line-height: 17px;
}
.newsletter {
    margin-top: 8px;
}
.newsletter input {
    width: 75%;
    background: none;
    border: 1px solid #fff;
    text-align: center;
    height: 50px;
    color: #fff;
}
.newsletter input::-webkit-input-placeholder {
    color: #fff;
}
.newsletter input::-moz-placeholder {
    color: #fff;
}
.newsletter input:-ms-input-placeholder {
    color: #fff;
}
.newsletter input:-moz-placeholder {
    color: #fff;
}
.newsletter input:focus {
    outline: none;
    border: 1px solid #f9f9f9;
}
.btn-newsletter {
    width: 24%;
    height: 50px;
    margin-top: -5px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.55);
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    text-align: left;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-newsletter:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
@media (max-width: 767px) {
    .newsletter input {
        width: 100%;
    }
    .btn-newsletter {
        width: 50%;
        display: block;
        margin: 10px auto 0;
    }
}
/*  Footer  */

#footer {
    background: #ffffff;
    padding: 30px 0 30px;
}
#footer a {
    text-decoration: none;
    color: #7c7e83;
}
#footer a:hover {
    color: #349ceb;
}
.footer-logo {
    text-align: center;
    display: block;
    font-size: 45px;
    font-weight: bold;
}
.footer-logo img {
    width: 120px;
}
.nav-
.nav-footer li a:after {
    content: "|";
    margin-left: 5px;
    margin-top: 2px;
}
.nav-footer li:last-child a:after {
    content: "";
    margin-left: 5px;
    margin-top: 2px;
}
/*  Social Icon  */

.social-icons {
    margin-top: 10px;
}
.social-icons i {
    color: #7c7e83;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    width: 40px;
    height: 40px;
}
.social-icons i:hover {
    color: #fff;
    background-color: #349ceb;
    border-radius: 50%;
}
.footer-copyright {
    color: #000;
    margin-top: 12px;
    font-weight: 500;
    font-size: 10px;
}