/* --------------------------------------
Table Of Contents
01) Common Style
02)TOP HEADER
03)Logo
04)Navbar
05)Banner
06)Section 1
07)Section 2
08)Section 3
09)Section 4
10)Section 5
11)Section 6
12)Section 7
13)Section 8
14)Section 9
15)Section 10
16)Footer top
17)Footer Bottom
18)Section 11
19)Section 12
20)Section 13
21)Section 14
22)Section 15
23)Inner Title bar
24)Section 16
25)Section 17
26)Section 18
27)Section 19
28)Section 20
29)Section 21
30)Section 22

*/


/************************************
 01)Common CSS
*************************************/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0 solid
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.btn {
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #0e3975;
    border-color: #0e3975;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0e3975;
    border-color: #0e3975;
}

.btn-seconday {
    color: #0e3975;
    background-color: #fff;
    border-color: #fff;
}

.btn-seconday:hover {
    color: #0e3975;
    background-color: #efeded;
    border-color: #efeded;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.read-more {
    color: #0e3975;
    font-size: 14px;
    font-weight: 600;
}

.read-more:hover {
    text-decoration: underline;
    color: #0e3975;
}

p {
    line-height: 26px;
}


.section-margine {
    margin: 70px 0 0 0;
}


/************************************
02)TOP HEADER
*************************************/

.top-header {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
    background-color: #0e3975;
}

.contact-detail2 {
    margin: 0px;
}

.contact-detail2 i {
    border-radius: 3px;
    padding: 3px 5px;
}

.contact-detail2 li {
    list-style: outside none none;
    float: right;
    padding: 6px 10px;
    border-right: 0;
}

.contact-detail2 li:first-child {
    padding-left: 0;
}

.contact-detail2 li:first-child {
    border-left: 1px solid #fff;
    padding-left: 5px;
}

