@font-face {
    font-family: Bellerose;
    src: url(../fonts/BelleroseLight.eot);
    src: url(../fonts/BelleroseLight-1.eot) format('embedded-opentype'), url(../fonts/BelleroseLight.woff2) format('woff2'), url(../fonts/BelleroseLight.woff) format('woff'), url(../fonts/BelleroseLight.ttf) format('truetype'), url(../fonts/BelleroseLight.svg) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraBoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraLightItalic.ttf) format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBoldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ThinItalic.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.5
}

li {
    list-style: none
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Montserrat, sans-serif !important
}

.wp-custom-header .wp-custom-header-video-button {
    display: none
}

.home .custom-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .58);
    z-index: 99
}

.top_header {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
    background:#fcf8e3;
    padding: 7px 0;
    border-bottom: 1px solid #fff
}

.top_logo {
    width: 72px;
    float: left
}

.top_logo.home img {
    /*width: 100%;*/
    height: auto
}

.top_navigation {
    float: right;
    margin-top: 8px
}

.top_navigation .top_toogle {
    width: 35px;
    height: 30px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    display: none
}

.top_navigation .top_toogle span {
    width: 100%;
    float: left;
    height: 1px;
    background: #fff;
    margin: 3px 0;
    padding: 2px;
    transition: all .3s ease
}

.top_navigation.openmenu .top_toogle {
    margin-top: 20px
}

.top_navigation.openmenu .top_toogle span:nth-child(1) {
    display: none;
    transition: all .5s ease
}

.top_navigation.openmenu .top_toogle span:nth-child(2) {
    transform: rotate(50deg);
    display: block;
    transition: all .3s ease
}

.top_navigation.openmenu .top_toogle span:nth-child(3) {
    transform: rotate(-50deg);
    display: block;
    margin-top: -7px;
    transition: all .3s ease
}

.top_menu {
    float: right;
    transition: all .3s ease
}

.top_navigation.openmenu .top_menu {
    display: block;
    transition: all .3s ease
}

ul {
    padding: 0;
    margin: 0
}

.top_contact {
    float: right;
    margin-left: 15px;
    margin-top: 0
}

.top_contact a {
    background: #f7b32a;
    color: #fff;
    padding: 10px 15px;
    display: block;
    border-radius: 30px;
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 8px
}

.top_menu .main-navigation li {
    display: inline-block;
    position: relative
}

.top_menu .main-navigation a {
    font-weight: 600;
    padding: 15px 15px;
    font-size: 14px;
    color: #000;
    display: inline-block
}

.top_menu .main-navigation .sub-menu {
    display: none;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    width: 206px
}

.top_menu .main-navigation li:hover .sub-menu {
    display: block
}

.top_menu .main-navigation .sub-menu li {
    width: 100%
}

.top_menu .main-navigation .sub-menu a {
    color: #000;
    width: 100%;
    transition: all ease .3s
}

.top_menu .main-navigation .sub-menu a:hover {
    background: #333;
    color: #fff;
    transition: all ease .3s
}

.top_header.innertopmenu {
    position: fixed;
    top: 0;
    padding: 6px 0 6px
}
.y-frame2 img{
    width: 100%;
    height: auto;
}
.top_header.innertopmenu .top_navigation {
    float: right
}

.top_header.innertopmenu .top_navigation .top_toogle {
    display: none
}

.top_header.innertopmenu .top_menu {
    display: block
}

.top_header.innertopmenu .main-navigation a {
    color: #fff;
    font-size: 14px
}

.top_header.innertopmenu .main-navigation .sub-menu li a {
    color: #000
}

.top_header.innertopmenu .main-navigation .sub-menu li a:hover {
    color: #fff
}

.home-slider {
    width: 100%;
    height: auto;
    position: relative
}

.home-slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .58);
    z-index: 99
}

.home-slider video {
    width: 100%;
    min-width: 100%;
    height: auto
}

.home_page_content {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 38%;
    width: 100%
}

.home_page_content h3 {
    color: #f7b32a;
    font-size: 75px;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-family: Bellerose
}

.home_page_content h4 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 0
}

.home_page_content p {
    color: #fff;
    font-weight: 500
}

.bannertext {
    max-width: 700px;
    text-align: center;
    margin: 0 auto
}

.heading1 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0
}

.heading1:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #000;
    left: 48%;
    top: 50px
}

.aboutsection {
    padding: 40px 0
}

.btn_home {
    background: #0c5474;
    color: #fff;
    display: inline-block;
    padding: 10px 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 15px
}

.btn_home:hover {
    color: #fff;
    text-decoration: none
}

.servicessection {
    color: #fff;
    background: #0c5474;
    padding: 40px 0
}

.heading2 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0
}

.heading2:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #fff;
    left: 48%;
    top: 50px
}

.servicetoptext {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px
}

.servicebox {
    text-align: center;
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 10px;
    transition: all .3s ease;
    min-height: 310px
}

.servicebox h3 {
    color: #f7b32a;
    font-weight: 700;
    margin-top: 10px;
    padding-top: 0;
    font-size: 18px
}

.servise_icon {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    background: url(../images/sprite.png);
    background-repeat: no-repeat
}

.s_icon1 {
    background-position: 0 -311px
}

.s_icon1hover {
    background-position: 0 -211px
}

