/*
Theme Name: ldktrailers
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
@import url("./css/fonts.css");
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    font-family: "robotoregular";
    font-size: 15px;
    color: #4a4747;
}

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

h1 {
    font-size: 55px;
    color: #193554;
    font-family: "robotoblack"
}

h2 {
    font-size: 32px;
    color: #fff;
    font-family: "robotobold"
}

h3 {
    font-size: 25px;
    color: #FFD307;
    font-family: "robotoblack"
}

h4 {
    font-size: 22px;
    color: #193554;
    font-family: "robotomedium"
}

.line {
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    width: 90%;
}

.line:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 50px;
    left: 0;
    bottom: -2px;
    background-color: #ffd307;
}

a {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

*,
img:hover,
img:focus,
a:hover,
a:focus {
    outline: none;
}


/*==================Main site csss=====================*/

.mainHeader {
    border-top: 4px solid #193554;
    padding: 18px 0;
}

.topRighSec > .row {
    text-align: right
}

.topRighSec [class*=col] {
    text-align: left;
    position: relative;
}
.topRighSec [class*=col] .cntDetailsSec{position: relative;}

.topRighSec .iconSec {
    position: absolute;
    left: 0;
}

.topRighSec .iconSec i {
    font-size: 24px;
    color: #656363;
    border: 2px solid #ffd307;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.topRighSec p strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #1b3e66;
    font-family: "robotomedium"
}

.topRighSec p {
    font-size: 15px;
    color: #959191;
    font-family: "robotoregular";
    margin-bottom: 0;
}

.cntDetailsSec {
    padding-left: 55px;
}

.topRighSec {
    padding-top: 15px;
}

.navSec .navbar {
    background-color: #ffd307;
    min-height: 60px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navSec .navbar li:first-child a {
    border-left: 1px solid #ffe04f;
}

.navSec .navbar li:first-child {
    border-left: 1px solid #f4c900;
}

.navSec .navbar li {
    border-right: 1px solid #f4c900;
}

.navSec .navbar li a {
    font-family: "oswaldbook";
    font-size: 15px;
    color: #1f1b1b;
    text-transform: uppercase;
    padding: 20px 30px;
    border-right: 1px solid #ffe04f;
}

.navSec .navbar-right li a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px;
    color: #423911;
}

.navSec .navbar li a:hover,
.navSec .navbar li a:focus {
    background-color: #193554;
    color: #fff
}

.navSec .navbar li.current-menu-item a:before,
.navSec .navbar li.current-menu-item a {
    background-color: #193554;
    color: #fff
}

.hvr-shutter-in-horizontal::before,
.hvr-shutter-in-horizontal,
.navSec .navbar li a.hvr-shutter-in-horizontal:hover::before,
.navSec .navbar li a.hvr-shutter-in-horizontal:focus::before {
    background-color: #FFD307
}

.bannerSec ul,
.bannerSec ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.bannerSec .bannerCap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.bxslider ul a.readMoreBtn {
    color: #fff;
}

.bxslider li {
    position: relative;
}

.bxslider li:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
}

.bannerSec .bannerCap .bannerCapInner {
    display: table;
    width: 100%;
    height: 100%;
}