.contact-detail2 li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.social-icons {
    list-style: outside none none;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.social-icons li {
    margin-right: 10px;
    display: inline;
}

.social-icons a {
    color: #777;
    font-size: 14px;
    line-height: 15px;
    padding: 3px 5px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.social-icons a:hover {
    color: #00AEFF
}


/************************************
03)Logo
*************************************/

.navbar-brand {
    float: left;
    height: auto;
    padding: 8px 0px;
    font-size: 18px;
    line-height: 20px;
}

.logo-text {
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: bottom;
    line-height: 32px;
    letter-spacing: 1px;
    color: #777;
}

.logo-text span {
    font-size: 25px;
    text-transform: none;
    margin-right: 3px;
    letter-spacing: 0;
}

.logo-text samp {
    background: #0e3975;
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}


/************************************
04)Navbar 1
*************************************/

.navbar {
    margin-bottom: 0px;
}

.header-shade {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
    margin-top: 0px !important;
    padding: 20px 0px !important;
    background: #fff !important;
    position: fixed !important;
}

.navbar-fixed-top .navbar-nav>li>a {
    color: #777 !important;
    font-weight: 600 !important;
    background: transparent !important;
    text-transform: uppercase !important;
}

.navbar-1 .navbar-right .dropdown-menu {
    left: 0!important;
    border-radius: 0;
    border: 0;
    padding: 0;
    transition: all 0.4s ease 0s;
}

.dropdown-menu .divider {
    margin: 0px;
}

.dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #777;
    background: #fff;
    padding: 10px;
}

.dropdown-menu> li >a:hover {
    color: #fff !important;
    background-color: #0e3975;
}

.navbar-1 {
    background: #fff;
    border: none;
    border-radius: 0px;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.navbar-1 .navbar-nav>li>a {
    background: transparent !important;
}

.navbar-1 .navbar-nav>li>a:hover,
.navbar-1 .navbar-nav>li>a:active {
    background-color: transparent;
}

.navbar-1 .navbar-nav>.open>a,
.navbar-1 .navbar-nav>.open>a:focus,
.navbar-1 .navbar-nav>.open>a:hover {
    color: #0e3975;
    background-color: #fff;
    transition: all 0.4s ease 0s;
}

.navbar-1 .navbar-nav>li>.dropdown-menu {
    margin-top: 26px;
}

.dropdown .dropdown-menu .caret {
    border:4px solid transparent;
    border-bottom:6px solid transparent;
    border-left-color:#000;
    float:right;
    margin-top: 6px;
}
.dropdown-menu {
    min-width:250px
}
.dropdown-menu > li.open > a {
    background-color:#F5F5F5;
    color:#262626;
    text-decoration:none
}
.dropdown-menu .dropdown-menu {
    left:100%;
    margin:0;
    right:auto;
    top:-1px
}
.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    left:auto;
    right:100%
}
.dropdown-menu.animated {
    -webkit-animation-duration:0.3s;
    animation-duration:0.3s
}
.dropdown-menu.animated:before {
    content:" ";
    display:block;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:99
}
.dropdownhover-top {
    margin-bottom:2px;
    margin-top:0
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
    bottom:-1px;
    top:auto
}
.navbar-nav > li > .dropdown-menu {
    margin-bottom:0
}
.dropdownhover-bottom {
    -webkit-transform-origin:50% 0;
    transform-origin:50% 0
}
.dropdownhover-left {
    -webkit-transform-origin:100% 50%;
    transform-origin:100% 50%
}
.dropdownhover-right {
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%
}
.dropdownhover-top {
    -webkit-transform-origin:50% 100%;
    transform-origin:50% 100%
}


/************************************
05)Banner
*************************************/

.carousel {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control.left {
    background: none;
    top: 45%;
}

.carousel-control.right {
    background: none;
    top: 45%;
}

.carousel-inner>.item>img {
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    min-height: 300px;
}

.carousel-control.left span,
.carousel-control.right span {
    background: #333 none repeat scroll 0 0;
    display: inline-block;
    width: 40px;
}


/************************************
06)Section 1
*************************************/

.section-1-box {
    padding: 0 50px;
    text-align: center;
    margin-top: 45px;
    background: #f5f5f5;
    transition: all 0.4s ease 0s;
}

.section-1-box-icon-background {
    background: #0e3975 none repeat scroll 0 0;
    display: inline-block;
    height: 80px;
    margin: 25px auto;
    transition: all 0.4s ease 0s;
    width: 80px;
    padding: 10px;
}

.section-1-box-icon-background i {
    line-height: 80px;
    color:#ffffff;
}

.section-1-box h4 {
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-1-box p {
    color: #777;
    font-size: 14px;
    padding-bottom: 50px;
}
.section-1-box:hover
{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
   box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.27);
}

/************************************
07)Section 2
*************************************/

.section-2-box-left {
    border-right: 1px solid #0e3975;
}

.section-2-box-left h4 {
    font-size: 18px;
    color: #999;
    text-align: right !important;
    margin: 0 15px 15px 0;
}

.section-2-box-left h2 {
    font-size: 30px;
    color: #555;
    text-align: right !important;
    margin: 0 15px 30px 0;
}

.section-2-box-right p {
    color: #777;
}

.sec-title {
    margin-bottom: 43px;
    margin-top: -7px;
}

.sec-title .tagline {
    color: #7e7e7e;
    display: inline-block;
    font-family: "PT Serif", sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.sec-title h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.sec-title .double-border {
    display: inline-block;
    margin-top: 13px;
}

.sec-title .double-border::before,
.sec-title .double-border::after {
    background: #b9b9b9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
}

.sec-title .double-border::before {
    width: 136px;
}

.sec-title .double-border::after {
    margin-top: 5px;
    width: 72px;
}

.sec-title.text-center .double-border::before,
.sec-title.text-center .double-border::after {
    margin-left: auto;
    margin-right: auto;
}

.sec-title p {
    color: #898989;
    font-size: 14px;
    line-height: 26px;
    margin-top: 35px;
}


/************************************
08)Section 3
*************************************/

.section3-background {
    background: #333333 url(../images/p1.png)no-repeat center;
    background-size: cover;
}

.over-bg {
    background-color: rgba(140, 72, 159, 0.9);
}

.section-3-box {
    padding: 70px 0;
    text-align: center;
}

.section-3-box figure {
    color: #fff;
    margin: 10px 0;
}

.section-3-box h3 {
    font-size: 30px;
    color: #fff;
}

.section-3-box h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
}


/************************************
09)Section 4
*************************************/

.section-4-box {
    padding: 20px 0px;
    overflow: hidden;
}

.section-4-box-icon-cont {
    float: left;
    width: 30px;
    margin: 0 23px 53px 0;
}

.section-4-box-icon-cont i {
    color: #0e3975;
}

.section-4-box-text-cont {
    margin: 0 0 0 15px;
}

.section-4-box-text-cont h5 {
    text-transform: uppercase;
    color: #555555;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.section-4-box-text-cont p {
    color: #777;
    font-size: 14px;
}


/************************************
10)Section 5
*************************************/

.section-5-background {
    background: url(../images/section-5-background.jpg) no-repeat fixed;
    background-color: #252525;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section-5-box-text-cont {
    text-align: center;
}

.section-5-box-text-cont h2 {
    color: #fff;
    margin: -8px 0 15px 0;
}

.section-5-box-text-cont p {
    color: #fff;
    margin: 0 0 40px 0;
}


/************************************
11)Section 6
*************************************/

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

.section-title h2 {
    font-size: 30px;
    color: #555555;
}

.section-title h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
}

.section-6-box {
    margin-bottom: 20px;
}

.section-6-box h3 {
    font-size: 20px;
    color: #555555;
    margin-top: 30px;
}

.section-6-box p {
    font-size: 14px;
    color: #777;
}


/************************************
12)Section 7
*************************************/

.section-7-background {
    background-color: #252525;
    background-position: center;
    padding: 100px 0 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section-7-box-text-cont {
    text-align: left;
}

.section-7-box-text-cont h2 {
    color: #fff;
}

.section-7-box-text-cont p {
    color: #fff;
    margin: 0 0 40px 0;
}


/************************************
13)Section 8
*************************************/

.section-8 {
    padding-bottom: 70px;
}

.testimonial_wrapper {
    margin-top: 20px;
}

.single_testimonial {
    text-align: center;
    border: 1px solid #eeeeee;
    position: relative;
    padding: 75px 72px 60px;
    margin: 55px 15px 0 15px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.05)

}

.single_testimonial .testmonial_img {
    display: inline-block;
    height: 110px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
}

.single_testimonial .testmonial_img img {
    width: 100%;
    border-radius: 50%;
}

.name_desig .name {
    font-size: 14px;
    color: #0e3975;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}

.name_desig .desig {
    font-weight: 300;
    font-style: italic;
    color: #8e8e8e;
    font-size: 12px;
}

.testimonial_text {
    margin-top: 9px;
    position: relative;
}

.testimonial_text::before {
    content: "\f10d";
    position: absolute;
    right: calc(100% + 10px);
    top: -12px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #0e3975;
}


/************************************
14)Section 9
*************************************/

.section-9-background {
    background: #efefef;
    padding: 25px;
}


/************************************
15)Section 10
*************************************/

.section-10-background {
    background: #0e3975;
    padding: 40px 0px;
}

.section-10-box-text-cont h3 {
    font-size: 24px;
    color: #fff;
}

.section-10-box-text-cont p {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.section-10-btn-cont {
    text-align: right;
    margin: 17px 0 0 0;
}


/************************************
16)Footer top
*************************************/

.footer-top {
    padding: 25px 0;
    background-color: #333;
    color: #7e7e7e;
    font-size: 14px !important;
}

.footer-top p {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.footer-top-box {
    margin: 30px auto;
    overflow: hidden;
}

.footer-top h4 {
    color: #fff;
    text-transform: capitalize;
}

.footer-top .input-holder {
    position: relative;
}

.footer-top .input-holder input[type="email"] {
    width: 100%;
    display: inline-block;
    border: 0;
    border-radius: 0;
    height: 39px;
    padding: 10px 20px;
}

.footer-top .input-holder label {
    position: absolute;
    top: 0;
    right: -4px;
    text-align: center;
    cursor: pointer;
}

.footer-top .input-holder label i {
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 20px;
    color: #fff;
}

.footer-top .input-holder input[type="submit"] {
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    line-height: 0;
    text-indent: -999px;
}

.footer-top .submit-bgcolor {
    background-color: #0e3975;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-top ul li {
    margin: 0 0 10px 0px;
}

.footer-top ul li a {
    color: #7e7e7e;
}

.footer-top ul li a:hover {
    color: #fff;
}

.tag a {
    margin: 5px;
    color: #7e7e7e;
    padding: 5px;
    float: left;
    border: 1px solid #7e7e7e;
}

.tag a:hover {
    color: #fff;
    border: 1px solid #fff;
}


/***************************************
17)Footer Bottom
****************************************/

.footer-bottom {
    font-size: 14px;
    padding: 0px 0;
    background-color: #15224f;
    color: #ccc;
}

.footer-bottom ul.social-buttons {
    list-style-type: none;
    margin: 10px auto;
    padding: 0px;
}

.footer-bottom ul.social-buttons li a {
    display: block;
    background-color: #0e3975;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 25px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.footer-bottom ul.social-buttons li a:hover {
    background-color: #0e3975;
}

.footer-bottom .copyright {
    color: #ccc;
    margin: 10px 0 10px 0;
}


/************************************
18)Section 11
*************************************/

.section-11 {
    padding-bottom: 70px;
}

.section-11-box {
    padding: 20px 0px;
    text-align: center;
}

.section-11-box-icon-background {
    background: #0e3975;
    height: 80px;
    width: 80px;
    border-radius: 5%;
    margin: 0 auto 20px auto;
}

.section-11-box-icon-background i {
    margin-top: 28px;
    color: #fff;
}

.section-11-box h4 {
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-11-box p {
    color: #777;
    font-size: 14px;
}


/************************************
19)Section 12
*************************************/

#section-12 {
    padding: 25px 0px;
    margin: 50px auto 50px auto;
}

.portfolioFilter {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    padding: 15px 10px;
    color: #0e3975;
}

#section-12 p {
    margin-bottom: 100px;
}

.portfolioFilter a {
    color: #0e3975;
    text-decoration: none;
    margin: 15px 5px 15px 5px;
    padding: 10px 15px;
    display: inline-block;
}

.portfolioFilter a.current {
    color: #0e3975;
    font-weight: 700;
}

.portfolioContainer a img {
    margin: 15px auto;
    width: 100%;
    height: 100%;
}

.portfolioContainer1 a img {
    /*margin:15px auto;*/
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/************************************
20)Section 13
*************************************/

.section-13 {
    background: #0e3975;
    padding: 70px 0;
}

.section-13 h2 {
    color: #fff;
    font-weight: 200;
}

.section-13 p {
    color: #fff;
}

.section-13 .light {
    color: #fff;
    width: 20%;
    margin: 30px auto 40px auto;
}

.section-13 .btn {
    color: #0e3975;
    font-weight: 600;
}

.section-13 .btn-default {
    border-color: transparent;
}


/************************************
21)Section 14
*************************************/

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

.section-title h2 {
    font-size: 30px;
    color: #555555;
}

.section-title h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.section-14-box {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.section-14-box h3 {
    margin-top: 30px;
}

.section-14-box h3 a {
    font-size: 20px;
    color: #555555;
}

.section-14-box h3 a:hover {
    font-size: 20px;
    color: #999;
}

.section-14-box p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin: 0 0 20px 0;
}

.section-14-box .date,
.section-14-box .comments {
    float: left;
}

.section-14-box .date,
.section-14-box .comments {
    margin: 0 10px 15px 0;
    color: #222;
    font-size: 13px;
}

.section-14-box .comments a{
    color: #222;
    margin: 0 0 0 10px;
}
.section-14-box .date span i{
    margin-right: 10px;
}
.section-14-box .comments a:hover {
    text-decoration: underline;
}

.section-14-box ul {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0px;
}

.section-14-box ul li {
    margin: 20px 0;
}

.section-14-box ul li a {
    color: #777;
}

.section-14-box ul li a:hover {
    text-decoration: none;
    color: #0e3975;
}

.section-14-box .underline {
    border-bottom: 2px solid #0e3975;
    padding: 0 0 15px 0;
}

.section-14-box ul li a.tag {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #777;
}

.section-14-box ul li a.tag:hover {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #0e3975;
    color: #0e3975;
}

.blog-search-field {
    border: 1px solid #e6e6e6;
    background: #fff;
    width: 100%;
    padding: 13px 15px;
    outline: none !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #777;
    margin: 20px 0 0 0;
}

.search-form button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.comment-form-container {
    margin: 70px auto;
;
}

.comment-form-container h4 {
    margin: 0 0 35px 0;
}

.comment-form-container .nopadding-left {
    padding-left: 0px;
}

.comment-form-container input.form-control {
    height: 50px;
}

.comment-form-container .form-control {
    border-radius: 0px;
    padding: 10px 15px;
}

/************************************
Section 15
*************************************/

.section17-background {
    background: #CCC;
    padding: 40px 0 30px 0;
}

.team-member {
    background: #fff;
}


/************************************
23)Inner Title bar
*************************************/

.inner-title {
    background: #0e3975;
    padding: 35px 0 30px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}

.inner-title h2 {
    color: #fff;
}

/* Breadcrumb */
.breadcrumb-trail {
    float: right;
}



.breadcrumb-trail .trail-browse,
.breadcrumb-trail .trail-items {
    display: inline-block;
}

.breadcrumb-trail h2.trail-browse {
    font-size: 14px;
}

.breadcrumb-trail .trail-items {
    margin-left: 0px;
    padding-left: 10px;
}

.breadcrumbs ul {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500
}

.breadcrumbs ul li {
    display: inline-block;
    color: #fff !important;
    margin: 0 0 0 5px
}

.breadcrumbs ul li a:after {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 10px;
}

.breadcrumbs ul li:last-child:after,
.breadcrumbs ul li:first-child:after {
    content: "";
    margin: 0;
}

.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
    color: #fff !important;
    font-weight: 600
}

.breadcrumbs ul li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.breadcrumbs ul li:first-child {
    padding-right: 0;
    margin-left: 0
}

.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
    color: #fff;
    background: 0
}

.breadcrumbs ul li:last-child {
    padding: 0;
    background: 0
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0e3975;
    border-color: #0e3975;
}

/************************************
24)Section 16
*************************************/

.section16 {
    padding: 70px 0;
}

.section16 .success,
.section16 .error {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 48px;
}

.section16 .success {
    color: green;
}

.section16 .error {
    color: red;
}

.section16 .success .fa,
.section16 .error .fa {
    font-size: 18px;
    margin-right: 5px;
}

.section16 input[type="text"],.section16 input[type="email"] {
    border-radius: 0px;
    padding: 10px 15px;
    height: 50px;
}

.section16 textarea {
    border-radius: 0px;
    padding: 25px 15px;
}

.section16 iframe {
    width: 100% !important;
}

.section16 .address {
    margin: 20px 0;
}

.section16 .address h4 {
    color: #0e3975;
}

.map{
    margin: -10px;
    margin-bottom:36px;
}
/************************************
25)Section 17
*************************************/

.section17 {
    background: #f8f8f8;
    padding: 70px 0;
}

.team-member1 {
    background: #fff;
    padding: 5px;
    margin: 10px auto;
    overflow: hidden;
}

.team-member1 .team-member1-img-cont {
    float: left;
    width: 100%;
}

.team-member1 .team-member1-img-cont img {
    min-height: 167px;
}

.team-member1 .team-member1-details {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.team-member1 .team-member1-details h4 {
    margin: 10px 0 0 0;
    padding: 0px;
}

.team-member1 .team-member1-details p {
    color: #878787;
    margin: 5px 0 5px 0;
}

.team-member1 .team-member1-details .sub {
    margin: 10px 0 10px 0;
}
.team-member1 .my-member-details {
    color: #333;
}
.team-member1 .my-member-social {
    transition: all 0.3s ease 0s;
}
.team-member1 .my-member-social ul{
    margin: 0;
    padding:15px 10px;
}
.team-member1 .my-member-social ul li {
    display: inline-block;
    list-style: outside none none;
    margin-top: 6px;
}
.team-member1 .my-member-social ul li a {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    margin-right: 5px;
}
.team-member1 .my-member-social ul li a:hover {
    background-color: #0e3975;
    border: 1px solid #0e3975;
    color: #fff;
}

/************************************
26)Section 18
*************************************/

.section-18-img {
    padding: 0;
}

.section-18 .textcont {
    margin: 10px 0;
}

.section-18 .textcont h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555555;
    line-height: 35px;
}

.section-18 .textcont p {
    margin-bottom: 20px;
    color: #777;
}

.section-18 .about_section2 {
    margin-top: 20px;
}

.section-18 .about_us_title h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555555;
    line-height: 35px;
}


/************************************
27)Section 19
*************************************/

.section19 {
    margin: 100px auto 100px auto;
;
}

.section19 .section19-404 {
    border-right: 1px solid #ddd;
}

.section19 .section19-404 h1 {
    font-size: 20em;
    font-weight: 700;
    color: #0e3975;
    text-align: center;
}

.section19 .section19-404 h3 {
    text-align: center;
}

.section19 .section19-subscribe h3 {
    margin-top: 100px;
    margin-bottom: 30px;
}

.section19 .section19-subscribe .form-control {
    border-radius: 0px;
    padding: 20px;
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
}

.section19 .section19-subscribe .btn-primary {
    border-radius: 0px;
    display: inline-block;
    margin: 0 0 3px 0;
}


/************************************
28)Section 20
*************************************/

.section20 {
    margin: 70px auto;
}

.section-20-box {
    padding: 25px 0px;
    overflow: hidden;
}

.section-20-box-icon-cont {
    float: left;
    width: 23px;
    margin: 0 15px 85px 0;
}

.section-20-box-icon-cont i {
    color: #0e3975;
}

.section-20-box-text-cont {
    margin: 0 0 0 15px;
}

.section-20-box-text-cont h5 {
    text-transform: uppercase;
    color: #555555;
    font-size: 16px;
    margin: 3px 0 15px 0;
}

.section-20-box-text-cont p {
    color: #777;
    font-size: 14px;
}


/************************************
29)Section 21
*************************************/

.section21 {
    margin: 70px auto;
}

.section-21-box {
    padding: 25px 0px;
    overflow: hidden;
}


/************************************
30)Section 22
*************************************/

@media only screen and (min-width: 1201px) {
.carousel-caption {
    bottom: 20px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 40px;
}

.navbar-static .nav> li >a{padding: 15px 30px 15px 0px;}
.carousel-inner>.item > .carousel-caption > a{ margin-bottom:20%;}
.team-member1 .team-member1-details p{font-size:14px;}
.section19 .section19-404  h1{font-size:20em;}
.navbar-brand { margin-left:0px !important;}
.section-10-btn-cont{text-align:right; margin: 17px 0 0 0;}
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
.carousel-caption {
    bottom: 20px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 40px;
}
.navbar-static .nav> li >a{padding: 15px 30px 15px 0px;}  
.carousel-inner>.item > .carousel-caption > a{ margin-bottom:20%;}
.team-member1 .team-member1-details p{font-size:14px;}
.section19 .section19-404  h1{font-size:20em;} 
.navbar-brand { margin-left:0px !important;} 
.section-10-btn-cont{text-align:right; margin: 17px 0 0 0;}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 769px) and (max-width: 991px) { 
.carousel-caption {
    bottom: 20px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 40px;
}
.team-member1 .team-member1-details p{font-size:14px;}
.section19 .section19-404  h1{font-size:20em;}   
.section-10-btn-cont{text-align:left; margin: 17px 0 0 0;} 
}
/* Mobile Layout: 320px. */
@media only screen and (min-width: 641px) and (max-width: 768px) { 
    .carousel-caption {
        bottom: 80px;
    }    
    .carousel-inner>.item > .carousel-caption > h1{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        line-height: 1em;
        margin-bottom: 20px;
    }
    .carousel-inner>.item > .carousel-caption > h3{
        font-style: italic;
        font-size: 15px;
        line-height: 1em;
        margin-bottom: 30px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and  (max-width: 767px) { 
.team-member1 .team-member1-details p{font-size:12px;}
.section19 .section19-404  h1{font-size:10em;} 
.navbar-brand { margin-left:15px !important;}   
.section-10-btn-cont{text-align:left; margin: 17px 0 0 0;}
.pull-right{float: none!important;}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 640px) { 
.carousel-caption {
    bottom: 80px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 30px;
}

.team-member1 .team-member1-details p{font-size:12px;}
.section19 .section19-404  h1{font-size:10em;}
.navbar-brand { margin-left:15px !important;}
.section-10-btn-cont{text-align:left; margin: 17px 0 0 0;}
}
@media only screen and (max-width: 480px){
.carousel-caption {
    bottom: 30px;
}    
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-caption .btn{
    margin-bottom: 20px;
}


}





.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 18px;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-outline .rslides .caption-wrap, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
    background: transparent !important;
    bottom: 12% !important;
	opacity: 1 !important;
}
.slider-contents h2 {
    font-size: 40px;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 80px;
}
.slider-contents p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
}
.slider-contents p.btn a.btn1 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-color: #4cae4c !important;
    color: #fff;
    background: #4cae4c !important;
}
.slider-contents p.btn a.btn1:hover {
    color: #fff;
    background-color: #449d44 !important;
    border-color: #398439 !important;

}
.slider-contents p.btn a.btn2 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-color: #f0ad4e !important;
    color: #fff;
    background: #f0ad4e !important;
}
.slider-contents p.btn a.btn2:hover {
	color: #fff;
	background-color: #ec971f !important;
	border-color: #d58512 !important;
}
.slider-contents p.btn {
    margin-top: 30px !important;
}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a, .metaslider.ms-theme-outline a.rslides_nav, .metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a, .metaslider.ms-theme-outline .coin-slider .coin-slider div a {
    background: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black;
    height: 40px !important;
    margin-top: -30px;
    max-width: 40px !important;
    opacity: 0;
    overflow: hidden;
    top: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 40px !important;
    border-radius: 50% !important;
    background: #086686 !important;
}
.metaslider .slides img {
    max-height: 540px !important;
}
.section-heading h2 {
    font-size: 52px;
    font-weight: 700;
}
.section-heading {
    margin: 40px 0 20px;
}
.section-heading h2 span {
    font-size: 52px;
    font-weight: 700;
    color: #0055b8;
}
.section-heading p {
    font-size: 25px;
    color: #333;
    font-weight: 300;
}
.Why-box h3 {
    margin: 12px auto;
    color: #000;
    text-align: center;
}
.Why-box p {
    margin: 12px auto;
    color: #000 !important;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 300;
}
.best-solutions {
    margin: 20px 0;
    padding: 20px;
}
.best-solutions h2 {
    font-size: 52px;
    font-weight: 400 !important;
    color: #fff !important;
    text-decoration: underline;
}
.best-solutions p {
    font-size: 21px !important;
    font-weight: 300 !important;
    color: #fff !important;
	margin-bottom: 0 !important;
}
.clients h2 {
    font-size: 32px;
    color: #333 !important;
}
.clients {
	margin: 40px 0 20px !important;
}
.client-say {
    margin: 30px 0;
    padding: 50px 0;
    color: #fff;
}
.client-say h2 {
    color: #fff !important;
}
.client-say .wpmtst-testimonial p {
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
}
.client-say .wpmtst-testimonial p {
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: left !important;
    font-size: 24px;
    font-weight: 700;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field::before {
    content: "--";
    padding-right: 10px;
}
.client-say .wpmslider-viewport {
    border: none !important;
}
.recents-blogs {
    margin: 50px 0 20px;
}
.recents-blogs h2 {
    font-size: 32px;
}
.recents-blogs p {
	font-size: 25px;
	color: #333;
	font-weight: 300;
}
.blog-left .entry-title a {
    color: #337ab7;
    font-size: 24px;
}
.blog-left .post-meta-user {
    display: none;
}
.blog-left .post-meta .read-more a {
    background: #fff !important;
    padding: 0 !important;
    color: #337ab7;
    font-style: italic;
    font-weight: 700;
}

.blog-right .rt-detail .entry-title {
    color: #337ab7 !important;
}
.blog-right .post-meta-user {
    display: none;
}
.blog-right .rt-detail .entry-title {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}
.blog-right .rt-detail .post-content {
    margin-bottom: 0 !important;
    font-size: 13px !important;
}
.blog-right .rt-col-sm-8 {
    padding: 0;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
    text-align: left !important;
}
.section-14-box {
    margin-bottom: 0 !important;
}
.contact-details p {
    color: #fff;
    font-size: 13px !important;
    margin: 10px 0;
    font-weight: 600;
}
.contact-details ul li {
    color: #ccc;
    margin-bottom: 8px;
    padding-left: 15px;
    bottom: 5px;
    position: relative;
    font-size: 14px;
}


.footer-top h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-top ul {
    margin-left: 12px;
}

.footer-top ul li a {
    color: #ccc;
    font-weight: 600;
}
.footer-top ul {
    list-style-type: bullet;
}
.footer-top ul li {
    padding-left: 15px;
}
.footer-top ul li::marker {
    content: "\f101";
    font-family: FontAwesome;
    position: relative;
    color: #f0ad4e !important;
}
.contact-details ul li::marker {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 28px;
    position: relative;
    color: #f0ad4e !important;
}
.contact-details ul {
    list-style-type: bullet;
    margin-left: 18px;
}
.social ul{margin:20px 0 30px 0;}

.social ul li{ margin:0 0 5px 0; text-align:left;}

.social ul li a{ text-align:left;  display:inline-block; transition: all .5s; background:rgba(255, 255, 255, 0.1); padding:5px; border-radius:4px; font-weight:600; width:140px;}

.social ul li a i{margin:0 5px 0 10px;}

.social ul li a.fb{color:#FFF;  background:#4e71a8;}

.social ul li a.fb:hover{ color:#fff; background:#4e71a8;}

.social ul li a.tw{color:#FFF;  background:#1cb7eb}

.social ul li a.tw:hover{ color:#fff; background:#1cb7eb;}

.social ul li a.yt{color:#FFF; background:#FF0000;}

.social ul li a.yt:hover{ color:#fff; background:#FF0000;}

.social ul li a.insta{color:#FFF; background:#3f729b}

.social ul li a.insta:hover{ color:#fff; background:#3f729b;}

.social ul li a.linkin{color:#FFF; background:#1686b0;}

.social ul li a.linkin:hover{ color:#fff; background:#1686b0;}

.social ul li a.gplus{color:#FFF;}

.social ul li a.gplus:hover{ color:#fff; background:#e3411f;}

.social ul li a:hover{text-decoration:none; color:#FFFFFF;}

.social img{margin:20px 0 0 0;}


.footer-bottom .copyright a {
    color: #fff;
	font-weight: 600;
}

.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 10px;
    text-align: left;
    float: left;	
}
.design a {
    color: #fff;
	font-weight: 600;
}
.footer-bottom ul.social-buttons {
    float: left;
}

.reliable-section {
    padding-top: 50px;
}
.reliable-section h2 {
    font-size: 42px;
    margin-top: 5px;
}
.reliable-section h2 span {
    color: #0055b8;
}
.reliable-section p {
    font-size: 22px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 300;
    border-bottom: 2px solid #870000;
    width: max-content;
    margin: 0 auto;
}
.small, small {
    color: #333;
}
.reliable-section .small {
    margin-top: 15px;
}
.reliable-section .small i {
    color: green;
    font-weight: 300;
}
.reliable-section #search-form {
    max-width: 700px;
    margin: 40px auto;
}
.reliable-section #search-form input[type="search"] {
    -webkit-appearance: none;
    float: left;
    width: 85%;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #999;
}
.reliable-section #search-form #submit {
    width: 15%;
    padding: 7px 0;
    border: 0px solid #999;
}

.reliable-section #search-form #submit {
  width: 15%;
  padding: 7px 0;
  border: 0px solid #999;
}
.reliable-box {
  text-align: center;
}
.reliable-box p i {
  font-size: 68px;
  color: #0f4680;
}
.reliable-box p {
  font-size: 32px;
  color: #0f4680;
}
.desc p {
  font-size: 15px !important;
  padding: 0 20px;
  color: #333;
}
.reliable-box-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.reliable-box-section {
    border-bottom: 1px solid #ddd;
}

.experts-contents {
    padding: 0px 40px 30px;
}
.experts-contents h3 {
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
}
.experts-contents p {
    font-size: 18px;
    color: #333;
    font-weight: 300;
}
.cat-img p {
	margin-bottom: 0;
}
.cat-img p img {
    margin-bottom: 8px;
}
.cat-img p.h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.cat-img p.p-sm {
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 8px;
}
.cat-img {
    border-right: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.cat-img {
    padding-bottom: 30px;
}
.experts.experts img {
    max-width: 720px;
    overflow: hidden;
    left: -100px;
    position: relative;
}
.experts-contents {
    background: #f3f7f6;
}
.top-header .social-icons {
    display: none;
}


.navbar #searchform {
    float: left;
}
.navbar #searchform input {
    padding: 5px 10px;
    height: 34px;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #999;
    width: 365px;
}
.navbar #searchform {
    float: left;
    margin-left: 10%;
    margin-top: 15px;
}
.navbar #searchform input#searchsubmit {
    background: #0e3975;
    border: none;
    color: #fff;
    max-width: 100px;
}
#mega-menu-wrap-menu-1 {
    clear: none;
    float: right;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #f1f1f1;
    border: 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    left: auto;
    min-width: 1140px;
    right: 0;
}
#mega-menu-wrap-menu-1 {
    background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 56px !important;
    padding: 10px 10px 10px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #333 !important;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600!important;
    outline: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #0e3975 !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
    color: #0e3975 !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #0e3975 !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}



.mega-menu-box-item {
    padding: 20px 0;
}
.mega-menu-box-item h4 {
    font-weight: 700;
    margin-bottom: 8px;
}
.footer-btn a.btn {
    padding: 4px 10px;
    border-radius: 3px;
}
.footer-btn a.btnright {
    float: right;
    margin-right: 15px;
}
.mega-menu-box-item h4 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px !important;
}
.mega-menu-box-item p {
    font-weight: 600;
    color: #777;
    font-size: 13px;
    min-height: 100px;
}
.no-need {
    display: none;
}
.mask {
    background-color: #ddd;
}
.breadcrumbs ul li:first-child {
    padding-right: 5px;
}
.breadcrumbs ul li a::after {
    color: #333;
}
.breadcrumbs ul li a:hover {
    color: #666 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
    box-shadow: 0 6px 8px;
}
.inner-title {
    background: #f5f5f5;
    padding: 0px 0 0px;
    border-top: 2px solid #cccccc30;
    border-bottom: 1px solid #cccccc30;
}
.inner-title h2 {
    color: #333;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.breadcrumb-trail h2.trail-browse {
    font-size: 12px;
}
.breadcrumbs ul li:first-child, .breadcrumbs ul li:last-child {
    font-size: 12px;
}
.breadcrumbs ul {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
    margin-bottom: 4px;
}
.breadcrumbs ul li {
    color: #333 !important;
    margin: 0 0 0 0px;
}
.breadcrumbs ul li:last-child a, .breadcrumbs ul li a {
    color: #333 !important;
    font-weight: 300;
}
.support {
    padding: 30px 0 10px;
}

.support h2 {
    font-size: 42px;
}
.support p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
}

.support-box-item {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: 450px;
    min-height: 320px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.support-box-item .icon {
    text-align: center;
	    font-size: 40px;
		    color: #0e3975;


}

.support-box-item .icon .fa-envelope {
    color: #0e3975;
}
.support-box-item .title {
    text-align: center;
    font-size: 28px;
    font-weight: 30;
    text-transform: uppercase;
    border-bottom: 1px dotted #333;
    padding-bottom: 20px;
}
.support-box-item ul {
    list-style-type: square;
    margin: 10px 0 0 40px;
    padding: 0px;
}

.support-box-item ul.email li::marker {
	content: "\f0e0";
	font-family: "FontAwesome"
}
.support-box-item ul.home li::marker {
	content: "\f015";
	font-family: "FontAwesome"
}

.support-box-item ul li::marker {
	font-size: 22px;
	
}
.support-box-item ul li a {
    color: #000;
    font-weight: 500;
}
.support-box-item ul li {
    font-size: 18px;
    padding-left: 15px;
    color: #000;
}
.support-box-item ul li {
    min-height: auto;
    text-align: left;
}
.support-box-item:hover {
    box-shadow: 0px 5px 15px #333;
    transition: .5s;
}
.purchage a {
    color: #609ad0;
    font-weight: 400;
}
.why-choose-ignissta thead tr td {
    background: #069;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 28px;
    font-weight: 600;
}

.why-choose-ignissta tbody tr td {
    padding: 15px 10px;
    font-size: 16px;
    color: #069;
    border: 1px solid #ccc;
}

.buy-now-table tbody tr td {
    max-width: 25% !important;
    width: 100%;
}

.buy-now-table tbody tr th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.buy-now-table tbody tr td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 15px;
}

.buy-now-table table {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
}
.buy-now-table table td span {
    display: block;
    text-align: center;
}
.buy-now-table .save {
    color: #990000;
}
.buy-now-table .cut {
    text-decoration: line-through;
    color: #FF0000;
    margin: 15px 0;
}
.buy-now-table .cut strong {
    padding: 0 10px;
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}
.buy-now-table .price {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.buy-now-table .price strong {
    font-size: 22px;
}
.buy-now-table td a {
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #003366;
    color: #FFFFFF;
}
.buy-now-table table td a:hover {
    text-decoration: none;
    background: #000;
}
.buy-now-table .yellowbg {
    background: #f7f5b5;
}
.buy-now-table .bgcolor {
    background: #eee;
    font-size: 17px;
    color: #000000;
}
.grbg {
    background: #f5f5f5;
}
.why-choose-ignissta table {
    border-left: 1px solid #ccc;
}
.buy-now-table .save {
    color: #990000;
    font-size: 24px;
}
.converter-about-section h2 {
    color: #FFCC00;
    font-size: 36px;
    font-weight: normal !important;
    padding: 10px 0 0 0;
}
.converter-about-section {
    padding: 30px 0;
}
.converter-about-section p.bg-color {
    color: #fff;
    font-size: 16px;
}
.converter-about-section p.bg-color {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.converter-about-section ul {
    line-height: 22px;
    list-style-image: url('https://www.ignissta.com/ost-to-pst-converter/li-tick.png');
    font-size: 15px;
    margin: 0 0 10px 20px !important;
    padding-left: 0px !important;
    color: #eaf814;
}
.converter-about-section ul li {
    margin: 10px 0;
}
.converter-about-section .btns a.dl {
    background: #62a329;
    padding: 10px 15px;
    border-radius: 8px;
}
.converter-about-section .btns a {
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 10px 7px 0 0;
    font-size: 15px;
}
.converter-about-section .btns a span {
    display: inline-block;
}
.converter-about-section .btns a span b {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.converter-about-section .btns a.bn {
    background: #f26122;
    padding: 10px 15px;
    border-radius: 8px;
}
.converter-about-section .btns a.dl:hover {
    background: #376a0a;
}
.converter-about-section .btns a.bn:hover {
    background: #c84911;
}
.converter {
    padding-top: 80px;
    display: inline-block;
}
.pop a {
    color: #fff;
}

.main-nav.scroller ul li {
    float: left;
    padding: 0px 20px;
    margin: 0;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 0 -4px;
}
.main-nav.scroller ul {
    margin: 0;
    height: 36px;
}
.styckymenu-top {
    background: #069 !important;
    height: 50px;
}
.main-nav.scroller ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 8px;
}

.feature-heading h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-shadow: 1px 1px #fff;
    padding: 0 ;
}
.feature-heading {
    margin: 30px;
}
.feature-description h3 {
    color: #f26122 !important;
    margin: 0 0 5px;
    font-weight: 400 !important;
    font-size: 22px;
}
.feature-description p {
    color: #333;
}

.feature-description p {
    color: #333 !important;
    margin-bottom: 30px !important;
}
.converter-about-section.only-btn {
    padding-top: 0;
}
.download-right .box {
    margin: 10px;
}

.download-right .box strong {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    padding: 10px 0 5px 0;
    display: block;
}
.btns a.dl {
    background: #62a329;
    padding: 10px 15px;
    border-radius: 8px;
}
.btns a {
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 10px 7px 0 0;
    font-size: 15px;
}
.btns a span {
    display: inline-block;
}
.btns a span b {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.btns a.bn {
    background: #f26122;
    padding: 10px 15px;
    border-radius: 8px;
}
.btns a.dl:hover {
    background: #376a0a;
}
.btns a.bn:hover {
    background: #c84911;
}
.download-right p {
    margin-bottom: 5px;
    color: #333;
    line-height: 24px;
    padding: 0 10px;
}

.download-right ul {
    margin-top: 10px;
}
.download-right ul {
    margin-top: 0;
    list-style-type: disc;
    padding-left: 20px;
}
.download-right ul li {
    margin: 4px 0;
    font-size: 13px;
}
.download-right {
    border: 6px solid #036;
    padding: 0px 20px 30px;
}
.screeenshots-left img {
    border: 3px solid #036 !important;
    margin-left: 34px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}

.screeenshots-right img {
    border: 3px solid #036 !important;
    margin-left: -80px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}
.screenshotreview img {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    background: #dadada;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #666666;
    margin: 0 0 0 0;
}
.screenshotreview h2 {
    font-weight: normal !important;
    color: #000000 !important;
    padding: 10px 0 0px 0;
    display: block;
}

.ost-testimonials p {
    font-size: 16px !important;
    color: #333;
}
.ost-testimonials .testimonial-name {
    font-size: 24px;
}
.ost-faq .elementor-tab-title {
    background: #e0e0e0;
    font-size: 16px;
}
.ost-faq .elementor-accordion-item {
    margin-bottom: 10px;
	color: #333;
}
.ost-faq .elementor-accordion .elementor-accordion-item {
    border: 1px solid #999 !important;
}
.ost-faq .elementor-tab-content {
    padding: 10px 45px !important;
}
.ost-faq .elementor-tab-content p, .ost-faq .elementor-tab-content ul {
    margin-bottom: 0 !important;
    margin-top: 10px;
}
.support-box-items h3 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}

.support-box-items label {
    margin: 0;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.support-box-items label p {
    margin-bottom: 10px;
}
.support-box-items label, .support-box-items label input {
    width: 90% !important;
}
.support-box-items label textarea {
    height: 125px;
    width: 90%;
}
.support-box-items .wpcf7-submit {
    padding: 10px 25px;
    font-size: 18px;
    background: #15224f;
    color: #fff !important;
}
.map {
    border: 1px solid #ccc;
}
html {
  scroll-behavior: smooth;
}
.element-contact-form {
    width: 330px !important;
}
.element-contact-form form#stickyelements-form input, .element-contact-form form#stickyelements-form select, .element-contact-form form#stickyelements-form textarea {
    border-radius: 0px !important;
	border: 1px solid #999 !important;
}
form#stickyelements-form input[type="submit"] {
    font-weight: 400 !important;
    margin-bottom: 0 ;
    margin-top: 0 !important;
}
.element-contact-form h3 .element-contact-close {
    color: red;
}

.list-inline {
    margin: 0 !important;
}
.list-inline li {
    margin: 0 !important;
}
.list-inline li a {
    color: #fff !important;
    padding: 5px 15px;
    border-right: 1px solid #3f7e9d;
    font-size: 16px;
}


.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999999;
    height: 300px;
    bottom: 50px;
    left: 0;
    background-color: #f26122;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dotted #ffe3d6;
    margin-left: 15px;
    margin-right: 15px;
}
.sidepanel a.closebtn {
    border-bottom: none !important;
    margin-right: 0;
}


.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 35px;
    padding: 0;
}

.openbtn {
    font-size: 17px;
    cursor: pointer;
    background-color: #f26122;
    color: white;
    padding: 18px 15px;
    border: none;
    border-radius: 10px;
}

.openbtn:hover {
  background-color: #f26122;
}

#mains {
    transition: margin-left .5s;
    position: fixed;
    bottom: 90px;
    transform: rotate(-90deg);
    left: -66px;
    padding: 0px;
}
.sidepanel {
    border-radius: 0 10px 10px 0;
}





