.s_icon2 {
    background-position: -134px -311px
}

.s_icon2hover {
    background-position: -133px ​-201px
}

.s_icon3 {
    background-position: 0 -99px
}

.s_icon3hover {
    background-position: 0 -204px
}

.s_icon4 {
    background-position: -135px -93px
}

.s_icon4hover {
    background-position: -134px 0
}

.s_icon1hover,
.s_icon2hover,
.s_icon3hover,
.s_icon4hover {
    display: none;
    transition: all ease .3s
}

.s_icon1hover,
.s_icon2hover,
.s_icon3hover,
.s_icon4hover {
    display: none;
    transition: all ease .3s
}

.servicebox:hover .s_icon1hover,
.servicebox:hover .s_icon2hover,
.servicebox:hover .s_icon3hover,
.servicebox:hover .s_icon4hover {
    display: block;
    transition: all ease .3s
}

.servicebox:hover .s_icon1,
.servicebox:hover .s_icon2,
.servicebox:hover .s_icon3,
.servicebox:hover .s_icon4 {
    display: none;
    transition: all ease .3s
}

.servicebox .readmore {
    color: #fff;
    font-weight: 600
}

.servicebox .hoverimg {
    display: none
}

.servicebox:hover {
    background: #fff;
    color: #000;
    transition: all .3s ease
}

.servicebox:hover .readmore {
    color: #0c5474;
    text-decoration: none
}

.servicebox:hover .normalimg {
    display: none
}

.servicebox:hover .hoverimg {
    display: block;
    margin: 0 auto
}

.servicebox:hover h3 {
    color: #0c5474
}

.videosection {
    background: #f7b32a;
    padding: 40px 0;
    color: #fff
}

.portfoliosection {
    background: #4c4948;
    padding: 40px 0;
    color: #fff
}

.portfoliobox {
    margin-bottom: 15px
}

.portfoliobox .imgbox {
    border: 2px solid #fff;
    border-radius: 7px;
    overflow: hidden;
    height: 200px
}

.portfoliobox h3 {
    padding-top: 0;
    font-weight: 600;
    font-size: 16px
}

.viewmorebtn {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    color: #0c5474;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px
}

.viewmorebtn:hover {
    text-decoration: none
}

.weworksection {
    padding: 50px 0 20px
}

.whysection {
    padding: 40px 0;
    background-size: cover;
    position: relative
}

.whysection:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .79)
}

.whysection h2 {
    color: #f7b32a
}

.whysection .heading1:before {
    background: #f7b32a
}

.whysection .whytext {
    color: #fff;
    text-align: center;
    line-height: 24px
}

.ourclient {
    padding: 40px 0
}

.ourclient .item {
    background-color: #f4f4f7;
    margin: 15px 0;
    padding: 10px
}

.ourclient .item:hover {
    box-shadow: 0 0 10px #ddd
}

.ourteamsection {
    padding: 40px 0;
    background: #f7b32a
}

.ourteamsection h2 {
    color: #fff
}

.teambox {
    background: #fff;
    padding: 40px 60px 20px 30px;
    margin-right: 80px;
    border-radius: 10px
}

.teambox .tmimgbox {
    width: 150px;
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 20px;
    overflow: hidden
}

.teambox .tmimgbox img {
    width: 150px;
    height: 150px
}

.teambox h4 {
    font-weight: 700;
    font-size: 18px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0
}

.teambox span {
    color: #0c5474;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-style: italic
}

.teambox a {
    color: #0c5474;
    font-weight: 600
}

.our_testimonial {
    padding: 40px;
    background-size: cover;
    position: relative
}

.our_testimonial:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .79)
}

.our_testimonial h2 {
    color: #f7b32a
}

.our_testimonial .heading1:before {
    background: #f7b32a
}

.testimonial_box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.testiimg {
    width: 130px;
    height: 130px;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 15px auto
}

.rating_design span {
    color: #fff
}

.rating_design .checked {
    color: orange
}

.client-says {
    margin-bottom: 15px
}

.tild_test {
    font-weight: 600;
    font-size: 16px
}

.tist_tagling {
    color: #f7b32a
}

.our_testimonial .owl-carousel button.owl-dot {
    background: rgba(247, 179, 42, .5);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin: 5px 5px;
    float: left
}

.our_testimonial .owl-carousel button.owl-dot.active {
    background: #f7b32a
}

.our_testimonial .owl-dots {
    position: absolute;
    left: 47%
}

.sayhellosection {
    padding: 40px 0;
    background: #0c5474
}

.ctleftbox h2 {
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    padding-top: 0;
    margin-top: 0
}

.ctleftbox p {
    color: #fff;
    font-size: 13px
}

.ctleftbox p a {
    color: #fff
}

.ctleftbox .map {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 350px
}

.ctleftbox .map iframe {
    margin-bottom: 0
}

.latestnews {
    padding: 40px 0
}

.blogbox {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
    min-height: 380px
}

.latest-blog-image a {
    display: block
}

.latest-blog-image a img {
    width: 100%;
    height: 220px
}

.latest-blog-cont {
    padding: 20px 20px 0;
    background: #fff
}

.latest-blog-cont h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0
}

.latest-blog-cont h3 a {
    color: #000
}

