/*
Theme Name:
Author: yaminncco

Colors:
	Body 		  : #868F9B
	Headers 	: #10161A
	Primary 	: #6195FF
	Dark      : #FCFCFF
	Grey 		  : #F4F4F4 #FAFAFA #EEE

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > Blog
14 > Blog post
15 > Blog sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader

------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/


/* -- typography -- */

body {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
    /*background-color:  #1C1D21;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #6195FF;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #6195FF;
}

.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}

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

/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-bottom: 15px;
    padding-bottom: 10px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #1C1D21;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter:blur(4px);
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*opacity: .8;
    background: #1C1D21;*/
    background: rgba(28, 29, 33, 0.15);

}


/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 33px
}

.section-header .title {
    text-transform: capitalize;
}

.title:after {
    content:"";
    display:block;
    height:4px;
    width:40px;
    background-color: #6195FF;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: none;
    background-color: white!important;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    /*opacity: 0.5;*/
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #6195FF;
    opacity: 1;
}

/* --  Buttons  -- */

.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #6195FF;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #6195FF !important;
    border-color: #6195FF;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    opacity: 0.8;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 50px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 10px 0px;
    background: #FFF;
    background: transparent;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}



#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    margin-bottom: -70px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    /* background-color: #0073ff!important;*/
    border-bottom: 1px solid #EEE;

}

#nav.nav-transparent {
    background: transparent;
}


/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

    .main-nav>li>a {
        color: #10161A;
        /*color: white;*/
        padding: 15px 0px;
    }

    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }

    #nav:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
        color: #10161A;
    }

    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #6195FF;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #6195FF;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #6195FF;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #6195FF;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #6195FF;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}


/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
    text-transform: uppercase;
}
.home-content button {
    margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}

/*------------------------------------*\
	Contact
\*------------------------------------*/

.contact {
    margin: 15px 0px;
    text-align: center;
    margin: 40px 5px 0 5px;;
}

.contact i {
    font-size: 36px;
    font-size: 30px;
    color: #6195FF;
   /* color: #556778;*/
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

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


.contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
    margin-left: 15px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    background-color: #6195FF;
    color:#FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}


/*------------------------------------*\
	Responsive
\*------------------------------------*/


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

@media only screen and (max-width: 767px) {
    .section-header h2.title {
        font-size:31.5px;
    }

    .main-btn , .default-btn , .outline-btn , .white-btn  {
        padding: 8px 22px;
        font-size:14px;
    }

    .home-content h1 {
        font-size:36px;
    }

    .header-wrapper h2 {
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }

    .header-wrapper .breadcrumb {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    #portfolio [class*='col-xs'] {
        width:100%;
    }

    #numbers [class*='col-xs'] {
        width:100%;
    }

    .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
        width: 100%;
    }
    .contact-form .input:nth-child(2) {
        margin-left: 0px;
    }

    .reply-form form .input, .reply-form form .input {
        width: 100%;
    }
    .reply-form form .input:nth-child(2) {
        margin-left: 0px;
    }



    .blog-author .media .media-left {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .blog-author .media {
        text-align: center;
    }
    .blog-author .media .media-heading .author-social {
        margin-top: 10px;
        float: none;
    }
    .blog-author .media .media-left img {
        margin: auto;
    }

    .blog-comments .media .media {
        margin:0px -15px;
    }
}

/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #6195FF;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #6195FF;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}

@keyframes preload {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}

/*CUSTOM STYLES - KATLEGO NQUM*/

/*Navigation bar*/
#nav.navbar div.container ul.main-nav.nav.navbar-nav.navbar-left li a{
    /*color: white;*/
}

/*Scrolled Navigation bar*/
#nav.fixed-nav {
    padding: 1%;
   /* margin-bottom: -55%;*/
}

.main-nav {
    margin-top: 1%;
}


/*Home content contain ert*/
header#home div.home-wrapper div.container div.row div.col-md-10.col-md-offset-1 div.home-content{
    background: rgba(28, 29, 33, 0.5);
    width: 100%;
    width: 65%;
    padding: 1%;
    margin-left: 20%;
    height: 50%;
}

/*Home Content Heading*/
header#home div.home-wrapper div.container div.row div.col-md-10 div.home-content h1{
    font-size: 40px;
    text-align: center;
}


/*Main navigation*/
header#home nav#nav.navbar.nav-transparent div.container ul.main-nav.nav.navbar-nav.navbar-left{
    margin-top: 1%;
}

/*Contact Us Steps Heading*/
html body div#contact.section.md-padding div.container div.row div.row div.col-sm-4 div.contact h3{
    color: white;
}

/*Give us a call heading*/
div.col-sm-6:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {
 color: white;
}

/*Send us an email heading*/
div.col-sm-6:nth-child(2) > div:nth-child(1) > h3:nth-child(2) {
 color: white;
}

/*Contact us heading*/
html body div#contact.section.md-padding div.container div.row div.section-header.text-center h2.title{
    /*color: white;*/
}

/*Contact Footer*/
html body footer#footer.sm-padding.bg-dark{
    /*background-color: white;*/
}

