/*==========================
	Custom css
==========================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed);
.h2
{
    font-family: 'Open Sans' , sans-serif;
    color: #58575d;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}
.h2.text-white
{
    color: #fff;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #eee;
}
/* Footer Overlay */

.footer-overlay .footer-bottom
{
    background-color: rgba(0, 0, 0, 0.85);
}
.footer-overlay .footer-top
{
    background-color: rgba(0, 0, 0, 0.8);
}
/* overlay-50 */

.overlay-50:after
{
    width: 50%;
}
/* Home Page 2 */

.our-projects-block .dez-img-effect img
{
    height: 400px;
    object-fit: cover;
}
/* header-topbar */

.header-style-1 .top-bar .dez-topbar-left
{
    padding: 0 0;
}
/* Background Color Code */

.bg-green
{
    background-color: #38c071;
}
.bg-red
{
    background-color: #ec774b;
}
.bg-yello
{
    background-color: #edbf47;
}
/* Text Color */

.text-green
{
    color: #38c071;
}
.text-red
{
    color: #ec774b;
}
.text-yello
{
    color: #edbf47;
}
/* icon box */

.icon-box [class*="icon-bx"]
{
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.03);
}
.icon-box [class*="icon-bx"]:after
{
    width: 60px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    background: #fff;
    left: 50%;
    margin-left: -30px;
}
.icon-box .icon-content:after
{
    width: 100%;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}
.icon-box .icon-content
{
    position: relative;
}
.about-block .row
{
    margin-top: -120px;
}
/* Our Service */

.box-shadow .dez-box
{
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 5px 6px 0 0 #e3e3e3;
}
/* Gallery Filters */

.gallery-filters
{
}
.gallery-filters ul li
{
    display: inline;
    list-style: none;
    font-size: 18px;
}
.gallery-filters ul
{
    border-radius: 4px;
    display: inline-block;
    margin: auto;
    border: 1px solid #cfcfcf;
}
.gallery-filters ul li a
{
    color: #b6b6b6;
    font-family: 'Open Sans' , sans-serif;
    padding: 8px 15px;
}
/* News Info */

.news-info ul li
{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    list-style: outside none none;
    padding: 0 5px;
}
.news-info ul
{
    margin: 0;
}
/* Footer */