@media screen and (max-width: 1199px) {
.navbar #searchform input {
    width: 260px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 940px;
	right: 0px;
}
.mega-menu-box-item h4 {
    font-size: 13px !important;
}
.mega-menu-box-item p {
    font-weight: 400;
    color: #333;
    font-size: 11px;
    min-height: 100px;
    line-height: 20px;
}
.footer-btn a.btn {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 9px;
    margin: 0 !important;
}
.converter-about-section {
    padding: 20px;
}




}


	
@media screen and (max-width: 991px) {

.contact-detail2 li a {
    font-size: 12px;
}
.contact-detail2 li {
    padding: 5px 10px 8px;
}
.navbar-default .navbar-toggle {
    display: none;
}
.navbar-header {
    float: left;
}
.navbar-1 {
    padding: 2px 0px;
}
#mega-menu-wrap-menu-1 {
    clear: none;
    float: right;
    position: absolute;
    right: 0px;
    margin: 0;
    top: 20px;
	width: 100%;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: transparent;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #333;
}
.navbar #searchform {
    margin-left: 0;
}
.navbar #searchform {
    width: 34%;
}
.navbar #searchform input {
    width: 65%;
}
.custom-logo-link {
    padding-left: 15px;
}
.navbar #searchform {
    margin-top: 5px;
}
#mega-menu-wrap-menu-1 {
    clear: none;
    float: right;
    position: absolute;
    right: 0px;
    margin: 0;
    top: 0;
    width: 42%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 5px 10px 5px;
    font-size: 14px;
	line-height: 30px;
}
.custom-logo-link {
    display: inline-block;
    max-width: 110px;
    margin-right: 20px;
}
.converter-about-section {
    padding: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 750px;
	right: 26px;
}
.mega-menu-box-item h4 {
    font-size: 13px !important;
}
.mega-menu-box-item p {
    font-weight: 400;
    color: #333;
    font-size: 11px;
    min-height: 100px;
    line-height: 20px;
}
.footer-btn a.btn {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 9px;
    margin: 0 !important;
}