.latest-blog-cont h3 a:hover {
    color: #0c5474
}

.latest-blog-cont p {
    font-size: 13px
}

.home_form {
    background: #fff;
    padding: 30px 25px;
    width: 100%;
    float: left;
    border-radius: 10px
}

.home_form input {
    border: 2px solid #ddd;
    margin-bottom: 20px;
    color: #000;
    border-radius: 5px
}

.home_form textarea {
    border: 2px solid #ddd;
    margin-bottom: 20px;
    color: #000;
    height: 120px;
    border-radius: 5px
}

.home_form input:placeholder,
.home_form textarea:placeholder {
    color: #000
}

.home_form input.submit {
    background: #0c5474;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 25px;
    border-radius: 7px;
    float: right;
    margin-top: 15px
}

.ft__logo {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px
}

footer h3.ft_headinglogo {
    color: #0c5474;
    font-size: 18px;
    text-align: center
}

footer .top_widget h2 {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    padding-top: 10px
}

footer .top_widget p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 5px
}

footer .top_widget ul li {
    line-height: 27px;
    list-style-type: disclosure-closed;
    list-style-position: inside
}

footer .top_widget ul li a {
    color: #292929;
    font-size: 13px
}

footer .top_widget p a {
    color: #292929;
    font-size: 13px
}

ul.ftsocial {
    text-align: left;
    margin: 0
}

ul.ftsocial li {
    display: inline-block;
    margin: 5px 5px
}

ul.ftsocial li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #000
}

.copyright {
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 10px
}

.copyright p {
    font-size: 12px;
    margin-bottom: 0
}

.page:not(.home) #content {
    padding: 0
}

.breadcrumb-area.breadbg1 {
    background: url(../images/IMG2258.jpg) repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb-area.breadbg2 {
    background: url(../images/IMG2313.jpg) repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb-area {
    background: url(../images/slide2.jpg) repeat;
    text-align: center;
    padding: 120px 0 40px 0;
    position: relative;
    background-size: cover;
    background-position: center
}

.breadcrumb-area:before {
    background-color: #1b1b24;
    opacity: .8;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.breadcrumb-area h2.breadcrumb-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    color: #fff
}

.whyskittles_top {
    background: url(../images/backround-img-1.jpg);
    padding: 40px;
    background-size: cover;
    position: relative
}

.whyskittles_top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .79)
}

.whyskittles_top p {
    color: #fff
}

.whyskittles_top h1,
.whyskittles_top h2 {
    color: #fff
}

.whyskittles_top .aboutimg img {
    border: 4px solid #ddd;
    border-radius: 20px
}

.whyskittles {
    padding: 40px 0
}

.ourteamabout {
    padding: 40px 0;
    background: #f7b32a
}

.ourteamabout h2 {
    color: #fff
}

.single-team {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 5px rgba(15, 9, 128, .035), 5px 12px 30px 5px rgba(15, 9, 128, .05);
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 8px;
    overflow: hidden
}

.single-team .team-imgae {
    position: relative;
    width: 300px;
    float: left
}

.single-team .team-imgae img {
    height: 260px;
    width: 100%
}

.single-team:hover .social-link {
    bottom: 20px;
    opacity: 1
}

.single-team .team-imgae .social-link a {
    font-size: 34px;
    margin: 0 5px
}

.single-team .team-info {
    background: #fff;
    text-align: left;
    padding: 10px 0;
    width: calc(100% - 350px);
    float: right
}

.single-team .team-info h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px 0
}

.ourteamabout .ourteambox:nth-child(even) .single-team .team-info {
    float: left;
    padding: 10px 15px
}

.ourteamabout .ourteambox:nth-child(even) .single-team .team-imgae {
    float: right
}

.aboutfeature {
    padding: 40px 0
}

.aboutfeature .video_about {
    margin-top: 40px
}

.portfolio_page {
    padding: 40px 0
}

.single-case-item {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px
}

.single-case-item .case-image img {
    width: 100%
}

.single-case-item .case-content {
    padding: 10px 27px 27px;
    text-align: center
}

.single-case-item .case-content h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    margin-top: 0
}

.single-case-item .case-content p {
    font-size: 15px;
    margin-bottom: 0
}

.perfect-start-aera {
    padding: 40px 0;
    background-color: #0c5474
}

.perfect-start-aera .perfect-start-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.perfect-start-heading h2 {
    font-size: 30px;
    margin-top: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400 !important
}

.perfect-start-aera .perfect-start-inner p {
    font-size: 30px;
    margin-top: 14px;
    letter-spacing: 1px;
    color: #fff
}

.perfect-start-aera .get-started-button .start-btn {
    background: #f7b32a;
    border: 2px solid #f7b32a;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px
}

.contact-area {
    padding: 40px 0
}

.section-title {
    margin-bottom: 30px;
    text-align: center
}

.section-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #02a9c0;
    margin-bottom: 12px;
    margin-top: -5px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.section-title h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0
}

.single-contact-info {
    margin-top: 15px
}

.single-contact-info .contact-info-icon {
    margin-bottom: 10px
}

.single-contact-info .contact-info-icon span {
    font-size: 22px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #0c5474;
    display: inline-block;
    line-height: 60px;
    color: #fff
}

.single-contact-info a,
.single-contact-info p {
    font-size: 14px;
    color: #000
}