.bannerSec .bannerCap .bannerCapInner .bannerCapCont {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.bannerCapCont h1 {
    font-size: 60px;
    font-family: "robotoblack";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.bannerCapCont h2 {
    font-size: 35px;
    font-family: "robotolight";
    color: #ffd307;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 25px;
}

.bannerCapCont a {
    border: 2px solid #fff;
    padding: 9px 20px;
    text-transform: uppercase;
    font-family: "robotoregular";
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}

.bannerCapCont a:hover {
    background-color: rgba(255, 211, 7, 0.5);
    border: 2px solid #ffd307;
    text-decoration: none;
}

.bannerSec .slider-text {
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 0;
    bottom: 0;
    width: 100%;
}

.slider-text {
    visibility: hidden;
}

.slider-text.active-slide {
    visibility: visible;
}

.fancyLine {
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.fancyLine span {
    position: relative;
    display: inline-block;
}

.fancyLine span:before,
.fancyLine span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border: 1px solid #193554;
    border-left: none;
    border-right: none;
    top: 50%;
    margin-top: -2px;
    margin-left: 12px;
    margin-right: 12px;
}

.aboutHead {
    margin-bottom: 40px;
}

.fancyLine span:before {
    right: 100%
}

.fancyLine span:after {
    left: 100%;
}

.defPad {
    padding: 65px 0
}

.aboutUsSec {
    background-image: url(./img/aboutusBg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: top center;
}

.aboutUsSec:before {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.aboutLetSec img {
    border: 4px solid #d6d6d6;
}

.aboutUsSec p {
    line-height: 22px;
}

.ourServices {
    background-color: #e8ebef;
}

.serMenu {
    margin-top: -22px;
}

.serMenu a {
    background-color: #ffd307;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    position: relative;
    color: #383737;
    font-size: 16px;
    font-family: "robotomedium"
}

.serMenu a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
    border-top: 22px solid transparent;
    border-left: 25px solid #FFD307;
    border-bottom: 22px solid transparent;
}

.gallerCol > h2 {
    background: rgba(46, 102, 162, 0.5) none repeat scroll 0 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.ourSercAre .row {
    margin-top: -40px;
}

.ourSercAre .col-sm-4 {
    margin-top: 40px;
}

.serMenu a i {
    margin-right: 7px;
}

.serMenu a:hover:after {
    border-left-color: #193554;
}

.serMenu a:hover {
    background-color: #193554;
    color: #fff;
    text-decoration: none;
}

.ourSerHead {
    margin-bottom: 55px;
}

.sercContent p {
    padding-top: 30px;
    color: #6e6f70;
}

.footerSec {
    background: #193554 url(./img/footerBg.png) no-repeat top center;
}

.footerSec h2 {
    margin-bottom: 40px;
}

.footerSec .mapAre {
    border: 4px solid #FFD307;
    line-height: 0;
}

.footerSec .mapAre img {
    width: 100%;
}

.footerSec [class*=col] {
    padding: 0 25px
}

.footerSec .row {
    margin-left: -25px;
    margin-right: -25px;
}

.menuList .hvr-icon-forward::before {
    content: "\f101";
    right: auto;
    left: 0;
}

.menuList li {
    margin-bottom: 10px;
}

.menuList li a {
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    font-family: "robotoregular"
}

.menuList li a:hover {
    color: #FFD307;
}

.footContctSec .cntDiv i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.footContctSec span,
.footContctSec strong,
.footContctSec i,
.footContctSec pre {
    color: #fff;
    font-size: 14px;
}

.footContctSec .cntDiv {
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.footContctSec pre {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "robotoregular";
    padding: 0;
    margin: 0;
}

.footerSoicalIcon a {
    border: 1px solid #FFD307;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.footerSoicalIcon a i {
    font-size: 20px;
}

.footerSoicalIcon a:hover {
    background-color: #FFD307;
    border: 1px solid #32312f;
}

.footerSoicalIcon a:hover i {
    color: #32312f;
}

.footerSoicalIcon {
    margin-top: 10px;
}

.copyRightSec {
    background-color: #021e3d;
    border-top: 1px solid #FFD307;
    padding: 35px 0
}

.copyRightSec p {
    font-size: 14px;
    color: #FFD307;
    font-family: "robotoregular";
    margin-bottom: 0;
}

.innerPageBannerSec {
    position: relative;
    z-index: 1;
    min-height: 250px;
    background-size: cover;
    background-attachment: fixed;
    background-size: center center;
    background-repeat: no-repeat;
}

.innerPageBannerSec:before {
    background-color: rgba(2, 30, 61, 0.8);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.innerPageBannerSec h3 {
    text-transform: uppercase;
    font-size: 40px;
}

.gallerCol {
    position: relative;
    overflow: hidden;
}

.gallerySec .row {
    margin-top: -40px;
}

.gallerySec .col-sm-4{
    margin-top: 40px;
}
.gallerySec .col-sm-3 {
 margin-top: 30px;
}
.gallerCol .galleryCon {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    background-color: rgba(255, 211, 7, 0);
    text-align: center;
    width: 0;
}

/*.gallerCol .galleryCon a i.more {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    content: "+";
    display: inline-block;
    font-size: 50px;
    height: 80px;
    left: 50%;
    line-height: 76px;
    margin-left: -40px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 80px;
}
*/
.gallerCol .galleryCon a i.more {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    content: "+";
    display: inline-block;
    font-size: 30px;
    height: 60px;
    left: 50%;
    line-height: 55px;
    margin-left: -30px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 60px;
}
.gallerCol:hover .galleryCon a i {
    border-radius: 50%;
    margin-top: -40px;
    opacity: 0.75;
    transform: scale(1);
}

.gallerCol:hover .galleryCon {
    width: 100%;
    background-color: rgba(255, 211, 7, 0.8);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.breadcrumbSec .breadcrumb > li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumbSec .breadcrumb > li a:hover,
.breadcrumbSec .breadcrumb > li a:focus {
    text-decoration: none;
    color: #FFD307;
}

.breadcrumbSec .breadcrumb > li + li::before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #fff;
}

.breadcrumbSec {
    background-color: #193554;
    padding: 16px 0;
}

.breadcrumbSec .breadcrumb {
    background: transparent;
}

.bannerSec {
    position: relative;
}

.gallerySec {
    background-color: #F8F9F9
}

.widget-search input[type="search"],
#contact-form input[type="email"],
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea {
    color: #aaafb5;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
    border-color: #ddd;
    box-shadow: 0 0 3px #eee;
    -o-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
    -webkit-box-shadow: 0 0 3px #eee;
}

#contact-form label {
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
    font-family: "robotomedium";
    font-weight: normal;
    font-size: 16px;
    color: #303132
}

#contact-form textarea {
    min-height: 200px;
}

.contactUsPage h2 {
    color: #193554;
    margin-bottom: 30px;
}

.contactUsPage .line {
    border-color: #d6d6d6
}

.mapAre {
    width: 100%;
}

.mapAre img {
    width: 100%;
}

.contactUsPage .submit_btn {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    margin-top: 20px;
    border: 1px solid #FFD307;
    border-radius: none;
    background-color: #1B3E66;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-family: "robotomedium"
}

.contactUsPage .submit_btn:hover {
    background: #FFD307;
    color: #423911;
    border: 1px solid #1B3E66;
}

.required {
    color: #ff0000
}

.inormationSec ul li {
    margin-bottom: 10px;
}

.inormationSec ul li strong {
    margin-right: 8px;
}

.inormationSec h3 {
    font-size: 20px;
    color: #193554;
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: 70%;
}

.inormationSec i {
    color: #FFD307;
    font-size: 18px;
    margin-right: 5px;
    width: 20px;
}

.contactUsPage,
.aboutUsPage {
    background-color: #F8F9F9;
}

.aboutFeture .icon-box i {
    color: #FFD307;
    font-size: 50px
}

.aboutFeture .icon-box {
    margin-bottom: 20px;
}

.aboutFeture .col-sm-3 {
    text-align: center;
}

.abtFeturCol {
    border: 1px solid #d0d0d0;
    padding: 30px 30px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.abtFeturCol:hover {
    border-color: #193554
}

.aboutFeture {
    margin-top: 50px;
}

body .fr-box canvas {
    display: none !important;
}

.bread-current {
    color: #ffd307;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #193554;
    color: #fff
}


/*===========================Media query css ===============================*/

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .topRighSec [class*="col"] {
        text-align: center;
    }
    .topRighSec {
        padding-top: 0;
    }
    .topRighSec [class*="col"] .iconSec {
        text-align: center;
        position: relative;
        margin-bottom: 10px;
    }
    .cntDetailsSec {
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .topRighSec p {
        font-size: 13px;
    }
    .navSec .navbar li a {
        padding: 20px 15px;
        font-size: 13px;
    }
    .bannerCapCont h1{font-size: 40px;}
    .bannerCapCont h2{font-size: 20px;}
}

@media screen and (max-width:767px) {
	.copyRightSec .pull-left,.copyRightSec .pull-right{
		width: 100%;
		text-align: center;
	}
	.navSec .navbar li:first-child,.navSec .navbar li {border: none;}
	.navSec .navbar li:first-child a,.navSec .navbar li a{border: none;}
    .demonstrations [class*=col]{ width: 50%; float: left;}
    h4{font-size:16px;}
    .aboutUsPage  .col-sm-4.col-xs-6{width: 100%}
    .aboutUsPage  .col-sm-8.col-xs-6{width: 100%; margin-top: 30px;}
    .aboutFeture .col-sm-3{margin-bottom: 30px;}
    .footerSec .row {
    margin-left: 0;
    margin-right:0;
}
    h1{font-size: 40px;}
    .bannerCapCont h1{font-size: 25px; margin: 0 0 5px;}
    .bannerCapCont h2{font-size: 18px; margin: 0;}
    .bannerCapCont a{padding: 5px 10px; font-size: 14px;}
    .mainHeader .col-sm-4 {
        text-align: center;
    }
    .mainHeader .col-sm-4 img {
        display: inline-block;
    }
    .mainHeader .col-sm-8 .topRighSec {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .topRighSec > .row {
        text-align: center;
    }
    .mainHeader .col-sm-8 .topRighSec .col-sm-4 {
        text-align: left;
        display: inline-block;
    }
    #topNav .navbar-right {
        display: none;
    }
    .navSec .navbar {
        min-height: 50px;
    }
    .navbar-default .navbar-toggle {
        background-color: #1B3E66;
        border: 2px solid #1B3E66;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .navSec .navbar li a {
        padding: 15px 15px
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
}
@media screen and (max-width:633px){
    .aboutUsSec .col-sm-4.col-xs-6{width: 100%;}
    .aboutUsSec .col-sm-8.col-xs-6{width: 100%; margin-top: 30px;}
    .topRighSec [class*="col"] .cntDetailsSec {
    display: inline-block;
    position: relative;
    width: auto;
}
    .topRighSec .iconSec i{width: 30px; height: 30px; font-size: 14px; line-height:25px; }
    .topRighSec p strong{font-size:11px; }
    .topRighSec p{font-size: 11px;}
    .cntDetailsSec{padding-left: 35px;}
    .topRighSec .col-sm-4{padding:0;}
}
@media screen and (max-width:480px) {
    .demonstrations [class*=col]{width: 100%;}
    .demonstrations [class*=col] img{width: 100%;}
    .aboutFeture .col-sm-3{width: 100%;}
    .ourSercAre .col-sm-4{width: 100%;}
    h1{font-size: 30px;}
     .topRighSec .iconSec i{width: 45px; height: 45px; font-size: 20px; line-height:40px; }
     .topRighSec .iconSec{left: auto;
    margin-left: -60px;}
    .topRighSec p strong{font-size:14px; }
    .topRighSec p{font-size: 14px;}
    .cntDetailsSec{padding-left:0;}
    .mainHeader .col-sm-8 .topRighSec .col-sm-4{display: block; margin-bottom: 15px; text-align: center;}
    .bannerCapCont h1{font-size: 16px;}
    .bannerCapCont h2{font-size: 12px;}
      .bannerCapCont a{padding: 5px 6px; font-size: 12px;}
      .bannerSec .bx-wrapper .bx-pager{display: none;}
}