.metaslider .slides img {
    min-height: 224px;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-outline .rslides .caption-wrap, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
    bottom: 0;
}
.slider-contents h2 {
    font-size: 24px;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 5px;
}
.slider-contents p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}
.slider-contents p.btn {
    margin-top: 0px !important;
}
.slider-contents p.btn a.btn1, .slider-contents p.btn a.btn2 {
    padding: 5px 10px;
    font-size: 10px;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-outline .rslides .caption-wrap .caption, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
    padding: 20px 30px 15px 30px !important;
}

.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs), .metaslider.ms-theme-outline ul.rslides_tabs, .metaslider.ms-theme-outline div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
    bottom: 5px !important;
}
.slider-contents p.btn {
    padding: 0 !important;
}
.reliable-section {
    padding-top: 30px;
}
.reliable-section h2 {
    font-size: 28px;
    margin-top: 0;
    line-height: 30px;
}
.reliable-box p {
    font-size: 22px;
}
.reliable-box-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.desc p {
    font-size: 14px !important;
}
.experts-contents h3 {
    text-align: center;
}
.experts-contents p {
    text-align: center;
}
.cat-img p.h5 {
    font-size: 20px;
    font-weight: 700;
}
.cat-img {
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 0px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
}
.cat-img p.p-sm {
    font-size: 14px;
    padding: 0 0px;
    margin-bottom: 8px;
}
.cat-img p img {
    margin-bottom: 0px;
    max-width: 60px;
}
.section-heading h2 {
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    line-height: 30px;
}
.section-heading h2 span {
    font-weight: 700;
    color: #0055b8;
    font-size: 30px;
    margin-top: 0;
    line-height: 30px;
}
.section-heading {
    margin: 20px 0 0px;
}
.best-solutions h2 {
    font-size: 30px;
    line-height: 34px;
}
.best-solutions p {
    font-size: 16px !important;
}
.clients h2 {
    font-size: 30px;
}
.clients {
    margin: 30px 0 20px !important;
}
.client-say {
    margin: 30px 0;
    padding: 30px 0;
    color: #fff;
}
.recents-blogs h2 {
    font-size: 30px;
}
.recents-blogs {
    margin: 30px 0 0px;
}
.recents-blogs p {
    font-size: 18px;
    color: #333;
    font-weight: 300;
}
.blog-right .rt-col-sm-4 {
    width: 30%;
    float: left;
}
.blog-right .rt-col-sm-8 {
    float: left;
    width: 70%;
}
.footer-top h4 {
    font-size: 20px;
    font-weight: 600;
}
.footer-bottom .copyright {
    text-align: center;
}
.footer-bottom .col-lg-3 {
    display: block;
    width: max-content;
    margin: 0 auto;
}
.footer-top .social ul li {
    margin: 5px 15px;
    text-align: left;
    float: left;
}
.footer-top .social ul li a {
    width: 120px;
}
.client-say .wpmtst-testimonial p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    font-size: 18px;
}
.navbar #searchform input#searchsubmit {
    max-width: 31%;
}
.navbar #searchform input#searchsubmit {
    max-width: 31%;
}


}