.contact-form-warp {
    padding-top: 40px
}

.contact-form-warp .input-box {
    margin-bottom: 30px
}

.contact-form-warp .input-box input,
.contact-form-warp .input-box textarea {
    width: 100%;
    padding: 10px;
    color: #555;
    font-size: 14px;
    border: 1px solid #0c5474
}

.contact-form-warp .default-btn {
    border: 1px solid #0c5474;
    padding: 12px 30px;
    color: #fff;
    background: #0c5474;
    font-size: 14px;
    font-weight: 600
}

.contact-form-warp .input-box textarea {
    height: 140px
}

.map-area {
    margin-top: 40px
}

.ft__logo img.custom-logo {
    max-height: 80px;
    width: auto
}

.blog .site-main>article {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px
}

.entry-meta {
    display: none
}

.entry-header .entry-title {
    font-size: 24px
}

.entry-title a:hover {
    box-shadow: none
}

.has-sidebar #secondary {
    margin-top: 25px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.widget-area h2.widget-title {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px
}

.widget ol li,
.widget ul li {
    font-size: 14px
}

.widget ol li a,
.widget ul li a {
    color: #666
}

.widget ol li a:hover,
.widget ul li a:hover {
    box-shadow: none
}

.service_content {
    padding: 30px 0
}

.service_content h1 {
    margin-top: 0;
    font-size: 26px
}

.service_section1 {
    background: #e8a200;
    padding: 40px 0
}

.service_section1 p {
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.service_video {
    padding: 40px 0
}

.service_video h2 {
    margin-top: 0;
    font-size: 26px
}

.service_video li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 10px
}

.service_section_li {
    padding: 40px 0;
    background: url(../images/top-Production-Houses.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: left
}

.service_section_li:before {
    background-color: #1b1b24;
    opacity: .76;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.service_section_li h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600
}

.service_section_li li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 10px
}

.service_section2 {
    padding: 40px 0;
    background: url(../images/top-Production-Houses.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center
}

.service_section2:before {
    background-color: #1b1b24;
    opacity: .76;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.service_section2 h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600
}

.service_section2 li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 10px
}

.servic_crt_box {
    padding: 25px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px
}

.servic_crt_box img {
    width: 100px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 3px 12px #000;
    border: 3px solid #fff
}

.servic_crt_box:hover img {
    transform: rotate(360deg);
    transition: all .8s ease-in-out
}

.yellow_bg {
    padding: 40px 0;
    background: #f7b32a;
    text-align: center;
    color: #fff
}

.yellow_bg h3 {
    font-weight: 600;
    margin-bottom: 20px
}

.bg_gray {
    background: #f1f1f1
}

.box_section {
    width: 100%;
    padding: 40px 0
}

.services_box_list ul {
    display: flex
}

.services_box_list li {
    width: 24%
}

.service_box {
    background-color: #e8a200;
    padding: 10px;
    min-height: 300px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin: 10px
}

.service_box p {
    font-size: 14px;
    color: #fff
}

.service_box h4 {
    color: #fff
}

.second_strip {
    background-color: #0c5474;
    padding: 35px 0 25px 0;
    color: #fff
}

.bottom_box {
    padding: 40px 0
}

.bottom_box_area {
    box-shadow: 0 0 10px #ddd;
    padding: 10px 15px;
    margin: 15px 0;
    min-height: 245px;
    border: 1px solid #ddd
}

.bottom_box_area h3 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 22px
}

.bottom_box_area h3 .fa {
    color: #e8a200
}

.bottom_box_area p {
    color: #7a7a7a
}

.faq_section {
    width: 100%;
    padding: 40px 0px;
}
.faq_section h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}
.faq_section .panel-group .panel {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 0
}

.faq_section .panel-heading {
    color: #6ec1e4;
    background: 0 0;
    text-decoration: none
}

.faq_section .panel-heading a {
    text-decoration: none;
    color: #0c5474;
    display: inline-block;
    width: 100%;
}

.faq_section .panel-group {
    border: 1px solid #ddd
}

.faqHeader {
    font-size: 27px;
    margin: 20px
}

.panel-heading [data-toggle=collapse]:after {
    font-family: fontawesome;
    content: "\f054";
    float: right;
    color: #0c5474;
    font-size: 18px;
    line-height: 22px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.panel-heading [data-toggle=collapse].collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #0c5474
}

.our_client_page {
    padding: 40px 0
}

.boxGrayScale {
    background-color: #f4f4f7;
    margin: 15px 0;
    padding: 10px
}

.boxGrayScale:hover {
    box-shadow: 0 0 10px #ddd
}

.has-sidebar .col-lg-4.col-md-4.col-sm-4.col-xs-12 #secondary {
    width: 100%
}

.blog_box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.mrt {
    margin-top: 25px
}

.blog_heading {
    font-size: 18px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-weight: 600;
    margin: 10px 0
}

.by_admin {
    display: block;
    font-size: 11px;
    color: #7e7e7e;
    margin: 5px 0;
    font-weight: 700;
    line-height: 20px
}

.blog_box p {
    color: #7e7e7e;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
    clear: both;
    font-weight: 400
}

.bl_rm {
    border: 2px solid #e9e9e9;
    padding: 5px 15px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    transition: all .3s ease-in-out
}

