.top-header1 {
    background-color: #fff;
    position: relative;
    padding: 18px 0;
}
.top-header1 .container {
    position: relative;
}
.top-header1 .contact-block {
    display: inline-block;
}
.top-header1 .contact-block p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 30px;
    margin-bottom: 0;
    padding-right: 40px;
}
.top-header1 .contact-block p:last-child {
    padding-right: 0;
}
.top-header1 .contact-block p > i {
    color: #fcb100;
    padding-right: 10px;
    vertical-align: right;
}
.top-header1 .contact-block p > a {
    color: #ababab;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.top-header1 .contact-block p > a:hover {
    color: #fcb100;
}
.top-header1 .register-block {
    float: right;
    font-family: 'Lora', serif;
    letter-spacing: 0.56px;
    line-height: 30px;
}
.top-header1 .register-block a {
    color: #ababab;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.top-header1 .register-block > a:hover {
    color: #fcb100;
}
.top-header1 .register-block > a::after {
    content: "|";
    color: #434343;
    padding: 0 10px;
}
.top-header1 .register-block a > i,
.top-header1 .register-block .dropdown .btn i {
    color: #fcb100;
    padding-right: 10px;
}
.top-header1 .register-block .language-dropdown.dropdown {
    display: inline-block;
}
.top-header1 .register-block .dropdown .btn {
    background-color: transparent;
    color: #ababab;
    padding: 0;
}
.top-header1 .language-dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 50px;
    left: auto;
    right: 0;
}

.call-lang-src {
     float: left;
}

.call-lang {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 20px;
}

ul.call-lang>li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fcb100;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 0;
    display: inline-block;
    padding: 0 12px
}

ul.call-lang>li:nth-child(2) {
    border-width: 0 1px
}

ul.call-lang>li:last-child {
    border-width: 0;
}

ul.call-lang>li>a {
    background: transparent none repeat scroll 0 0;
    color: #5d5d5d !important;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration: none
}

ul.call-lang>li>a:hover {
    background: transparent none repeat scroll 0 0;
    color: #5d5d5d !important
}

ul.call-lang .dropdown-menu {
    background-color: #2e2e2e;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 3px 8px rgba(46, 46, 46, .9);
    left: 0;
    margin-top: 0;
    padding: 0
}

ul.call-lang .dropdown-menu>li>a {
    color: #adadad;
    padding: 8px 15px;
    font-size: 11px;
    border: 1px solid #474646;
    border-width: 0 0 1px
}

ul.call-lang .dropdown-menu>li>a:hover {
    border: 3px solid #fff;
    border-left-color: #f37003;
    border-right-color: #f37003
}

ul.call-lang .dropdown-menu>li>a span {
    float: right;
    margin-top: -8px;
    position: relative;
    top: 7px
}

ul.call-lang .dropdown-menu>li>a span:not(:root) {
    float: right;
    margin-top: 0;
    position: relative;
    top: 0
}

ul.call-lang .call-dropdown-menu {
    min-width: 260px
}



/* - min-width: 992 */
@media (min-width: 992px) {
    /* - Header1 */
    .top-header1 .language-dropdown .dropdown-menu {
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease-in-out 0s;
        display: block;
        margin: 0;
    }
    .top-header1 .language-dropdown:hover .dropdown-menu{
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        visibility: visible;
    }
    
    /* - Services Section */
    .service-section .col-md-4:nth-child(3n+1) {
        clear: both;
    }
    /* - Build Section2 */
    .build-section2 .col-md-3:nth-child(5n+1) {
        clear: both;
    }
    /* - Counter Section */
    .counter-section .col-md-3:nth-child(4n+1) {
        clear: both;
    }
    /* - Pricing Section */
    .pricing-section .col-md-3:nth-child(4n+1) {
        clear: both;
    }
    /* - Support Section */
    .support-section .col-md-4:nth-child(3n+1){
        clear: both;
    }
}

  



/* - max-width: 991 */
@media (max-width: 991px) {
    /* - Header1 */
    .top-header1 .contact-block p {
        padding-right: 15px;
    }
    .top-header1 .register-block > a::after {
        padding: 0 6px;
    }
    .top-header1 .language-dropdown .dropdown-menu {
        top: 46px;
    }
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* - Callout */
    .call-out .col-md-6 img {
        width: 100%;
    }
}

/* - max-width: 767 */
@media (max-width: 767px) {
    /* - Header1 */
    .top-header1 .contact-block,
    .top-header1 .register-block {
        width: 100%;
        text-align: center;
    }
}



/* -  max-width: 360 */
@media (max-width: 360px) {
    /* - Header1 */
    .top-header1 .contact-block p {
        padding-right: 0;
    }
    .top-header1 .register-block > a::after {
        content: "";
        padding: 0 2px;
    }
    .top-header1 .register-block a > i, 
    .top-header1 .register-block .dropdown .btn i {
        padding-right: 8px;
    }
}