@media screen and (max-width: 767px) {

.contact-detail2 li a {
    font-size: 12px;
}
.contact-detail2 li {
    padding: 5px 10px 8px;
}
.navbar-default .navbar-toggle {
    display: none;
}
.navbar-header {
    float: left;
}
.navbar-1 {
    padding: 2px 0px;
}
#mega-menu-wrap-menu-1 {
    clear: none;
    float: right;
    position: absolute;
    right: 0px;
    margin: 0;
    top: 20px;
	width: 100%;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: transparent;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #333;
}
.navbar #searchform {
    margin-left: 0;
}
.navbar #searchform {
    width: 100%;
}
.navbar #searchform input {
    width: 68%;
}
.custom-logo-link {
    padding-left: 15px;
}
.navbar #searchform {
    margin-top: 10px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    display: block;
    min-width: 340px;
    z-index: 9;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #0e3975;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 30px;
    height: 40px !important;
    padding: 5px 15px 6px 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff !important;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600 !important;
    outline: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff !important;
}
.navbar-1 {
    margin-bottom: 5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff !important;
    opacity: .5;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    padding: 10px 0 15px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff !important;
	opacity: .5;
}
.mega-menu-box-item {
    padding: 0px 0 20px;
    font-size: 85% !important;
}
.mega-menu-box-item p {
    min-height: auto;
}
.footer-btn a.btnright {
    float: left;
    margin-right: 15px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: relative;
    height: 200px;
    overflow-y: scroll;
}
.metaslider .slides img {
    min-height: 224px;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-outline .rslides .caption-wrap, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
    bottom: 0;
}
.slider-contents h2 {
    font-size: 24px;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 5px;
}
.slider-contents p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}
.slider-contents p.btn {
    margin-top: 0px !important;
}
.slider-contents p.btn a.btn1, .slider-contents p.btn a.btn2 {
    padding: 5px 10px;
    font-size: 10px;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-outline .rslides .caption-wrap .caption, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
    padding: 20px 30px 15px 30px !important;
}