#exTab1 .tab-content {
    color : white;
    background-color: #428bca;
    background-color:  #1C1D21;
    /*background-color: #4e4f53;*/
    /*background-color: #5a6064;
    background-color: gainsboro;*/
    padding : 5px 15px;
    padding: 30px 70px;
    margin-right: -3%;
    margin-left: -2%;
}

#exTab2 h3 {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    /*background-color: yellow;*/
    background-color:  #1C1D21;

}

.nav-pills > li{
    background-color: yellow;
    background-color: #3b3d41;
    /*background-color:  #1C1D21;*/
}

textarea.input:nth-child(4) {
 height: 240px;
}

textarea.input:nth-child(5) {
 height: 240px;
}

/*Contact Details*/
html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#2a.tab-pane.active div.col-md-5.contact-grided-right div.footer-top.text-center div.col-sm-12 div.contact p{
    color: #556778;
}

/*Contact Right*/
.col-md-5{
    background-color: #FFFFFF!important;
    padding: 1px;
    /*margin: 10px;*/
    margin-top: -20px;
    height: 530px;
}

div.col-sm-12:nth-child(1) > div:nth-child(1) > p:nth-child(3) {
 color: #556778;
}

div.col-sm-12:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
    color: #556778;
}

div.col-sm-12:nth-child(3) > div:nth-child(1) > p:nth-child(3) {
    color: #556778;
}

#exTab1 .tab-content {

 padding: 30px 70px 0px;

    padding-bottom: -30px;

}

html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#1a.tab-pane.active div.row div.col-sm-4 div.contact i.fa.fa-download{
    color: #6195FF;
}

html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#1a.tab-pane.active div.row div.col-sm-4 div.contact i.fa.fa-pencil{
    color: #6195FF;
}

html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#1a.tab-pane.active div.row div.col-sm-4 div.contact h3{
    color: #FFFFFF;
}

html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#1a.tab-pane.active div.row div.col-sm-4 div.contact h3{
    color: #FFFFFF;
}

html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#1a.tab-pane.active div.row div.col-sm-4 div.contact h3{
    color: #FFFFFF;
}

.contact-form {

}

#\31 a {
 padding: 75px;
}

div.col-sm-4:nth-child(1) > div:nth-child(1) > h3:nth-child(2) {
 color: white;
}

div.col-sm-4:nth-child(2) > div:nth-child(1) > h3:nth-child(2) {
    color: white;
}

div.col-sm-4:nth-child(3) > div:nth-child(1) > h3:nth-child(2) {
    color: white;
}

div.col-sm-12:nth-child(1) {
 margin-top: -20px;
}

@media only screen and (max-width: 1199px) {
    .col-md-5 {
        float: right;
        width: 47%;
    }

    .contact-form {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1025px) {
    .col-md-5 {
        float: right;
        width: 47%;
    }

    #\31 a {
        padding: 0;
        padding-bottom: 60px;
    }



}



@media only screen and (max-width: 991px) {
    .col-md-5 {
        margin-top: 10px;
        height: 550px;
        float: none;
        width: 100%;
    }

    #exTab1 .tab-content {
        padding-bottom: 50px;
    }

    .contact-form {
        padding-right: 0;
    }



}

@media only screen and (max-width: 800px) {
    .section-header {
        margin-top: -5px;
    }

}

@media only screen and (max-width: 768px) {
    #\31 a {
        padding: 0;
    }

}

@media only screen and (max-width: 414px) {
    #exTab1 .tab-content {
        padding: 30px 10px 0px;
        padding-bottom: 10px;
    }

    .col-md-5 {
        margin-top: 10px;
        height: 500px;
    }

    #\31 a {
        padding: -20px;
    }


}

@media only screen and (max-width: 449px) {
    .section-header {
        margin-top: -20px;
    }

}

@media only screen and (max-width: 375px) {
    ul.nav:nth-child(1) {
     display: flex;
    }

    html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid ul.nav.nav-pills li{
        font-size: small;
    }

    #exTab1 .tab-content {
    padding: 30px 10px 0px;
        padding-bottom: 10px;
    }

    .col-md-5 {
        margin-top: 1px;
        height: 500px;
    }

    #\31 a {
     padding: -30px;
    }

}

@media only screen and (max-width: 320px) {
    ul.nav:nth-child(1) {
        display: flex;
    }

    html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid ul.nav.nav-pills li{
        font-size: small;
    }

    #exTab1 .tab-content {
        padding: 30px 10px 0px;
        padding-bottom: 10px;
    }

    .col-md-5 {
        margin-top: 1px;
        height: 525px;
    }

    #\31 a {
        padding: -30px;
    }

}

/*html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#2a.tab-pane.active div.col-lg-7.col-md-6.contact-form-text form.contact-form input.input{
    height: 40px;
    width: 100%;
    border: none;
    background-color: white!important;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

html body div#contact.section.md-padding div.container-fluid div.row div#exTab1.container-fluid div.tab-content.clearfix div#2a.tab-pane.active div.col-lg-7.col-md-6.contact-form-text form.contact-form input.input{
    height: 40px;
    width: 100%;
    border: none;
    background-color: white!important;
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}*/














