@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(../droidarabickufi.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body,
html {
    font-family: 'Droid Arabic Kufi', 'Open Sans', serif;
    direction: ltr;
    overflow: auto;
}

setion {
    padding: 0px !important;
    margin: 0px !important;
}

h1,
h2,
h3,
h4,
a,
span,
h5,
h6 {
    font-family: 'Droid Arabic Kufi', 'Open Sans', serif;
    color: #ee4602;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.text-muted {
    color: #666;
}

.text-primary {
    color: #ee4602;
}

.text-justify {
    text-align: justify;
}

.no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.white {
    color: #fff !important
}

.paddingcenter {
    padding-top: 15% !important;
}

@media(min-width:768px) {
    .paddingcenter {
        padding-top: 30% !important;
    }
}

.line {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    /*height: .5px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    /*background: #ee4602;*/
    /*
background-image: -webkit-linear-gradient(left, #262626, #ee4602, #262626);
background-image: -moz-linear-gradient(left, #262626, #ee4602, #262626);
background-image: -ms-linear-gradient(left, #262626, #ee4602, #262626);
background-image: -o-linear-gradient(left, #262626, #ee4602, #262626);
opacity: 0.5;
*/
}

.line2 {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    height: 1px;
    background: #676767;
    background-image: -webkit-linear-gradient(left, #676767, #ee4602, #676767);
    background-image: -moz-linear-gradient(left, #676767, #ee4602, #676767);
    background-image: -ms-linear-gradient(left, #676767, #ee4602, #676767);
    background-image: -o-linear-gradient(left, #676767, #ee4602, #676767);
    opacity: 0.5;
}

.header {
    display: block;
    width: 100%;
    background-color: white;
    z-index: 9999999999;
    top: 0px;
    position: fixed;
}

.bggray {background-color: #f1f1f1 !important;}
.bggray2{background-color: #e1e1e1 !important}
.darkblue {background-color: #0C334F !important;}
.darkblue2 {background-color: #f9f9f9 !important;}

.redcolor {color: #62101e;}

.magma{color: #646363;font-weight: 900}
.qemail {
    color: #ddd;
    background-color: #ee4602 !important;
    padding: 0px 20px;
    cursor: pointer;
    opacity: .9;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
.qemail:hover{
    opacity: 1;
    right: 0;
}
.qemail span{
    color: #ddd;
}

.semi-light {
    opacity: 0.7;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.textindent {
    text-indent: 20px;
}

.startpoint {
    position: relative;
    margin-top: 100px;
}

/* Start Top Bar */
.topbar {
/*    background: #eee;*/
    border-bottom: 1px solid #ddd;
    line-height: 2px;
    width: 100%;
    top: 0px;
    z-index: 999;
    padding: 0;
    vertical-align: middle;
    padding-left: 25%;
}

.socialtop {
    display: block;
    float: right;
    padding: 5px;
}

.titletop {
    float: left;
}

.logo {
    z-index: 123;
    padding: 5px;
    font: 28px verdana;
    color: #fff;
    float: left;
    position: fixed;
    z-index: 99999;
    width: 25%;
    background: #fff;
}

.logo a {
    color: #fff;
    overflow: hidden;
}

.logo img {
    width: 100%;
    height: auto;
}

.topbar .titletop h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 5px;
    margin-top: 7px;
    float: left;
    color : #ee4602;
/*
    background: #ab0035;
    background: linear-gradient(to right, #ab0035 0%, #F49500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
*/
}

.socialtop .fa {
    padding: 6px 8px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.socialtop .fa:hover {
    opacity: 0.7;
}

.socialtop .fa100 {
    width: auto;
}

.socialtop .fa {
    color: #ee4602;
}

.socialtop span {
    padding: 10px;
}

.socialtop .fa-envelope {
    background: white;
    color: #ee4602;
}
.socialtop .fa-envelope span{
    color: #ee4602;
}
.socialtop .fa-facebook {
    background: #3B5998;
    color: white;
}

.socialtop .fa-twitter {
    background: #55ACEE;
    color: white;
}

.socialtop .fa-google {
    background: #dd4b39;
    color: white;
}

.socialtop .fa-linkedin {
    background: #007bb5;
    color: white;
}

.socialtop .fa-youtube {
    background: #bb0000;
    color: white;
}

.socialtop .fa-instagram {
    background: #125688;
    color: white;
}

.socialtop .translate {
    display: inline-block;
    overflow: hidden;
    float: right;
    color: #ee4602;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 8px;
    margin-top: 2px;
    margin-right: 4px;
    text-decoration: none;
}

/* Start Scrollup */
#scroll-top {
    width: 70px;
    height: 60px;
    color: #fff;
    background-color: #ee4602;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 100;
    display: none;
    cursor: pointer;
    padding-top: 15px;
    opacity: .7;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#scroll-top:hover {
    /*    background-color: #444*/
    opacity: 1;
}

#collaboration {
    padding: 20px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background-color: #ee4602;
    text-align: center;
    position: fixed;
    left: 15px;
    top: 110px;
    z-index: 999999999;
    cursor: pointer;
    opacity: .9;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#collaboration:hover {
    opacity: 1;
}

/*Start NAVBAR*/

nav {
    position: relative;
    width: 100%;
    margin: 50px auto;
    z-index: 9999;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    cursor: pointer;*/
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu:after {
    display: block;
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    background: #fff;
    position: fixed;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    padding-left: 30px
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 26px;
    left: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ee4602;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 23px;
    left: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ee4602;
    opacity: 1;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
    display: none
}

#cssmenu ul {
    padding-left: 25%;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    padding: 0px;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fff;
    transition: all .25s ease;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-right: 100%;
    top: 0
}

#cssmenu ul ul li a {
    padding: 10px;
/*    width: 260px;*/
    min-width: 260px;
    font-size: 14px;
    letter-spacing: -1px;
    text-decoration: none;
    font-weight: bolder;
    text-transform: uppercase;
}

/* this*/
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    left: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    left: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-right: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

#cssmenu > ul > li > a {
    color: #ee4602;
    padding-right: 30px;
    padding-left: 30px;
}

#cssmenu ul ul li a {
    color: #ee4602;
}



@media screen and (max-width:999px) {
    .logo {
    z-index: 99999;
    width: 50%;
    position: inherit;
    }
    .topbar {
        height: auto;
        max-height: auto;
        padding: 0px;
    }

    .titletop {
        display: block;
        width: 100%;
        text-align: center;
    }

    #collaboration {
        padding: 10px;
        font-size: 12px;
		top: 140px;
    }
    .topbar .titletop h3 {
        font-size: 1em;
        margin: 3px 1px;
        margin-left:  50px;
        float: left;
    }

    .socialtop {
        display: inline-block;
        float: left`;
        padding: 5px;
        z-index: 9999999999;
        display: none;
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
        margin: auto;
    }

    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        padding-right: 0px !important;
        padding-left: 1%;

    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #eee;
    }

    #cssmenu ul li:hover {
        background: #ddd;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu > ul > li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-right: 25px;
    }

    #cssmenu ul ul li {
        /*        background: #fff!important;*/
    }

    #cssmenu ul ul li:hover {
        background: #ddd !important
    }

    #cssmenu ul ul ul li a {
        padding-right: 45px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none;
        padding-left: 50px;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        /*color: #fff;*/
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        font-size: 12px;
        font-weight: 700;
    }

    .mobilebutton {
        width: 55px;
        height: 46px;
        position: fixed;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;

    }

    .mobilebutton:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #ee4602;
        border-bottom: 2px solid #ee4602;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
    }

    .mobilebutton:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ee4602;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box;
    }

    .mobilebutton.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #ee4602;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #cssmenu > ul > li.has-sub > a {
        padding-left: 20px;
    }

    .mobilebutton.menu-opened:before {
        top: 23px;
        background: #ee4602;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        /*border-left: 1px solid #ccc;*/
        height: 54px;
        width: 56px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #ddd
    }

    #cssmenu ul ul .submenu-button {
        height: 36px;
        width: 36px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 26px;
        right: 23px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ee4602;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #ee4602
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 23px;
        right: 26px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ee4602;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }

    #cssmenu ul,
    #cssmenu ol {
        margin-bottom: -15px;
        padding-left: 0px !important;
    }

    #cssmenu > ul > li > a {
        color: #ee4602;
        padding-right: 30px;
        margin-left: 0px !important;
        padding-left: 20px !important;

    }

    #cssmenu ul ul li a {
        color: #ee4602;
    }

}

.hover1 a:before {
    content: "";
    display: block;
}

.hover1 a {
    overflow: hidden;
    z-index: 2
}

.hover1 a:before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border-bottom: 2px solid #ee4602;
}

.hover1 a:hover:before {
    opacity: 1;
    right: 0;
}


@media screen and (max-width:1000px) {
    .hover1 a:before {
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #eee;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        border-right: none;
    }
}

/* End Navbar */


.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.hover-overlay .mask {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hover-overlay .mask:hover {
    opacity: 1
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

/* Start Slider */
#homecarousel {
    margin-top: 100px;
    position: relative;
    overflow: hidden !important;

}

#homecarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 100%vh;
    width: 100%;
    margin-right: 0px !important;
    overflow: hidden;
}

#homecarousel .carousel-item {
    height: 330px;
    min-height: 330px;
}

#homecarousel .carousel-item:nth-child(1) {
    background-image: url('../img/slide1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#homecarousel .carousel-item:nth-child(2) {
    background-image: url('../img/slide2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#homecarousel .carousel-item:nth-child(3) {
    background-image: url('../img/slide3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#homecarousel .carousel .carousel-inner {
    width: 100%;
    padding: 30px;

}

#homecarousel .carousel-item h2 {
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
    padding: 1em;
    font-weight: 900;
    letter-spacing: 2px;
}

#homecarousel .carousel-item h3 {
    font-size: 1.2em;
    color: #fff;
    line-height: 1em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 1em;
}

/*
.carousel-control-next-icon, .carousel-control-prev-icon {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-control-next-icon{right: 0px;} 
.carousel-control-prev-icon {left: 0px}
*/
/*MEDIA*/
@media (min-width: 576px) {
    #homecarousel .carousel-item h2 {
        font-size: 1.2em;
    }

    #homecarousel .carousel-item h3 {
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {
    #homecarousel .carousel-item {
        height: 550px;
        min-height: 550px;
    }

    #homecarousel .carousel-item h2 {
        font-size: 1.4em;
    }

    #homecarousel .carousel-item h3 {
        font-size: 1.6em;
    }
}

@media (min-width: 992px) {
    #homecarousel .carousel-item h2 {
        font-size: 1.6em;
    }

    #homecarousel .carousel-item h3 {
        font-size: 1.8em;
    }

    .largetext h2 {
        font-size: 4em;
    }

    .largetext span {
        font-size: 4.5em;
    }

}

@media (min-width: 1200px) {
    #homecarousel .carousel-item h2 {
        font-size: 2em;
    }

    #homecarousel .carousel-item h3 {
        font-size: 2.4em;
    }

}

@media(max-width:999px) {

    .socialtop .fa-facebook,
    .socialtop .fa-linkedin,
    .socialtop .fa-instagram {
        display: none;
    }

    .socialtop .fa-phone,
    .socialtop .fa-envelope {
        font-size: 14px;
    }
}



/*START BLOCK1*/
.block1 {
    display: block;
    padding: 25px;
    background-color: #fff;
    color: #ee4602;
    padding: 3em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .block1 {
        padding: 3em 0;
    }
}
.block2 {
    display: block;
    padding: 25px;
    background-color: #fff;
    color: #ee4602;
    padding: 3em 0;
    position: relative;
    height: 600px;
    min-height: 600px;
}

@media (max-width: 767.98px) {
    .block2 {
        padding: 3em 0;
    }
}

.blocktm50{margin-top: 20px;}
.blocktm{margin-top: 70px;}
.pad70{padding-top: 70px;}
.blockitle h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #646363;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 2;
    line-height: 45px;
}

.blockitle h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 2;
    line-height: 35px;
}

.blockitle p {
    font-size: 16px;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 2;
    line-height: 25px;
    font-weight: 600;
    color: #ee4602;
}

@media (max-width: 767.98px) {
    .blockitle h2 {
        font-size: 28px;
    }

    .blockitle h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .blockitle p {
        font-size: 14px;
        line-height: 22px;
    }
}



/*START PRACTICE AREA*/
.practice-area {
    display: block;
    padding: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    min-height: 200px;
}

@media (max-width: 767.98px) {
    .practice-area {
        border-left: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
}

.practice-area.border-b {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.practice-area.no-border-l {
    border-left: none;
}

.practice-area .icon {
    margin: 0 auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.practice-area .icon span {
    font-size: 50px;
    color: #3f6298;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.practice-area h3 {
    font-size: 20px;
}

.practice-area h3 a {
    color: #3f6298;
}

.practice-area p {
    color: #3f6298;
}

.practice-area:hover .icon span,
.practice-area:focus .icon span {
    color: #62101e;
    font-weight: bolder;
}


/*START QOUTBOX*/

.qoutebox {
    min-height: 200px;
    padding-top: 20px;
    text-align: left
}


blockquote {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 20px 20px 20px 40px;
    margin: 20px;
    border-left: none;
    position: relative;
    text-indent: -19px
}

blockquote p {
    font-size: 1em;
    font-weight: bold
}

blockquote:before,
blockquote:after {
    font-family: Arial, serif;
    font-size: 2.5em;
    vertical-align: middle;
    line-height: 0
}

blockquote:before {
    content: open-quote;
    margin-right: 4px
}

blockquote:after {
    content: close-quote;
    margin-left: 3px;
}

blockquote.blockstyle,
blockquote.style2 {
    background: #fff;
    font-style: italic
}

blockquote.blockstyle p,
blockquote.style2 p {
    display: inline
}

blockquote.blockstyle {
    border-left: 3px solid #62101e;
    position: relative
}

blockquote.blockstyle > span.triangle:before {
    text-indent: 0;
    content: "\f0da";
    font-family: FontAwesome;
    color: #62101e;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -11px;
    font-style: normal
}

blockquote.blockstyle:before,
blockquote.blockstyle:after {
    color: #62101e
}

/*START FIXED BLOCK*/
.fixedblock {
    background: url(../img/w4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    padding: 50px;
}

@media(min-width:768px) {
    .fixedblock {
        height: 500px;
    }
}


.fixedblock .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(2, 2, 2, 0.5);
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
}

.fixedblock .overlay h3 {
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 2em
}

/*START TEAM*/
.wrapper_team {
    padding: 40px 0;
    background-color: #efefef
}
.wrapper_team .container{
    background-color: transparent
}
.wrapper_team .our_teamdiv{
    padding: 00px;
} 
.wrapper_team .our_team img {
    width: 100%;
    height: auto;
    padding: 80px;
}

.wrapper_team .our_team {
    box-shadow: none;
    margin-bottom: 10px;
    transform: translateY(0px);
    transition: all 0.5s ease 0s;
}

.wrapper_team .our_team .pro_detail {
    padding: 15px;
    border-width: 0 0px 1px 0px;
    border-style: solid;
    border-color: #d3d3d3;
}

.wrapper_team .our_team .pro_detail .pro_name {
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    margin: 0 0 2px;
    color: #646363;
}

.wrapper_team .our_team .pro_detail .pro_desc {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

.wrapper_team .our_team .pro_detail .pro_desc::after {
    content: "";
    display: block;
    margin: 10px 0;
    border: 1px solid #d3d3d3;
}

.wrapper_team .our_team .pro_detail{
    
}
.wrapper_team .our_team .pro_detail .h100{
    display: block;
    background: #e94b10;
}
.wrapper_team .our_team .pro_detail .pro_contact {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1px;
    padding: 12px 5px;
    background: #e94b10;
}

.wrapper_team .our_team .pro_detail .pro_contact a {
/*    color: #fff;*/
}

.wrapper_team .our_team .pro_detail .pro_contact i {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.wrapper_team .our_team:hover {
    transform: translateY(-15px);
    box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.5);
}

.wrapper_our .wrap_item i {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
}

.wrapper_our .wrap_item strong {
    display: block;
    font-size: 26px;
    color: #000;
}

.wrapper_our .wrap_item span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px
}

.freebtn {
    display: block;
    text-align: center;}
.teambtn {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (min-width:992px) {
.wrapper_team .our_team img {

}
    .wrapper_team .our_team .pro_detail .pro_name {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 2px;
    }

    .wrapper_team .our_team .pro_detail .pro_desc {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
    }

    .wrapper_team .our_team .pro_detail .pro_contact {
        font-size: 15px;
        line-height: 1px;
        padding: 5px 1px;
        letter-spacing: 3px;
/*        background: #ee4602;*/
    }
.wrapper_team .our_team .pro_detail .h100{
    height: 90px;
    }
    
}

/*START CONTACT*/

.conatact {
    background-color: #262626;
    padding: 7em 0;
}

@media (max-width: 767.98px) {
    .conatact {
        padding: 3em 0;
    }
}

.contactlist {
    min-height: 100%;
}

.contactlist li {
    display: table;
    height: 60px;
    margin-bottom: 3px;
}

.contactlist li a {
    display: table-cell;
    width: 100%;
    color: #FFF;
    transition: opacity .5s;
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
/*
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
*/
}

.contactlist li:hover {
    color: #ee4602;
    cursor: pointer;
    /*
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
*/


}

.contactlist li:hover a,
.contactlist li:hover .fa {
    color: #ee4602;
    text-decoration: none;
}

.contactlist li:focus a {
    box-shadow: 0 0 0 .2rem rgba(251, 65, 55, .5)
}

.contactlist .fa {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
    width: 25px;
    min-width: 40px;
    color: #fff;
/*
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
*/
}

@media (min-width: 600px) and (max-width: 1199px) {
    .contactlist {
        padding: 2%;
    }

    .contactlist li {
        margin: 5px 5px;
    }

    .contactlist li a {
        max-width: 100%;
        height: 60px;
        min-height: 100px;
        font-size: 15px;
    }

    .contactlist .fa {
        font-size: 1.2em;
        width: 50px;
        min-width: 70px;
    }
}

@media (min-width:992px) {
    .contactlist .sectiontitle {
        padding-left: 80px;
    }

    .contactlist ul {
        width: 60%
    }
}

@media (min-width: 1200px) {
    .contactlist li {
        margin: 2px;
    }

    .contactlist li a {
        max-width: 100%;
        height: 60px;
        min-height: 100px;
        font-size: 15px;
    }

    .contactlist .fa {
        font-size: 1.6em;
        width: 50px;
        min-width: 70px;
    }
}



/*START FOOTER CONTACT*/
.footer_contact {
    background-color: #262626;
    padding: 3em 0px 10px 0px;
    color : #fff;
}

@media (max-width: 767.98px) {
    .footer_contact {
/*        padding: 3em 0;*/
    }
}

.footer_contact .contactlogo {
    padding: 10px;
}

.footer_contact .gmap {
    padding: 60px 0;
}

.footer_contact iframe {
    padding: 5px;
}
.footer_contact .contactlogo{
    display: block;
    padding: 50px;
}
.footer_contact .contactlogo img {
    width: 100%;
    max-height: 300;
}

.footer_contact .contact {
    box-shadow: none;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #363636;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}
.footer_contact .contact p{
    padding-left: 15px;
    padding-right: 15px;
}
.footer_contact .contact .contact_details {
    padding: 15px;
}

.footer_contact .contact .contact_details .contact_name {
    color : #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 2px;
/*    font-weight: 900;*/
    padding-bottom: 15px;
}

.footer_contact .contact .contact_details .contact_desc {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.footer_contact .contact .contact_desc{
    font-size: 18px;
    color: #fff
}
.footer_contact .contact .contact_details .contact_desc::after {
    content: "";
    display: block;
    margin: 10px 0;
    /*border:1px solid  #d3d3d3;*/
}

.footer_contact .contact .contact_details .con_contact {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1px;
    padding: 5px;
}


.footer_contact .contact .contact_details .con_contact {
    color: #fff;
}

.footer_contact .contact .contact_details .con_contact i {
    font-size: 20px;
    margin-right: 5px;
}
.footer_contact .contact .contact_details a.con_contact:active,
.footer_contact .contact .contact_details a.con_contact:focus, 
.footer_contact .contact .contact_details a.con_contact:hover 
{
    color: #ee4602;
    text-decoration: none;
}
@media (min-width:992px) {
.footer_contact .contact .contact_details {
    height: 220px;
    min-height: 220px;
}
    
    .footer_contact .contact .contact_details .contact_name {
        font-size: 2em;
        line-height: 20px;
        margin: 0 0 2px;
    }

    .footer_contact .contact .contact_details .contact_desc {
        font-size: 14px;
    }

    .footer_contact .contact .contact_details .con_contact {
        font-size: 15px;
        line-height: 1px;
        padding: 5px 10px;
        letter-spacing: 3px;
    }
}

/*START FOOTER*/
.site-footer {
    background-color: #121212;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #ee4602;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}
.contactlist li,
.contactlist .fa,
.site-footer a,
.footer-links
{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}


.footer-links li {
    display: block
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #ee4602;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.instagram:hover {
    background-color: #125688
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}








/*mesc*/
.imgflip {
    width: 180px;
    height: auto;
    padding: 0px;
/*    animation: rotation 5s infinite linear;*/
}

@media (max-width: 767.98px) {
    .imgflip {
        width: 100px;
    }
}

@keyframes rotation {
    100% {
        transform: rotatey(-360deg);
    }
}

.largetext {
    padding-top: 50px
}

.largetext h2 {
    font-size: 2em;
    color: #aaa;
    font-weight: 900;
    text-transform: uppercase;
}

.largetext span {
    font-size: 2.5em;
    color: #ee4602;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: #e94b10;
    color: #FFF;
    border-color: #f18020;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #f17521;
    border-color: #f17521;
    color: #FFF;
}

@media (max-width: 999px) {
    .btn-lg {
        font-size: 14px !important;
    }
}


.hero_image {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*  height: 100vh;*/
    position: relative;
    margin-top: 100px;
    height: 330px;
    min-height: 330px;
}

.hero1 {
    background-image: url("../img/w2.jpg") !important;
}

.hero2 {
    background-image: url("../img/insurance.html") !important;
}

.hero3 {
    background-image: url("../img/copyright.html") !important;
}

.hero4 {
    background-image: url("../img/smagma1.html") !important;
}

.hero5 {
    background-image: url("../img/w2.jpg") !important;
}

.hero6 {
    background-image: url("../img/w3.jpg") !important;
}

.hero7 {
    background-image: url("../img/w6.jpg") !important;
}

.hero8 {
    background-image: url("../img/mslide4.png") !important;
}

.h300 {
    height: 300px !important; 
    min-height: 300px !important; 
}
.hero_image h1 {
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
    padding: 1em;
    font-weight: 900;
    letter-spacing: 2px;
}

.hero_image h2 {
    font-size: 1.2em;
    color: #fff;
    line-height: 1em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 1em;
}

.hero_image h2.h22 {
    font-size: 1.6em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px;
    align-self: center;
    padding: 10px;
    font-weight: bolder;
}

@media (min-width: 576px) {
    .hero_image h1 {
        font-size: 1.2em;
    }

    .hero_image h2 {
        font-size: 1.4em;
    }

    .hero_image h2.h22 {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    .hero_image {
        height: 550px;
        min-height: 550px;
    }

    .hero_image h1 {
        font-size: 1.4em;
    }

    .hero_image h2 {
        font-size: 1.6em;
    }

    .hero_image h2.h22 {
        font-size: 3em;
    }
}

@media (min-width: 992px) {
    .hero_image h1 {
        font-size: 1.6em;
    }

    .hero_image h2 {
        font-size: 1.8em;
    }

    .hero_image h2.h22 {
        font-size: 2.4em;
        font-weight: bolder;
    }
}

@media (min-width: 1200px) {
    .hero_image h1 {
        font-size: 2em;
    }

    .hero_image h2 {
        font-size: 2.4em;
    }

    .hero_image h2.h22 {
        font-size: 3em;
    }
}



.quicklist {
    list-style-type: none;

}

.quicklist li {
    /*  padding-left: 1.3em;*/
}

.quicklist li:before {
    content: "\f10c";
    /* FontAwesome Unicode */
    font-size: 1em;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /*same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}


.srvcpage {}
.srvcpage .servicetitle {
    display: flex !important;
    flex-direction: row !important;
    align-content: center;
    background-color: #ddd;
    padding: 20px;
}
.srvcpage img{ 
    width: 100%;
    max-height: 500px;
}
.srvcpage .servicetitle h2 {
    font-size: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px;
    align-self: center;
    padding: 10px;
}

.srvcpage .servicetitle span {
    align-self: center;
}

.srvcpage .servicetitle .icon {
    margin: 0px !important;
    font-size: 3em;
}

.srvcpage h3 {
    font-size: 1.2em;
    text-transform: capitalize;
    padding: 20px;
}

.srvcpage p {
    padding: 20px;
}

@media (min-width: 768px) {
    .srvcpage .servicetitle h2 {
        font-size: 1.8em;
    }

    .srvcpage .servicetitle .icon {
        font-size: 4em;
    }

    .srvcpage h3 {
        font-size: 1.4em;
    }

}

/* Services */
#services h2 {
    margin: 85px 0 50px;
    text-align: center;
    color: #ee4602;
    text-transform: uppercase;
}
#services .service_item{ 
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}
.services2 {
    background: #f2f7fa none repeat scroll 0 0;
}
#services .imgcard{
    width: 100%;
    height: 240px;
    overflow: hidden;
    transition: 0.3s;
}
#services img {
    width: 100%;
    height: auto; 
    height: 240px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 240px;
}
#services h3 {
    color: #ee4602;
    padding: 25px 0px;
    text-transform: capitalize;
    text-align: center;
    transition: 0.3s;
    margin: 25px 0 15px;
}
#services p {
    padding: 10px;
}
.service_item .btn.know_btn {
    margin: 20px 0 10px;
}
#services .know_btn2 {
    margin: 20px
}
#services h3:hover{
}
#services .service_item:hover{
    transform: scale(1.07);
    background: chocolate;    
}
#services .service_item:hover h3{
    color: white;
}


/*START CONTACT*/
.wrapper_contact {
    padding: 60px 10px;
}

.wrapper_contact .contactlogo {
    padding: 10px;
}

.wrapper_contact .gmap {
    padding: 60px 0;
}

.wrapper_contact iframe {
    padding: 5px;
}
.wrapper_contact .contactlogo{
    display: block;
    padding: 50px;
}
.wrapper_contact .contactlogo img {
    width: 100%;
    max-height: 300;
}

.wrapper_contact .contact {
    box-shadow: none;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
    transform: translateY(0px);
    transition: all 0.5s ease 0s;
}
.wrapper_contact .contact p{
    padding-left: 15px;
    padding-right: 15px;
}
.wrapper_contact .contact .contact_details {
    padding: 15px;
    /*
border-width:0 1px 1px 1px;
border-style: solid;
border-color:#d3d3d3;
*/
}

.wrapper_contact .contact .contact_details .contact_name {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 2px;
    padding-bottom: 15px;
}

.wrapper_contact .contact .contact_details .contact_desc {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
wrapper_contact .contact .contact_desc{
    font-size: 18px;
    color: #62101e}
.wrapper_contact .contact .contact_details .contact_desc::after {
    content: "";
    display: block;
    margin: 10px 0;
    /*border:1px solid  #d3d3d3;*/
}
.wrapper_contact .contact .contact_details .h120{
    display: block;
/*
    height: 120px;
    min-height: 120px;
*/
    background: #e94b10;
}

.wrapper_contact .contact .contact_details .con_contact {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1px;
    padding: 5px;
    background: #ee4602;
}

.wrapper_contact .contact .contact_details .con_contact a {
    color: #fff;
}

.wrapper_contact .contact .contact_details .con_contact i {
    font-size: 20px;
    margin-right: 5px;
}

/*
.wrapper_contact .contact:hover{
transform: translateY(-15px);
box-shadow:0 10px 7px rgba(0, 0, 0, 0.5);
}
*/

.wrapper_our .wrap_item i {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
}

.wrapper_our .wrap_item strong {
    display: block;
    font-size: 26px;
    color: #000;
}

.wrapper_our .wrap_item span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px
}

.contactbtn {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .wrapper_contact .contact .contact_details .contact_name {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 2px;
    }
/*
    .wrapper_contact .contact .contact_details{
    height: 220px;
    min-height: 220px;   }
*/

    .wrapper_contact .contact .contact_details .contact_desc {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
    }

    .wrapper_contact .contact .contact_details .con_contact {
        font-size: 15px;
        line-height: 1px;
        padding: 5px 10px;
        letter-spacing: 3px;
        background: #ee4602;
    }
    .wrapper_contact .contact .contact_details .h120{
        height: 120px;
        min-height: 120px;
    }
}

.cont_normal {
    color: #ee4602 !important;
    background: #fff !important;
}

.dflex {
    display: flex !important;
    flex-direction: row !important;
    align-content: center;
    background-color: #ddd;
    padding: 20px;
    width: 100% !important;
}

.dflex h2 {
    font-size: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px;
    align-self: center;
    padding: 10px;
/*    display: block;*/
}
.noborder{border-style: none !important; }

@media (min-width:768px) {
    .wrapper_contact img {
        padding-top: 0px;
        width: auto;
        max-height: 400px;
    }
}

.forceimg{
width: 100%;
height: auto;
}



.srvs {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.srvs .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
    height: 100%;
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}


/*

.sc .parent {
  width: 400px; 
  height: 300px;
}

.sc .child {
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("../img/family.jpg");
  background-position: center;
  background-size: cover;
  transition: all .5s;
}
*/

.scwrapper {
    padding: 50px 50px;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.sc{
/*
    display: flex !important;
    flex-direction: row !important;
    align-content: center;
*/
    padding: 60px 0;
}
.sc .parent {
    width: 100%;
    margin: 20px;
    height: 300px;
    border: 1px solid blue;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.sc .child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sc a {
/*    display: none;*/
    display: block;
    font-size: 22px;
    color: #f8f8f8 !important;
    font-weight: 900;
    text-align: center;
    margin: auto;
    position: absolute;
    padding: 10px;
/*    top: 0;*/
    left: 0;
    bottom: 0;
    right: 0;
    height: 120px;
    cursor: pointer;
    text-decoration: none;
/*    background-color: rgba(238, 70, 2, 0.71);*/
    background-color: rgba(214, 95, 20, 0.71);
}
.sc span {
    display: block;
    font-size: 16px;
    color: #d3d3d3 !important;
    cursor: pointer;
}

.sc .parent:hover .child, .sc .parent:focus .sc .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.sc .parent:hover .sc .child:before, .sc .parent:focus .sc .child:before {
    display: block;
}

.sc .parent:hover a, .sc .parent:focus a {
    display: block;
}

.sc .child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(238, 70, 2, 0.75);
 }


/* Media Queries */
@media screen and (max-width: 960px) {
    .sc .parent {
        margin: 20px 0px
    }
    .sc a {
    height: 75px;
    font-size: 18px;
    font-weight: 900;
    background-color: #ee4602;
    background-color: rgba(238, 70, 2, 0.83);
    
    }
    .sc span {
    font-size: 12px;
    font-weight: 500;
    overflow: hidden
    }    
}

.service-horizon {background-image: url("../img/horizon.png");}
.service-visit {background-image: url("../img/visit.jpg");}
.service-student {background-image: url("../img/student.jpg");}
.service-family {background-image: url("../img/family.jpg");}
.service-invest {background-image: url("../img/Investors.jpg");}
.service-employer {background-image: url("../img/buisness.jpg");}
.service-skilled {background-image: url("../img/worker.jpg");}
.service-citizn {background-image: url("../img/passport.jpg");}
.service-birds {background-image: url("../img/birds.jpg");}
.service-natural {background-image: url("../img/natural.jpg");}


.form-label{color: black}

.aply .card-registration .select-input.form-control[readonly]:not([disabled]) {
/*font-size: 1rem;*/
/*line-height: 2.15;*/
/*
padding-left: .75em;
padding-right: .75em;
*/
}
.card-registration .select-arrow {
top: 13px;
}
.aply .select{
    width :100%;
/*    max-width :100px;*/
}