.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs), .metaslider.ms-theme-outline ul.rslides_tabs, .metaslider.ms-theme-outline div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
    bottom: 5px !important;
}
.slider-contents p.btn {
    padding: 0 !important;
}
.reliable-section {
    padding-top: 30px;
}
.reliable-section h2 {
    font-size: 28px;
    margin-top: 0;
    line-height: 30px;
}
.reliable-box p {
    font-size: 22px;
}
.reliable-box-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.desc p {
    font-size: 14px !important;
}
.experts-contents h3 {
    text-align: center;
}
.experts-contents p {
    text-align: center;
}
.cat-img p.h5 {
    font-size: 20px;
    font-weight: 700;
}
.cat-img {
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 0px solid #dee2e6 !important;
}
.section-heading h2 {
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    line-height: 30px;
}
.section-heading h2 span {
    font-weight: 700;
    color: #0055b8;
    font-size: 30px;
    margin-top: 0;
    line-height: 30px;
}
.section-heading {
    margin: 20px 0 0px;
}
.best-solutions h2 {
    font-size: 30px;
    line-height: 34px;
}
.best-solutions p {
    font-size: 16px !important;
}
.clients h2 {
    font-size: 30px;
}
.clients {
    margin: 30px 0 20px !important;
}
.client-say {
    margin: 30px 0;
    padding: 30px 0;
    color: #fff;
}
.recents-blogs h2 {
    font-size: 30px;
}
.recents-blogs {
    margin: 30px 0 0px;
}
.recents-blogs p {
    font-size: 18px;
    color: #333;
    font-weight: 300;
}
.blog-right .rt-col-sm-4 {
    width: 30%;
    float: left;
}
.blog-right .rt-col-sm-8 {
    float: left;
    width: 70%;
}
.footer-top h4 {
    font-size: 20px;
    font-weight: 600;
}
.footer-bottom .copyright {
    text-align: center;
}
.footer-bottom .col-lg-3 {
    display: block;
    width: max-content;
    margin: 0 auto;
}
.footer-top .social ul li {
    margin: 5px 15px;
    text-align: left;
    float: left;
}
.footer-top .social ul li a {
    width: 120px;
}
.client-say .wpmtst-testimonial p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    font-size: 18px;
}