.site-footer .widget_services ul li a
{
    color: #fff;
}
.site-footer .widget_services ul li
{
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
/* Footer bottom */

.footer-info-box
{
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.newsletter input
{
    height: 44px;
}
.newsletter .input-group
{
    background-color: #fff;
    padding-right: 2px;
    border-radius: 4px;
    overflow: hidden;
}
.newsletter .input-group-btn
{
}
.footer-image[class*="overlay-"]:before
{
    background-image: url(../images/footer-border-top.png);
    background-repeat: repeat-x;
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/* dez-social-icon */

.footer-info-box .dez-social-icon li a
{
    width: 38px;
    height: 38px;
    border: none;
    background: #fff;
    line-height: 38px;
    font-size: 16px;
    border-radius: 100%;
    padding: 0;
}
.footer-info-box .dez-social-icon
{
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin: 0 -3px;
    padding: 0 0 15px;
    text-align: center;
}
/* team */

.round-box
{
    transition: all 0.5s ease 0s;
    left: 0px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    display: block;
    border: 1px solid #fff;
}
.team-mamber
{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
}
.team-mamber img
{
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.sosial-icon-team
{
    transition: all 0.5s ease 0s;
    border-radius: 100%;
    display: block;
    height: 195px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 0;
    width: 195px;
    margin-right: -97px;
}
.sosial-icon-team ul.dez-social-icon li a, .sosial-icon-team ul li
{
    width: 100%;
    display: block;
    color: #fff;
}
.sosial-icon-team ul.dez-social-icon
{
    margin-right: -5px;
    margin-top: 28px;
    width: 80px;
    float: right;
}
.dez-team
{
    position: relative;
}
.dez-team:hover .sosial-icon-team
{
    margin-right: -117px;
    transition: all 0.5s ease 0s;
}
.dez-team:hover .round-box
{
    transition: all 0.5s ease 0s;
    left: -20px;
}
.team-info
{
    border-color: #d3d3d3;
    margin-top: -27px;
}
.team-social-btn ul li a
{
    background-color: #c0c0c0;
}
/* testimoniyal */

.client-pic li
{
    position: relative;
    list-style: none;
    display: inline-block;
}
.client-pic li a
{
    border: 2px solid;
    border-radius: 100%;
    display: block;
    height: 80px;
    overflow: hidden;
    width: 80px;
}
.client-think
{
    position: relative;
    max-width: 780px;
    margin: 0px auto;
    background-color: #E8E8E7;
    border-radius: 30px;
}
.client-think:before
{
    content: "\f10e";
    font-family: "FontAwesome";
    bottom: 0;
    color: rgba(0, 0, 0, 0.1);
    font-size: 80px;
    position: absolute;
    right: 30px;
}
.client-pic li.active:after
{
    content: "\f0d7";
    font-family: "FontAwesome";
    color: #e8e8e7;
    display: block;
    font-size: 60px;
    left: 50%;
    margin-left: -15px;
    overflow: hidden;
    position: absolute;
    top: -77px;
}
/* Home 3 */

.our-projects-galery .dez-gallery-box
{
    margin-bottom: 0;
}
/* Home 4 */

.mack-an-appointment
{
    background-color: #103157;
}
.mack-an-appointment [class*="col-md-"]
{
    padding: 0 7.5px;
}
.mack-an-appointment .form-group
{
    margin-bottom: 15px;
}
/* Footer Overlay */

.footer-overlay .footer-bottom
{
    background-color: rgba(0, 0, 0, 0.85);
}
.footer-overlay .footer-top
{
    background-color: rgba(0, 0, 0, 0.8);
}
.footer-bottom .text-left, .footer-bottom .text-center, .footer-bottom .text-right
{
    color: #fff;
}
.site-footer .dez-post-meta i
{
    color: #fff;
}
/* Responsive */

@media only screen and (max-width: 991px)
{
    .footer-bottom .text-left, .footer-bottom .text-center, .footer-bottom .text-right
    {
        text-align: center !important;
        padding: 5px;
    }
    .overlay-50:after
    {
        width: 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .h2
    {
        font-size: 24px;
        line-height: 28px;
    }
    .about-block .row
    {
        margin: 30px 0 0 0;
    }
    .about-block .row .icon-bx-wraper
    {
    }
    .footer-info-box .text-right
    {
        text-align: center;
        margin-top: 30px;
    }
    .newsletter strong
    {
        text-align: center;
        display: block;
    }
}
/*======== Spacing ==========*/
/* spacing */
.site-footer .widget_getintuch
{
    padding-top: 0;
}
.content-inner
{
    padding-top: 70px;
    padding-bottom: 40px;
}
.content-inner-1
{
    padding-top: 70px;
    padding-bottom: 70px;
}
.content-inner-2
{
    padding-top: 70px;
}
.testimonial-five .owl-controls
{
    margin-top: 0px;
}
.blog-page-content .dez-gallery-box
{
    margin-bottom: 20px;
}
.dez-newsletter.style1
{
    background-color: rgba(255,255,255, 0.05);
}
.inner-haed
{
    margin-bottom: 25px;
}
.awesome-services .m-r50
{
    margin-right: 0;
}
.awesome-services .m-l50
{
    margin-left: 0;
}
.side-bar .widget:last-child
{
    margin-bottom: 0;
}
/* Mobile Spacing */
@media only screen and (max-width: 991px)
{
    .disnone-sm
    {
        display: none;
    }
    .over-50[class*="overlay-"]:after
    {
        width: 100%;
    }
    .awesome-services .m-r50
    {
        margin-right: 50px;
    }
    .awesome-services .m-l50
    {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 767px)
{
    .content-area
    {
        padding-top: 30px;
    }
    .disnone-md
    {
        display: none;
    }
    .page-content
    {
        margin-top:150px;
        padding-bottom: 0px;
    }
    .footer-top
    {
        padding-top: 30px;
    }
    .site-footer .widget
    {
        margin-bottom: 25px;
    }
    .section-full:last-child
    {
        margin-bottom: -30px;
    }
    .content-inner
    {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .section-head
    {
        margin-bottom: 25px;
    }
    .w3-project-left
    {
        padding-top: 30px;
    }
    .testimonial-section
    {
        padding-top: 30px;
    }
    .testimonial-section .owl-controls
    {
        margin-top: 20px;
    }
    .section-head p
    {
        padding-top: 0;
    }
    .h3
    {
        font-size: 28px;
        margin-top: 10px;
    }
    .about-service .icon-bx-wraper:nth-child(2)
    {
        margin-top: 0;
    }
    .side-bar
    {
        margin-bottom: 30px;
    }
    .w3-post-title .post-title
    {
        margin-top: 10px;
    }
    .footer-info-box .newsletter
    {
        margin-bottom: 10px;
    }
    ol.commentlist li .star-rating
    {
        position: unset;
    }
    .comment-form [class*="comment-form"]
    {
        width: 100%;
    }
    .pricingtable-wrapper
    {
        margin-bottom: 30px;
    }
    .pricingtable-highlight
    {
        margin: 0;
    }
    .title-head
    {
        display: none;
    }
    .disnone-md
    {
        display: none;
    }
    .h2
    {
        font-size: 30px;
    }
    .content-inner-1
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content-inner-2
    {
        padding-top: 30px;
    }
    .mack-an-appointment [class*="col-md-"]
    {
        padding: 0 15px;
    }
    .mack-an-appointment.mack-an1 .row.clearfix
    {
        margin: 0 -15px;
    }
    .service-box
    {
        margin-top: 0;
    }
    .main-slider .erinyen.tparrows
    {
        min-height: 40px;
        min-width: 40px;
    }
    .main-slider .erinyen.tparrows:before
    {
        font-size: 14px;
        line-height: 40px;
    }
    .main-slider .erinyen .tp-title-wrap
    {
        line-height: 40px;
        min-height: 40px;
    }
    .main-slider .erinyen .tp-arr-titleholder
    {
        padding: 0 10px;
        line-height: 40px;
    }
    .dez-tabs.vertical .nav-tabs
    {
        width: 40px;
    }
    .dez-tabs.vertical .tab-content
    {
        margin-left: 39px;
    }
    .dez-tabs.vertical.right .tab-content
    {
        margin-right: 39px;
    }
    .dez-full-blog .dez-post-info, .full-blog-dark .dez-full-blog .dez-post-info
    {
        padding-bottom: 0;
    }
    .button-page button
    {
        margin-bottom: 10px;
    }
    .dez-accordion .collapsed
    {
        font-size: 14px;
    }
    .acod-head a:after
    {
        font-size: 12px;
    }
    .mfp-gallery
    {
        margin-bottom: 0;
    }
}





.MainHeader
{
    z-index: 999;
    width: 100%;
    position: absolute;
    display: block;
    top: 0px;
}
.bg_red
{
    background-color: #214583;
}
.SocialLink
{
    display: block;
    position: relative;
    display: block;
    width: 100%;
}
.SocialLink li
{
    display: inline-block;
    position: relative;
    float: left;
    padding: 10px;
}
.SocialLink li a
{
    padding: 5px;
    color: White;
}
.bg_white
{
    background-color: White;
}
.MainHeader > .col-sm-9, .MainHeader > .div, .MainHeader > .col-sm-3
{
    padding: 0px;
}
.cutMark_red:before
{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top: 40px solid #214583;
    border-right: 40px solid #ffffff;
    width: 0;
}
.cutMark_Darkblue:before
{
       content: '';
    position: absolute;
    bottom: 0px;
    right: -45px;
    border-top: 60px solid #58a8d6;
    border-right: 60px solid #FFFFFE;
    width: 0;
}
.navbar-collapse.collapse
{
    background-color: #58a8d6;
    padding: 5px 5px 5px 5px;
}
.navbar-nav > li > a
{
    color: #ffffff;
}
.navbar-nav > li > a:hover
{
    color: #58a8d6;
}
.logo_img
{
    width: 100%;
    height: auto;
}
.logo_img img
{
    width: 100%;
    height: 100px;
    padding: 5px 15px 5px 15px;
}
.navbtnsdesk
{
    display: block;
}
.navbtn
{
    display: none;
}
#cbp-spmenu-s1
{
    display: none;
} 
.carousel-inner>.item>.imgslideInner
{
    width:100%;
    height:350px;
    
}

@media only screen and (max-width: 769px)
{.section
{
    margin-top:140px;
}.carousel-inner>.item>.imgslideInner
{
    width:100%;
    height:150px;
    
}
    #cbp-spmenu-s1
    {
        display: block;
    }
    .navbtnsdesk
    {
        display: none;
    }

    .SocialLink li
    {
        display: inline-block;
        position: relative;
        float: left;
        padding: 11px 10px 12px 10px;
    }
    .navbtn
    {
        display: block;
    }
    .navbar-toggle
    {
        margin: 0px 10px 0px 0;
    }
    .ClickPOp
{
    width:100%;
    height:auto;
    display:inline-block;
    padding:10px;
    margin-top:10px;
}
.ClickPOp a
        {
            padding:10px;
            background-color: blue;
        font-size:18px;
            color: White;
            animation:colorss 2s infinite;
            text-align:center;
            text-decoration:none;
            border-radius: 23px;
        }
        @keyframes colorss
        {
            0%
            {
            background-color:Red;
            
        }
        }
}
@media screen and (max-width: 480px)
{
}

ul.ESMenu
{
    list-style: none;
    margin: 0px;
    padding: 5px;
    position: relative;
    width: 100%;
    float: left;
}
.ESMenu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}
.ESMenu li .ESMenuSub
{
    background-color: Gray;
}
ul.ESMenu li
{
    float: left;
    zoom: 1;
    display: block;
    position: relative;
    z-index: 9999999;
    margin-bottom: 0px;
}
ul.ESMenu li a
{
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
}
.ESMenu li a:hover
{
    color: White; /*background-color: #00487c;*/
}
ul.ESMenu li:last-child a
{
    border-right: none;
}
ul.ESMenu li.current
{
    background-color: #00487c;
}
ul.ESMenu li:hover li a:active
{
    position: relative;
    background-color: #00487c;
    color: Black;
}

.ESMenu ul li ul li
{
    margin-left: 0px;
}
ul.ESMenu ul
{
    width: 200px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    color: #FFFFFF;
}
ul.ESMenu ul li
{
    color: #FFFFFF;
    float: none;
    text-align: left;
    margin-bottom: 0px;
}
ul.ESMenu ul li a
{
    text-decoration: none;
    padding: 8px 0px 8px 8px;
    border: 1px solid #214583;
    background-color: #214583;
    font-size: 14x;
    border-top: none;
    border-left: none;
    color: #fff;
    border-right: none;
    width: 100%;
    display: inline-block;
}


ul.ESMenu ul li a:hover
{
    background-color: #357c8a;
}
ul li:hover ul.ESMenu li a:active
{
    background-color: Red;
}
ul.ESMenu ul li a:hover
{
    color: #ffffff;
    border-right: none;
    width: 100%;
    display: inline-block;
}
ul.ESMenu ul ul
{
    left: 100%;
    top: 0;
}
ul.ESMenu li:hover > ul
{
    visibility: visible;
}
ul.ESMenu > li:hover > a
{
    color: Black;
}

.Icon_img
{
    width:100%;
    display:block;
    position:relative;

}
.Icon_img img
{
    width:100%;
    height:100px;
}
@media screen and (max-width: 480px)
{
.Icon_img
{
    width:100%;
    display:block;
    position:relative;
    padding-top:10px;
    padding-bottom:10px;

}.Icon_img img
{
    width:100%;
    height:auto;
}
}
