body { font-family: 'Roboto', sans-serif; }
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.slide-content p,
.hdg-bdr { font-family: 'Great Vibes', cursive; font-weight: 400; }
/**/
body { color: #030000; background-color: #FFE5CA; font-size: 16px; line-height: 1.8; }
h1,
h2,
h3,
h4,
h5,
h6 { /*margin-top: 0;*/ }
p { }
a,
button,
img { transition: all ease-in-out 0.5s }
a:hover { text-decoration: none; }
img { max-width: 100%; }
.m-0 { margin: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.my-5 { margin: 5px 0 !important; }
.my-10 { margin: 10px 0 !important; }
.my-15 { margin: 15px 0 !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.px-5 { padding: 0 5px !important; }
.px-10 { padding: 0 10px !important; }
.px-15 { padding: 0 15px !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.border-0 { border: 0 !important; }
.border-top-0 { border-top: 0 !important; }
.border-right-0 { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0 { border-left: 0 !important; }
.text-primary2 { color: #81140b !important; }
.text-white { color: #fff !important; }
.btn-danger2 { color: #e3bc3f; background-color: #81140b; border-color: #81140b; }
.btn-danger2:hover,
.btn-danger2:focus { color: #81140b; background-color: #e3bc3f; border-color: #81140b; }
.visibility-hidden { visibility: hidden; }

/*====scroll bar design====*/
::-webkit-scrollbar {
width:5px;
}
::-webkit-scrollbar-track {
background:transparent;
}
::-webkit-scrollbar-thumb {
background:#444;
}
.mb-0 { margin-bottom: 0; }
/*=======================header======================*/
.hdr-top { background: #262626; color: #fff; padding: 12px 0; display: table; width: 100%; overflow: auto; transition: all 0.3s ease-in-out 0s; }
.hdr-top ul li { float: left; margin: 0 18px 0 0; padding: 0; list-style: none; text-align: center; }
.hdr-top ul li:last-child { margin-right: 0; }
.hdr-top ul li ul { padding-left: 0; }
.hdr-top ul li ul li { margin-right: 0; text-align: left; }
.hdr-top a { color: #fff; }
.hdr-top .fa { margin-right: 2px; }
.dropdown-toggle { margin-left: 3px; }
.follow { text-align: right; }
.follow ul { float: right; margin-bottom: 0; padding-left: 0; }
.follow li { float: left; display: inline-block; }
.follow .dropdown-menu { top: 19px; right: -1px; left: auto; border-radius: 0px; min-width: 130px; }
.follow .dropdown-menu > li { width: 100%; display: block; }
.follow span { margin: 0 5px; }
.navbar > .container .navbar-brand { margin-left: 0; }
.navbar-brand > img { max-height: 120px; }
.space { top: 0; }
.space .hdr-top { visibility: hidden; height: 0px; padding: 0; background: transparent; overflow: hidden; margin-top: -32px; transition: all 0.3s ease-in-out 0s; }
.space .top-bar { visibility: hidden; height: 0px; overflow: hidden; transition: all 0.3s ease-in-out 0s; }
.space .navbar-fixed-top { /*background-color: rgba(255,255,255,0.9); border: none; box-shadow: 0 0 5px #aaa;*/ }
.space .navbar-brand { padding-top: 2px; padding-bottom: 0px; }
.space .navbar-brand > img { max-height: 64px; }
.space .top-menu { margin-top: 12px; }
.space #myNavbar { margin-top: 24px; }
/*---------------------------logo-----------------------------*/
.navbar-brand { height: auto; padding: 5px 0; }
/*---------------------------main menu-----------------------------*/
#myNavbar { margin-top: 3.6em; }
.navbar { margin-bottom: 0px; }
.navbar-default { border-color: transparent; background-color: #81140b; box-shadow: 1px 1px 4px #81140b; -moz-box-shadow: 1px 1px 4px #81140b; -webkit-box-shadow: 1px 1px 4px #81140b; }
.navbar-nav>li { padding: 0 12px; }
.navbar-nav>li:first-child { background-image: none; }
.navbar-nav>li:last-child { padding-right: 0px; }
.navbar-default .navbar-nav > li > a { font-size: 14px; text-transform: uppercase; font-weight: 700; color: #d8ca4a; padding: 2px; position: relative; }
.navbar-nav > li:last-child a { padding-right: 0px; }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover { color: #fff;/* border-bottom:solid 2px #ff7300;*/ background-color: transparent; }
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover { color: #fff; }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover { background-color: transparent; }
.navbar-right { margin-right: 0px; }
.navbar-default .navbar-toggle { border-radius: 0px; margin-right: 0px; transition: all 0.3s ease-in-out 0s; background-color: #d8ca4a; border-color: #d8ca4a; }
.navbar-default .navbar-toggle .icon-bar { background-color: #81140b; }
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: #d8ca4a; border-color: #d8ca4a; }
/*==dropdown==*/
.dropdown-menu { padding: 0; margin-top: 5px; }
.dropdown-menu > li { border-bottom: solid 1px #eee; }
.dropdown-menu > li > a { padding: 5px 14px; font-size: 13px; }
.dropdown-menu > li > a:hover { background: #28ABE3; color: #fff; }
ul.dropdown-submenu { display: none; z-index: 999999; margin: 0 0 0 0; padding: 10px 0 0 10px; background-color: #635853; }
ul.dropdown-submenu li { background-color: #635853; list-style: none; min-width: 250px; line-height: 2; text-transform: uppercase; padding: 5px; }
ul.dropdown-submenu li>a { color: #fff; font-size: 11px; }
ul.dropdown-submenu li>a:hover { color: #989898 }
.navbar-default .navbar-nav>li:hover ul.dropdown-submenu { display: block !important; opacity: 1.0; position: absolute; top: 100%; left: 0px; }
.top-menu { float: right; margin-top: 18px; width: 100% }
.top-menu li { display: inline-block; padding-left: 14px; float: right; }
.top-menu >li a { text-transform: uppercase; color: #000000; font-size: 15px; }
.top-menu >li a:hover { color: #797b7c; }
.top-bar { margin-right: -15px; float: right; }
.social-icon { float: left; }
.social-icon a { display: inline-block; display: inline-block; padding: 3px 0 3px; background: #1fc9f3; color: #fff; margin-top: 18px; width: 27px; margin-right: 5px; float: right; text-align: center; }
.social-icon a:hover { background: #21adcf; color: #fff; }
/*==============================main slider================================*/
.main-slider { /*margin-top: -55px;*/ }
#main-slider .owl-dots { text-align: center; position: absolute; width: 100%; bottom: 28px; z-index: 999; }
#main-slider .owl-dot.active { background-color: #81140b; border-color: #81140b; border-radius: 100px; }
#main-slider .owl-dot { width: 13px; height: 13px; background-color: #fff; border: 1px solid #fff; display: inline-block; margin: 3px; border-radius: 100px; }
#main-slider .owl-nav { top: 42%; position: absolute; width: 100%; display: none; }
#main-slider .owl-next,
#main-slider .owl-prev { border: 1px solid #ccc; color: #ccc; width: 37px; height: 61px; text-align: center; font-size: 108px; line-height: 39%; display: inline-block; margin: 0 25px; }
#main-slider .owl-next { float: right; }
#main-slider .owl-prev { float: left; }
.slide-no-image { background-color: #81140b; }
.slide-no-image .slide-content { position: absolute; left: 50%; right: auto; top: 50%; bottom: auto; transform: translate(-50%, -50%); min-height: inherit; width: auto; text-align: center; }
.slide-no-image .slide-content img { max-height: 20em; width: auto; }
.slide-content { position: absolute; left: 12%; right: 0px; bottom: 113px; min-height: 42%; width: 40%; text-align: left; }
.slide-content h1 { font-size: 57px; color: #d8ca4a; font-weight: normal; margin-bottom: 32px; display: inherit; text-shadow: 1px 1px 1px #000; letter-spacing: -1px; }
.slide-content h1 span { padding: 5px 10px; background: #81140b; }
.slide-content p { font-weight: 300; font-size: 25px; color: #d8ca4a; line-height: 42px; margin-bottom: 50px; text-shadow: 1px 1px 1px #000; letter-spacing: 0px; padding: 5px 10px; background: #81140b; }
.slide-content .more { text-transform: uppercase; padding: 12px 25px; text-shadow: 1px 1px 1px #ccc; }
.slider-bar { height: 15px; background: #5da5e1; background: -moz-linear-gradient(left, #5da5e1 0%, #6096c5 60%, #f7e436 60%, #da8240 70%, #b41b71 70%, #5a228d 80%, #a7c664 80%, #385c38 100%); background: -webkit-linear-gradient(left, #5da5e1 0%, #6096c5 60%, #f7e436 60%, #da8240 70%, #b41b71 70%, #5a228d 80%, #a7c664 80%, #385c38 100%); background: linear-gradient(to right, #5da5e1 0%, #6096c5 60%, #f7e436 60%, #da8240 70%, #b41b71 70%, #5a228d 80%, #a7c664 80%, #385c38 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da5e1', endColorstr='#385c38', GradientType=1 );
}
/*==============================main-section (general)================================*/
main { padding-top: 130px; }
.section-title { color: #81140b; font-weight: 400; margin: 0 auto 22px; font-size: 56px; letter-spacing: 0px; position: relative; display: table; }
.section-title span { color: #ff7300; }
.hdg-bdr { width: 47px; margin: 0px auto 20px; display: block; height: 6px; background-color: #ff7300; font-size: 14px; font-weight: 400; }
.submit { background: #81140b; padding: 5px 13px; color: #fff; font-size: 15px; border: none; text-transform: uppercase; }
.submit:focus,
.submit:visited { color: #fff; text-decoration: none; }
.submit:hover { background: #000; color: #fff; }
.see-all { color: #ff7300; font-size: 15px; text-decoration: underline; }
.see-all:hover { color: #fff; text-decoration: none; }
.inner { padding: 150px 0 0; /* background-color: #fff;*/ }
.thumbnail .caption { padding: 10px 0px 5px; font-size: 14px; color: #81140b; }
.contact-addr { }
.contact-addr li { }
.contact-addr li .fa { height: 29px; float: left; margin-right: 10px; margin-top: 4px; color: #81140b; width: 20px; font-size: 20px; }
.contact-addr li a { color: #333; }
.contact-addr li a:hover,
.contact-addr li a:focus { color: #81140b; }
blockquote .small,
blockquote footer,
blockquote small { color: #000; }
/*====================about====================*/
.headline { padding-top: 63px; padding-bottom: 20px; font-size: 30px; font-weight: 600; color: #586880; text-transform: uppercase; letter-spacing: 3px; }
.about { padding: 50px 0; /*background-color: #fff;*/ }
.about p { /*width: 70%; margin: 0 auto; text-align: center;*/ }
/*====================services====================*/
#block-section { }
.block-section .box { text-align: center; padding: 20px 15px; color: #fff; margin: 0 -15px; height: 229px; background-repeat: no-repeat; background-size: cover; }
.block-section .box h4 { font-size: 28px; font-weight: 400; }
.block-section .box p { font-size: 14px; color: #fff; margin-bottom: 20px; }
.block-section .box img { opacity: 1; width: 100% }
.block-section .box img:hover { opacity: 0.5; }
.block-section .box .more { color: #fff; text-transform: uppercase; font-size: 14px; border: solid 2px #fff; padding: 5px; }
.no-padding { padding: 0 !important; }
.box.baggi { background-image: url(../images/services/eventz_0024.jpg); }
.box.ghodi { background-image: url(../images/services/eventz_0005.jpg); }
.box.band { background-image: url(../images/services/eventz_0040.jpg); }
.box.light { background-image: url(../images/services/eventz_0034.jpg); }
.box.complete { background-image: url(../images/services/eventz_0042.jpg); }
.box.birthday { background-image: url(../images/services/eventz_0038.jpg); }
.box.engagement { background-image: url(../images/services/eventz_0031.jpg); }
.box.anniversary { background-image: url(../images/services/eventz_0008.jpg); }
.box.theme { background-image: url(../images/services/eventz_0004.jpg); }
.box.festive { background-image: url(../images/services/eventz_0017.jpg); }
.box.cultural { background-image: url(../images/services/eventz_0020.jpg); }
.box.religious { background-image: url(../images/services/eventz_0014.jpg); }
.box.pink { background-color: #9D3797; }
.box.purple { background-color: #415CB1; }
.box.red { background-color: #C83D23; }
.box.cyan { background-color: #0AA0B6; }
.box.yellow { background-color: #E5A909; }
.box.green { background-color: #A19D07; }
/*====================client-logo====================*/
.client-logo { /*background-color: #F2F2F2;*/ clear: both; padding: 50px 0; }
.logos ul { margin: 0; padding: 0; text-align: center; }
.logos ul li { display: inline-block; vertical-align: middle; border: solid 1px #eee; margin: 5px; box-shadow: 0px 0px 2px #D0D0D0; }
.logos ul li img { max-height: 54px; }
/*=================================testimonial panel==============================*/
.testimonial-panel { padding: 36px 0; text-align: center; background-color: #81140b; color: #e3bc3f; }
.testimonial-panel .section-title { font-size: 38px; line-height: 1.2; margin-bottom: 10px; color: #e3bc3f; }
.testimonial-panel .section-title::before,
.featurd-prod-panel .section-title::after { background-color: #e3bc3f; }
#testimonial { padding: 0 5%; }
#testimonial .owl-dots { display: block; }
#testimonial .owl-nav { top: 33%; position: absolute; width: 90%; display: none; }
#testimonial .owl-next { color: #e3bc3f; width: 40px; height: 40px; text-align: center; font-size: 140px; display: inline-block; margin: 0 -65px 0 0; float: right; text-shadow: 3px 2px 9px #151515; line-height: 0%; }
#testimonial .owl-prev { color: #e3bc3f; width: 40px; height: 40px; text-align: center; font-size: 140px; display: inline-block; margin: 0 0 0 -65px; float: left; text-shadow: 3px 2px 9px #151515; line-height: 0%; }
.testimonial-item { transition: all ease-in-out 0.5s; padding: 12px; }
.testimonial-item:hover { }
.testimonial-item img { width: 85px !important; height: 85px; border-radius: 100px; margin: 5px auto; border: solid 3px #fff; box-shadow: 0px 0px 5px #000; }
.testimonial-thumb { margin: 0 auto; overflow: hidden; text-align: center; position: relative; }
.testimonial-thumb img { width: auto; max-height: 100%; max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.testimonial-panel p { font-size: 16px; font-weight: 300; line-height: 1.4; margin-bottom: 15px; }
.testimonial-panel .client-nm { display: block; font-size: 25px; line-height: 1.2; font-weight: 700; }
.testimonial-panel .comp-nm { display: block; font-size: 15px; margin: 0 15px; font-weight: 300; }
/*=================================social-icon-panel==============================*/	
.social-icon-panel { background-color: #fff; padding: 100px 0; text-align: center; }
.social-icon-panel ul { margin: 0; padding: 0; text-align: center; }
.social-icon-panel ul li { display: inline-block; vertical-align: middle; margin-right: 50px; }
.social-icon-panel ul li:last-child { margin-right: 0; }
.social-icon-panel ul li img { }
/*====================footer====================*/
.footer-panel { background-color: #000; background-image: url(../images/footer-bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: top center; padding: 50px 0 50px; }
.footer-panel h2 { font-size: 32px; color: #fff; /*border-bottom: solid 1px #fff;*/ padding-bottom: 6px; margin: 0 110px 25px 0; width: 100%; }
.footer-panel .list-inline > li { display: block; line-height: 20px; margin-bottom: 12px; }
.footer-panel .list-inline.links > li { line-height: 12px; }
.footer-panel li,
.footer-panel a { color: #fff; font-size: 13px; }
.footer-panel a:hover { color: #d1d1d1; }
.footer-panel a.see-all { color: #ff7300; font-size: 15px; }
.footer-panel a.see-all:hover { color: #fff; }
.footer-panel .blog li,
.footer-panel .blog a { font-size: 15px; }
.date { display: block; }
.footer-panel .form-group { margin-bottom: 5px; }
.footer-panel .form-control { display: block; width: 100%; height: 30px; padding: 6px 8px; font-size: 13px; line-height: 1.42857143; color: #fff; background-color: #81140b; background-image: none; border: 1px solid #e3bb3e; border-radius: 0px; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.footer-panel textarea.form-control { height: 65px; margin-bottom: 20px; resize: none; }
.scl-icon ul { padding-left: 0; }
.scl-icon ul li { display: inline-block; }
.custom-icon { width: 30px; height: 35px; color: #fff; background: #ff7300; display: inline-block; line-height: 35px!important; font-size: 16px!important; border-radius: 100%; margin: 0 5px 0 0; text-align: center; }
.scl-icon a:hover .custom-icon { border-color: #fff; background-color: #fff; color: #ff7300; }
.copyright { position: relative; text-align: center; background-color: #81140b; padding: 30px 0 20px; color: #e3bb3e; }
.copyright a { color: #e3bb3e; margin-right: 5px; }
.copyright a:hover { color: #fff; }
.copyright p { font-size: 16px; text-transform: capitalize; }
.footer-panel .col-md-3 { width: 20%; margin-right: 76px; }
.footer-panel .social-icon { float: left; }
.footer-panel .address .fa { height: 29px; float: left; margin-right: 10px; margin-top: 3px; width: 14px; font-size: 15px; }
.footer-panel .address .location .fa { /*height: 70px;*/ }
.list-inline.address { margin-left: 0; margin-bottom: 53px; }
.socials { padding-left: 10px; }
.socials a { margin-left: 5px; }
.socials a .fa { font-size: 36px; line-height: 1.2; }

/*============Responsive============*/
@media (max-width:767px) {
.shw-dsktp { display: none; }
.shw-mob { display: block; }
.space .navbar-fixed-top { /*background: #fff;*/ }
p { font-size: 16px; }
.navbar-default .navbar-brand { padding-top: 8px; padding-bottom: 0px; }
.navbar-brand > img { /*width: 110px; margin-top: 5px;*/ max-height: 80px; }
.navbar-left,
.navbar-right { float: none !important; }
.navbar-toggle { margin-top: 10px; transition: all 0.3s ease-in-out 0s; }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover { border-bottom: none; }
main { padding-top: 90px; }
.main-slider { margin-top: 0; }
.slide-content { background-color: #81140b; position: static; width: 100%; text-align: center; min-height: inherit; display: inline-block; }
.slide-content p { font-size: 15px; line-height: 25px; }
#main-slider .owl-dots { bottom: -52px; }
.owl-dot { width: 10px; height: 10px; margin: 5px; bottom: 4px; }
h1,
.section-title { /*font-size: 23px;*/ line-height:0.8; letter-spacing: 0px; margin-bottom: 5px; }
.space .navbar-default .navbar-brand { /*width: 60%; padding-top: 26px; padding-bottom: 8px;*/ }
.space .navbar-brand > img { /*width: 85px;*/ }
.space .navbar-toggle { /*margin-top: 25px; margin-bottom: 0px; transition: all 0.3s ease-in-out 0s;*/ }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover { /*border: 0px;*/ }
.navbar-nav>li { /*display: inline-block; width: 100%; border: solid 1px #eee;*/ padding: 5px 10px; text-align: center; }
.navbar-collapse.collapse { width: 100%; border: transparent; }
.navbar-collapse.collapse { display: none!important; }
.navbar-fixed-top .navbar-collapse { max-height: 460px; }
.navbar-nav .open .dropdown-menu { box-shadow: solid 1px #eee; }
.navbar-nav .open .dropdown-menu > li > a { padding: 10px 10px; line-height: 14px; }
.collapse.in { display: block !important; }
ul.dropdown-submenu { display: block; float: left; width: 100%; padding-top: 0px; padding-left: 20px; position: static; }
ul.dropdown-submenu li { display: inline-block; width: 100%; text-transform: capitalize; line-height: 14px; }
ul.dropdown-submenu li>a { letter-spacing: normal; font-weight: 300; }
.dropdown.open { background-color: #f4f4f4; padding-bottom: 10px; }
.dropdown-menu > li { border: solid 1px #eee; }
.dropdown-toggle { margin-left: 0px; }
#testimonial .owl-prev { margin: 0 0 0 -30px; }
#testimonial .owl-next { margin: 0 -30px 0 0; }
.footer-panel { padding: 25px 0 30px; }
.footer-panel .col-md-3 { width: 100%; }
.footer-panel h2 { margin-bottom: 10px; margin-top: 40px; text-align: center; }
.list-inline > li { padding-left: 0; padding-right: 0; /*text-align: center;*/ }
.footer-panel .social-icon { width: 96px; margin: 0 auto; float: none; }
.footer-panel .fa,
.scl-icon { text-align: center; float: none !important; }
.footer-panel .address { text-align: center; }
.footer-panel .address .fa { display: block; width: auto; }
.footer-panel .address .location .fa { /*height: 30px;*/ }
.footer-panel table { width: 78%; margin: 0 auto; }
.footer-panel form { text-align:center; }
.logos ul li { margin-right: 0; }
.logos ul li img { margin-right: 0; }
.block-section .box { /*height: auto;*/ }
.wedding,
.conference,
.concert,
.branding,
.cab,
.hotel-rsv { /*display: none;*/ }
.box.purple { background-color: #415CB1; }
.box.red { background-color: #C83D23; }
.box.cyan { background-color: #0AA0B6; }
.box.yellow { background-color: #E5A909; }
.box.green { background-color: #A19D07; }
.dsktp { display: none; }
.mob { display: block; }
.slide-no-image .slide-content img { max-height: 5em; }
.hdr-top .col-md-4 { text-align: center; float: none !important; }
.hdr-top { font-size: 10px; }
.follow ul { width: 143px; margin: 0 auto; float: none; }
.hdr-top a { font-size: 10px; }
.slide-content { /*bottom: 24px; left: 6%; min-height: 55%; width: 70%;*/ }
.slide-content h1 { font-size: 28px; letter-spacing: 0px; margin-bottom: 10px; }
.slide-content p { font-size: 18px; line-height: 1.4; margin-bottom: 10px; }
.slide-content .more { padding: 4px 8px; font-size: 10px; }
.more { padding: 8px 6px; font-size: 12px; }
.logos ul li img { max-height: 32px; }
.social-icon-panel { padding: 30px 0; }
.social-icon-panel ul li { margin-right: 15px; }
.social-icon-panel ul li img { max-width: 80px; }
.about-content { text-align: center; }
#testimonial { padding: 0 15px; }
}
 @media (min-width:480px) and (max-width:767px) {
/*.hdr-top ul li { margin-right: 10px; }
.follow span { margin: 0; }
.slide-content { bottom: 52px; }
.slide-content h1 { font-size: 28px; margin-bottom: 15px; letter-spacing: -1px; }
.slide-content p { font-size: 14px; margin-bottom: 0; }
.logos ul li img { max-height: 60px; }
.social-icon-panel ul li img { max-width: 120px; }*/

}
 @media (min-width:768px) and (max-width:991px) {
.container { /*width: 724px !important;*/ }
.navbar-brand > img { /*width: 140px;*/ }
.space .navbar-brand > img { /*width: 120px;*/ }
#myNavbar { margin-top: 18px; }
.space #myNavbar { margin-top: 13px; }
.navbar-nav > li { padding: 0 3px; }
.navbar-default .navbar-nav > li > a { font-size: 12px; }
#main-slider .owl-dots { bottom: 18px; }
main { padding-top: 110px; }
.slide-content h1 { font-size: 42px; }
.slide-content { width: 80%; bottom: 5px; }
.slide-content p { font-size: 20px; line-height: 30px; }
.block-section .box p { font-size: 13px; line-height: 18px; }
.social-icon-panel ul li { margin-right: 1px; }
.footer-panel h2 { font-size: 15px; margin-right: 35px; }
.footer-panel .address .location .fa { /*height: 84px;*/ }
.footer-panel .blog li,
.footer-panel .blog a { font-size: 12px; }
.box h2 { font-size: 17px; line-height: 27px; }
.block-section .box { padding: 20px 10px; }
.slide-no-image .slide-content img { max-height: 10em; }
}
 @media (min-width:992px) and (max-width:1199px) {
.container { /*width: 960px !important;*/ }
.navbar-nav > li { padding: 0 7px; }
.slide { position: relative; }
.slide-content { width: 46%; bottom: 90px; }
.slide-content h1 { font-size: 49px; }
.slide-content p { font-size: 20px; line-height: 30px; }
#main-slider .owl-dots { bottom: 18px; }
.footer-panel h2 { margin-right: 70px; }
.block-section .box { padding: 20px 10px; }
.slide-no-image .slide-content img { max-height: 16em; }
}
@media (min-width:768px) {
.dsktp { display: block; }
.mob { display: none; }
.slide-welcome { font-size: 30px; }
}
 @media (min-width:1200px) {
.about-content { padding-top: 4em; }
.slide-content { /*left: 20%;*/ }
.slide-content { /*width: 26%;*/ }
}