.pagetestimonial {
    padding: 40px 0
}

.pagetestimonial h3 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #333
}

.pagetestimonial .testi_box {
    box-shadow: 0 0 10px #ddd;
    margin: 15px 70px;
    position: relative;
    min-height: 200px;
    padding: 25px 20px 25px 20px;
    border-radius: 5px
}

.pagetestimonial .testi_box .profileimg {
    width: 130px;
    height: 130px;
    border: 6px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: -66px;
    top: 20%;
    box-shadow: 0 0 5px #ddd;
    display:none;
}

.pagetestimonial .testi_box .profileimg img {
    width: 100%;
    height: 100%
}

.clientdegisnation div {
    width: 100%;
    float: left;
    color: #0c5474;
    font-weight: 700
}

.clientdegisnation strong {
    width: 100%;
    float: left;
    color: #0c5474
}

.clientdegisnation span {
    font-size: 15px;
    font-weight: 500;
    color: #f1b12b
}

.owl-nav button.owl-prev {
    background: #f7b32a;
    font-size: 25px;
    width: 10px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 27%
}

button.owl-next {
    background: #f7b32a;
    font-size: 25px;
    width: 10px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 27%
}

.hr_line {
    width: 100%;
    height: 2px;
    background: #0b5473
}

article.post {
    padding-top: 20px
}

article.post h1,
article.post h2,
article.post h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 22px
}

.left_social {
    position: fixed;
    bottom: 32%;
    left: 0;
    z-index: 99999
}

.left_social li {
    width: 40px;
    height: 40px;
    margin: 2px 0;
    text-align: center;
    line-height: 45px
}

.left_social li:hover {
    opacity: .8
}

.left_social a {
    color: #fff;
    padding: 10px 12px
}

.left_social li.fb {
    background: #225b9e
}

.left_social li.ins {
    background: #2e7fa4
}

.left_social li.lik {
    background: #0173b5
}

.left_social li.tw {
    background: #00abe1
}

.left_social li.ytube {
    background: #fe4e41
}

.left_social li.vimeo {
    background: #01b2e1
}

.footer_contactinfo {
    display: none
}

.mobile_contact {
    display: none;
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px
}

.mobile_contact ul li {
    display: inline-block
}

.contactinfo li {
    width: 100%;
    text-align: center;
    color: #fff
}

.contactinfo li a {
    color: #fff;
    font-size: 12px
}

.mobile_contact .social {
    float: left;
    width: 100%;
    margin: 0 auto;
    color: #fff
}

.mobile_contact .social li a {
    background: #fff;
    color: #000;
    padding: 3px 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    transition: all .3s ease
}

.mobile_homeimg {
    display: none
}

.fa-long-arrow-right:before {
    content: "\f178" !important
}

ul.choose_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around
}

ul.choose_list li {
    display: inline-block;
    width: 14%;
    vertical-align: top
}

.perspective_panel {
    background: #0c5474;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 15px 5px;
    color: #fff;
    text-align: center;
    border: 1px solid #0c5474;
    transition: all .3s ease-in-out;
   /* min-height: 240px;*/
    border-radius: 5px
}

.perspective_panel .default_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #0c5474;
    background: url(../images/sprite.png) #fff;
    background-repeat: no-repeat
}

.perspective_panel .default_icon.process1 {
    background-position: -282px 0
}

.perspective_panel .default_icon.process2 {
    background-position: -282px -85px
}

.perspective_panel .default_icon.process3 {
    background-position: -282px -175px
}

.perspective_panel .default_icon.process4 {
    background-position: -282px -270px
}

.perspective_panel .default_icon.process5 {
    background-position: -380px 4px
}

.perspective_panel .default_icon.process6 {
    background-position: -380px -87px
}

.perspective_panel .default_icon.process7 {
    background-position: -380px -176px
}

ul.choose_list .perspective_panel:hover .default_icon {
    border: 1px solid #0c5474
}

.perspective_panel p {
    font-size: 12px;
    margin-bottom: 0
}

ul.choose_list h2 {
    font-size: 17px;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
    padding-top: 0
}

ul.choose_list .perspective_panel:hover {
    background: 0 0 !important;
    border: 1px solid #0c5474;
    transition: all .3s ease-in-out
}

ul.choose_list .perspective_panel:hover h2 {
    color: #000;
    transition: all .3s ease-in-out
}