.navbar #searchform input#searchsubmit {
    max-width: 30%;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 15px;
    margin-bottom: 24px;
}
.inner-title .container {
    display: none;
}
.support h2 {
    font-size: 28px;
    line-height: 36px;
}
.support {
    padding: 20px 0 10px;
}
.support p {
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.support h2 {
    font-size: 24px;
    line-height: 30px;
}
.support h3 {
    font-size: 20px;
}
.why-choose-ignissta tbody tr td {
    padding: 15px 10px;
    font-size: 12px;
    color: #333;
    border: 1px solid #ccc;
}
.why-choose-ignissta thead tr td {
    font-size: 18px;
}
.table-responsive {
    overflow-y: scroll;
}
.buy-now-table table {
    min-width: 750px;
}
.buy-now-table tbody tr td {
    padding: 10px 12px;
    font-size: 90%;
}
.buy-now-table td a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 8px;
    background: #003366;
    color: #FFFFFF;
}
.buy-now-table tbody tr td img {
    width: 18%;
}
b, strong {
    font-weight: 700;
    color: #333;
}
.buy-now-table tbody tr td p {
    color: #333;
}

.converter-about-section {
    padding: 20px;
}
.converter-about-section h2 {
    font-size: 28px;
}
.converter-about-section p.bg-color {
    font-size: 14px;
}
.converter-about-section p.bg-color strong{
    color: #fff !important;
}
.converter-about-section ul li {
    margin: 10px 0;
    font-size: 13px;
}
.converter-about-section .btns a.bn {
    padding: 10px 10px;
}
.converter-about-section .btns a.dl {
    padding: 10px 10px;
}
.converter {
    padding-top: 40px;
    display: block;
    text-align: center !important;
}
.pop {
    text-align: center;
}
.styckymenu-top {
    height: auto;
}
.main-nav.scroller ul li a {
    padding: 0;
}
.main-nav.scroller ul li {
    padding: 8px 10px;
    min-width: 45px;
}
.feature-heading h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.feature-description h3 {
    margin: 10px 0 5px;
    font-weight: 400 !important;
    font-size: 20px;
}
.feature-description p {
    margin-bottom: 15px !important;
}
.screeenshots-left img {
    margin-left: 0;
    position: relative;
    z-index: 9;
    margin-top: 0;
    margin-bottom: -42px;
    width: 94%;
}
.screeenshots-right img {
    margin-left: 0;
    position: relative;
    z-index: 9;
    margin-top: 0px;
    margin-bottom: -42px;
    max-width: 94% !important;
}
.download-right .btns a {
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 12px;
}
.feature-heading {
    margin: 30px 0 0px;
}
.ost-testimonials .testimonial-name {
    font-size: 18px;
}
.ost-testimonials p {
    font-size: 14px !important;
}