ul.choose_list .perspective_panel:hover p {
    color: #000;
    transition: all .3s ease-in-out
}
.blog-section {
    width: 100%;
    padding: 40px 0px;
}
.default-blog-news{position:relative;transition:.5s ease-in-out;margin-bottom:50px;}
.default-blog-news:hover{box-shadow:0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);transition:.2s cubic-bezier(0.4, 0, 1, 1);}
.default-blog-news .lower-content{position:relative;padding:20px 0px 20px;padding-left:0px;border-bottom:1px solid #f4f4f4;}
.default-blog-news .date{display: none;position:absolute;left:0px;top:30px;height:50px;width:50px;background:#0a5474;line-height:17px;padding-top:8px;font-size: 14px;z-index:9;color:#fff;text-align:center;}
.default-blog-news .lower-content .text p{margin-bottom:10px;}
.default-blog-news .lower-content h4{color:#222;font-weight:400;margin-bottom:10px;min-height: 40px;}
.default-blog-news .lower-content h4 a{color:#222;transition:all 300ms ease;font-size:18px;}
.default-blog-news .lower-content h4 a:hover{color:#0a5474;transition:all 300ms ease;}
.default-blog-news .lower-content .post-meta{color:#4fc2ed;font-size:16px;margin-bottom:7px;}
.default-blog-news .lower-content .default_link{text-transform:capitalize;color:#222;transition:.5s ease;}
.default-blog-news .lower-content .default_link:hover{transition:.5s ease;color:#0a5474;}
.default-blog-news .img-holder{display:block;overflow:hidden;position:relative;}
.default-blog-news .img-holder a{width:100%;}
.default-blog-news .img-holder img{transform:scale(1);transition:all 0.5s ease 0s;width:100%;}
.default-blog-news:hover .img-holder img{transform:scale(1.1);}
.default-blog-news .overlay{background-color:rgba(16, 37, 46, 0.9);text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;color:#fff;opacity:0;filter:alpha(opacity=0);transition:all 450ms ease-out 0s;transform:rotateY(180deg) scale(0.5, 0.5);}
.default-blog-news:hover .img-holder .overlay{opacity:1;filter:alpha(opacity=100);transform:rotateY(0deg) scale(1, 1);}
.default-blog-news .overlay .box{display:table;height:100%;width:100%;}
.default-blog-news .overlay .box .content{display:table-cell;text-align:center;vertical-align:middle;}
.default-blog-news .img-holder .overlay .box .content a i{background:#f7b32a;border-radius:50%;color:#ffffff;display:inline-block;font-size:16px;height:45px;line-height:48px;transition:all 500ms ease 0s;width:45px;}
.default-blog-news .img-holder .overlay .box .content a:hover i{background:#0a5474;}
.large-blog-news{position:relative;margin-left:0px;transition:.5s ease-in-out;margin-bottom:10px;padding-bottom:30px;border-bottom:1px solid #f4f4f4;}
.large-blog-news .date{display: none;position:absolute;left:-80px;top:0px;height:64px;width:64px;background:#0a5474;line-height:20px;padding-top:13px;z-index:9;color:#fff;text-align:center;}
.large-blog-news .lower-content{position:relative;padding:0px 0px 0px;}
.large-blog-news .lower-content p{margin-bottom:20px;}
.large-blog-news .lower-content img{
    max-width: 100%;
}
.large-blog-news .lower-content ul li{font-family:'Hind', sans-serif;font-size:15px;color:#848484;line-height:26px;margin-bottom:10px;text-align:justify;}
.large-blog-news .lower-content ul li::before{font-family:FontAwesome;content:"\f046";color:#0a5474;padding-right:10px;}
.large-blog-news .lower-content h1{color:#222;font-weight:400;margin-bottom:10px;font-size:24px;margin-top: 0px;}
.large-blog-news .lower-content h2{color:#0a5474;font-size:18px;margin-bottom:15px;}
.large-blog-news .lower-content h3{color:#0a5474;font-size:18px;margin-bottom:15px;}
.large-blog-news .lower-content h4{color:#0a5474;font-size:18px;margin-bottom:15px;}
.large-blog-news .lower-content .post-meta{display: none;color:#848484;font-size:16px;margin-bottom:15px;}
.large-blog-news .lower-content .thm-btn{background:transparent;color:#0a5474;border-color:#f4f4f4;}
.large-blog-news .lower-content .thm-btn:hover{background:#0a5474;color:#fff;border-color:#0a5474;}
.large-blog-news .img-holder{display:block;overflow:hidden;position:relative;}
.large-blog-news .img-holder img{transform:scale(1);transition:all 0.5s ease 0s;width:100%;}
.large-blog-news .img-holder:hover img{transform:scale(1.1);}
.large-blog-news .overlay{background-color:rgba(16, 37, 46, 0.9);text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;color:#fff;opacity:0;filter:alpha(opacity=0);transition:all 450ms ease-out 0s;transform:rotateY(180deg) scale(0.5, 0.5);}
.large-blog-news .img-holder:hover .overlay{opacity:1;filter:alpha(opacity=100);transform:rotateY(0deg) scale(1, 1);}
.large-blog-news .overlay .box{display:table;height:100%;width:100%;}
.large-blog-news .overlay .box .content{display:table-cell;text-align:center;vertical-align:middle;}
.large-blog-news .img-holder .overlay .box .content a i{background:#0a5474;border-radius:50%;color:#ffffff;display:inline-block;font-size:16px;height:45px;line-height:48px;transition:all 500ms ease 0s;width:45px;}
.large-blog-news .img-holder .overlay .box .content a:hover i{background:#0a5474;}
.large-blog-news.single-blog-post .img-holder:hover img{transform:scale(1);}
.blog-sidebar{position:relative;}
.inner-title{position:relative;padding-bottom:15px;margin-bottom:30px;}
.inner-title:before{content:"";position:absolute;top:38px;left:0;width:100%;height:1px;background:#eaeaea;}
.inner-title:after{content:"";position:absolute;top:38px;left:0;width:50px;height:1px;background:#0a5474;}
.inner-title h4{font-size:20px;}
.popular-post{position:relative;}
.popular-post .item{position:relative;font-size:14px;margin-bottom:10px;min-height:50px;padding:0px 0px 25px 90px;color:#cccccc;border-bottom:1px solid #f1f1f1;}
.popular-post .item:last-child{border-bottom:0px;}
.popular-post .item .post-thumb{position:absolute;left:0px;top:16px;width:75px;height:75px;}
.popular-post .item .post-thumb img{width:100%;display:block;}
.popular-post .item .post-thumb a{position:relative;}
.popular-post .item .post-thumb a:after{position:absolute;content:"\f0c1";font-family:FontAwesome;left:0px;top:0px;text-align:center;line-height:80px;width:100%;height:100%;background:rgba(72, 199, 236, 0.9);color:#ffffff;opacity:0;transition:.5s ease;}
.popular-post .item .post-thumb:hover a:after{opacity:1;transition:.5s ease;}
.popular-post .item h5{position:relative;top:8px;font-size:14px;font-weight:600;margin:0px 0px 17px;line-height:20px;color:#333;transition:.5s ease;}
.popular-post .item h5:hover{color:#0a5474;transition:.5s ease;}
.recent-posts.post-thumb .post .post-info{font-size:14px;font-weight:400;margin:0px;line-height:1.6em;color:#9c9c9c;}
.popular-post .item .post-info{color:#0a5474;font-size:14px;}
.popular-post .item .post-info i{margin-right:10px;}
.sidebar-page-container {
    width: 100%;
    padding: 40px 0px;
}

@media(max-width:1024px) {
    .top_logo {
        width: 80px
    }
    .custom-logo-link {
        padding-right: 0
    }
    .top_menu .main-navigation a {
        padding: 15px 8px
    }
    .top_contact a {
        padding: 10px 10px
    }
    ul.choose_list {
        flex-wrap: wrap;
        justify-content: center
    }
    ul.choose_list li {
        width: 24%;
        margin: .5%;
        margin-bottom: 15px
    }
}

@media screen and (min-device-width:768px) and (max-device-width:991px) {
    .top_contact a {
        font-size: 7px;
        padding: 7px 10px
    }
    .top_menu .main-navigation a {
        padding: 15px 5px;
        font-size: 13px
    }
}

@media (max-width:767px) {
    
    .large-blog-news .date{
        display: none;
    }
    .large-blog-news{
        margin-left: 0px;
    }
    body {
        font-size: 17px
    }
    .servicetoptext {
        font-size: 16px
    }
    .home-slider {
        padding-bottom: 20px;
        background: #333;
        margin-top: 50px
    }
    .services_box_list ul {
        flex-wrap: wrap
    }
    .services_box_list ul li {
        width: 44%
    }
    iframe {
        width: 100%;
        height: auto
    }
    .ctleftbox .map {
        height: auto
    }
    .mobile_homeimg {
        display: block;
        background: url(../images/mobile-image.jpg)
    }
    .breadcrumb-area h2.breadcrumb-title {
        font-size: 26px
    }
    .footer_contactinfo {
        display: block
    }
    .mobile_contact {
        display: block
    }
    .left_social {
        display: none
    }
    .teambox .tmimgbox {
        right: 28%;
        top: -42px
    }
    .teambox {
        margin-right: 0;
        padding: 120px 20px 20px 20px;
        text-align: center;
        margin-bottom: 50px
    }
    .single-team .team-info {
        width: 100%
    }
    .perfect-start-aera .perfect-start-inner {
        display: initial;
        text-align: center
    }
    .get-started-button {
        width: 100%
    }
    .top_header.innertopmenu .main-navigation .sub-menu li a {
        color: #fff
    }
    .heading1 {
        font-size: 24px
    }
    .heading2 {
        font-size: 26px;
        margin-bottom: 10px
    }
    .heading2:before {
        display: none
    }
    .btn_home {
        margin-bottom: 20px
    }
    .servicetoptext {
        margin-bottom: 10px
    }
    .servicebox {
        min-height: auto
    }
    .servicebox {
        margin-bottom: 5px
    }
    .perspective_panel {
        min-height: 235px
    }
    body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 80px
    }
    .breadcrumb-area {
        padding: 90px 0 30px 0
    }
    .top_navigation {
        margin-top: 7px
    }
    .top_header.innertopmenu .top_navigation {
        background: 0 0;
        margin-top: 7px
    }
    .top_header.innertopmenu .top_navigation .top_toogle {
        display: block;
        margin-top: 0
    }
    .top_header.innertopmenu .top_navigation .top_toogle span {
        background: #fff
    }
    .top_header.innertopmenu .top_menu {
        display: none
    }
    .top_header.innertopmenu .top_navigation.openmenu .top_menu {
        display: block
    }
    .top_header.innertopmenu .top_navigation.openmenu .top_toogle span {
        background: #fff
    }
    .top_header.innertopmenu .main-navigation a {
        color: #fff
    }
    .site-header {
        position: initial
    }
    .top_header {
        top: 0;
        z-index: 999999
    }
    .top_navigation.openmenu {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 9999;
        overflow: auto
    }
    .top_navigation.openmenu:before {
        position: fixed;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        background: #000
    }
    .top_menu {
        width: 100%;
        display: none
    }
    .top_navigation .top_toogle {
        display: block;
        margin-top: 0
    }
    .top_navigation .wrap {
        padding: 0;
        max-width: 100%
    }
    .dropdown-toggle {
        background-color: #4e4e4e;
        color: #fff
    }
    .top_navigation .main-navigation>div>ul {
        border-top: 0;
        display: block
    }
    .top_navigation .main-navigation li {
        border-bottom: 0;
        text-align: center;
        line-height: 18px;
        width: 100%
    }
    .top_navigation .main-navigation li a {
        font-size: 16px;
        color: #fff
    }
    .main-navigation ul ul.toggled-on li a {
        color: #212121;
        padding: 10px 10px
    }
    .top_menu .main-navigation .sub-menu {
        position: static;
        width: 92%;
        margin: 0 4%
    }
    .top_contact {
        float: left;
        margin-right: 20px;
        margin-left: 0
    }
    .custom-header-media {
        display: none
    }
    .home .custom-header:before {
        display: none
    }
    .home_page_content {
        bottom: 2%
    }
    .home_page_content h4 {
        font-size: 16px
    }
    .home_page_content h3 {
        font-size: 32px;
        margin-bottom: 2px
    }
    .heading1:before {
        display: none
    }
    .heading1 {
        margin-bottom: 5px
    }
    .pagetestimonial .testi_box {
    margin: 20px 0 15px 0;
    padding: 20px 10px 25px 10px;
}
    .pagetestimonial .testi_box .profileimg {
        left: 27%;
        top: -10%
    }
    .custom-header {
        height: auto !important
    }
    .site-content {
        margin-top: 0
    }
}

@media(max-width:667px) {
    ul.choose_list li {
        width: 31%
    }
}

@media (max-width:480px) {
    .top_logo {
        width: 65px
    }
    .top_contact a {
        font-size: 8px
    }
    ul.choose_list li {
        width: 49%
    }
}
@media (max-width:420px){

}
@media (max-width:375px) {
     .breadcrumb-area {
        padding: 80px 0 40px 0;
    }
    .top_logo {
        width: 60px
    }
    .top_logo .custom-logo-link {
        padding-right: 0
    }
    .top_contact {
        margin-right: 15px
    }
    .top_contact a {
        padding: 8px 12px;
        font-size: 9px
    }
}

div#flotingQuery {
    position: fixed;
    top: 125px;
    right: 0;
    margin: 0;
    padding: 20px 0 0;
    background: #ff4530;
    list-style: none;
    z-index: 9999;
    width: 220px;
    border-radius: 10px 0 10px
}

div#flotingQuery .flotingQuery-btn {
    background: #ff4530;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 90px;
    left: -40px;
    width: 40px;
    height: 180px;
    display: block;
    cursor: pointer
}

div#flotingQuery .flotingQuery-btn img {
    margin: 12px 0 0 5px;
    width: 28px;
    height: auto
}

div#flotingQuery .sideform {
    padding: 0 15px 15px
}

div#flotingQuery .sideform input {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 0;
    color: #000;
    font-size: 14px
}

div#flotingQuery .sideform textarea {
    height: 100px
}

div#flotingQuery .sideform input.wpcf7-form-control.wpcf7-submit.btn-send {
    background: #0c5474;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase
}

.footer_contactinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 50%
}

.footer_contactinfo a {
    background: #eca30f;
    color: #fff;
    padding: 10px 25px;
    display: block;
    font-size: 20px;
    cursor: pointer
}

.ccw_plugin .style-4.chip {
    background: #60b93b !important;
    padding: 9px 25px;
    border-radius: 0 !important;
    font-size: 14px !important
}

.ccw_plugin.chatbot {
    display: none
}

.wht_cht {
    display: none;
    width: 50%;
    background: #60b93b;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
    height: 50px
}

.wht_cht a {
    color: #fff;
    display: block;
    font-size: 18px;
    cursor: pointer;
    margin-top: 4px
}
.y-frame2 iframe{
    width:100%;
}
@media(max-width:767px) {
    #target_video1, .tok{
        margin-bottom: 30px;
    }
    .bluds{
        padding: 20px;
    }
    .wht_cht {
        display: block
    }
    .boxGrayScale {
        min-height: 90px;
    }
    .video-wrapper {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    }
    .carousel-caption{
    background: #00000069;
    bottom: 49px !important;
    position: absolute;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    }
    .carousel-caption h1{
        font-size: 20px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}

.video-wrapper {
  width:100%;
  height:300px;
  overflow: hidden;}
  
  video {
    /*object-fit: cover;*/
    width:100%;
    /*height:100px;*/
  }
.carousel-inner .item img{
    height: 600px;
}  

.carousel-caption{
    background: #00000069;
        bottom: 58px;
        position: absolute;
}
.headss{
    color: black !important;
    font-weight: 600;
    margin-top: 0px;
}
.texted p{
    font-size: 20px;
}
.bluds li strong{
    color: #0a5474;
}
.bluds li{
    font-size: 18px;
    list-style-type: circle;
    line-height: 34px;
    color: black;
}
.bluds note{
        font-size: 16px;
    color: red;
    text-align: justify;
    line-height: 29px;
}
#target_video1{
    height: 200px;
    width: 100%;
}

h3.gallery-g {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin: 12px 0px;
}