#mains {
    transition: margin-left .5s;
    position: fixed;
    bottom: 170px;
    transform: rotate(-90deg);
    left: -66px;
    padding: 0px;
}

.openbtn {
    font-size: 14px;
    cursor: pointer;
    background-color: #f26122;
    color: white;
    padding: 8px 18px;
    border: none;
    border-radius: 10px;
}
.sidepanel a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

#sticky-social-icons-container.hide-in-mobile {
    display: block !important;
}





}
.whatsaap-chat {
  position: fixed;
  float: right;
  bottom: 45px;
  z-index: 100000;
  right: 24px;
}
.whatsaap-chat a i {
  font-size: 36px;
  line-height: 41px;
  padding: 10px;
}
.whatsaap-chat a {
  color: #fff !important;
  background: #62a329;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  border-radius: 100%;
  animation: glowing 3000ms infinite;
  z-index: -1;
  border: 1px solid #4b8a13;

}
.whatsaap-chat a i {
  animation: glowingzoom 1000ms infinite;

}

@keyframes glowingzoom {
  0% { transform: scale(1) }
  100% { transform: scale(1.05) }
}
@keyframes glowing {
  0% { box-shadow: 0 0 -10px #35660b; }
  40% { box-shadow: 0 0 30px #35660b; }
  60% { box-shadow: 0 0 30px #35660b; }
  100% { box-shadow: 0 0 -10px #35660b; }
}


@media screen and (max-width: 767px) {
.whatsaap-chat a i {
    font-size: 23px;
    line-height: 20px;
    padding: 10px;
}
.whatsaap-chat a {
    height: 40px;
    width: 40px;
}
.whatsaap-chat {
    right: 10px;
}


}


.cat-img .left {
    float: left;
    width: 30%;
    padding: 5px;
}
.cat-img .right {
    width: 70%;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.cat-img .right .p-sm {
    padding: 0;
}
.cat-img .right .btn {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.cat-img {
    padding-bottom: 10px;
    border: none !important;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.cat-img .paddinh-20 {
    border: 1px solid #ddd;
    display: flex;
    padding: 20px;
    border-radius: 8px;
}
.border-top {
    border: none !important;
}



@media screen and (max-width: 767px) {

.cat-img {
    padding-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.cat-img .paddinh-20 {
    padding: 8px;
}
.cat-img .right {
    padding-left: 5px;
}
.cat-img .right p {
    text-align: left;
}
.cat-img .right .btn {
    padding: 5px 6px;
}



}



@media only screen and (min-width: 991px) {

	.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev {
		left: 5% !important;
	}
	.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next {
		right: 5% !important;
	}
	.buy-now-table tbody tr td {
		padding: 8px 15px;
	}
	.buy-now-table td a {
		font-size: 15px;
		padding: 5px 14px;
	}
}
.inner-title .col-sm-6.col-md-6.col-lg-6 h2:nth-child(2) {
    display: none !important;
}
.type-post .wp-post-image {
    display: none;
}
.col-md-12.col-lg-12 .section-14-box:nth-child(3) {
    display: none;
}
#commentform .form-submit input {
    padding: 12px 20px;
    font-size: 16px;
    background: #0e3975;
    color: #fff;
    border-radius: 5px;
}
#comments {
    padding: 30px 0;
    background: #f5f5f5;
    border-top: 2px solid #dddddd4f;
}
.comment-form-comment #comment {
    max-height: 110px;
    max-width: 750px;
    display: block;
}
.buy-now-table tbody tr td {
    min-width: 25% !important;
}
.buy-now-table table td span img {
    max-width: 30px;
}
.buy-now-table tbody tr td {
    width: 25% !important;
}
.footer-bottom ul.social-buttons {
    display: none !important;
}
.design {
    float: right;
}



