.elementor-5131 .elementor-element.elementor-element-f29542d{--display:flex;--min-height:1023px;}.elementor-5131 .elementor-element.elementor-element-f29542d:not(.elementor-motion-effects-element-type-background), .elementor-5131 .elementor-element.elementor-element-f29542d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://morgansprofessionallegalservices.ca/wp-content/uploads/2024/10/pexels-photo-6077123-1.jpeg");background-position:536px -800px;background-size:cover;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5131 .elementor-element.elementor-element-d8d6ab3{width:var( --container-widget-width, 69% );max-width:69%;--container-widget-width:69%;--container-widget-flex-grow:0;column-gap:29px;text-align:center;font-family:"Times New Roman", Sans-serif;font-size:40px;font-weight:400;font-style:normal;line-height:15px;letter-spacing:0.5px;word-spacing:1px;color:#FFF6F6;}.elementor-5131 .elementor-element.elementor-element-d8d6ab3 > .elementor-widget-container{background-color:transparent;margin:0px 0px 42px 0px;background-image:linear-gradient(319deg, #000000 50%, #000000 50%);border-style:none;border-radius:0px 0px 0px 0px;}.elementor-5131 .elementor-element.elementor-element-d8d6ab3.elementor-element{--align-self:center;}.elementor-5131 .elementor-element.elementor-element-d8d6ab3 p{margin-bottom:18px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-5131 .elementor-element.elementor-element-3fc1fd2 .elementor-button{background-color:#030303;}.elementor-5131 .elementor-element.elementor-element-3fc1fd2.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-5131 .elementor-element.elementor-element-f29542d:not(.elementor-motion-effects-element-type-background), .elementor-5131 .elementor-element.elementor-element-f29542d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-5131 .elementor-element.elementor-element-f29542d:not(.elementor-motion-effects-element-type-background), .elementor-5131 .elementor-element.elementor-element-f29542d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS */nav ul {
    margin:O;
    padding:0 0 0 15px;
}
nav ul li a {
      background:white;
      color:black;
      display:inline-block;
      list-style-type:none;
      padding:5px 0px 10px 10px;
      margin: 2px;
      margin-left:-5px;
      margin-right:35px;
   
}


#submenu{

    left:0;
    opacity: 0;
    position: absolute;
    Top: 35px;
    visibility: hidden;
    z-index:1;

}

li:hover ul#submenu{

       opacity:1;
       top: 229px;
       visibility: visible;
       margin-right:20px;

}

#submenu li{

     float:none;
     width: 100%:

}

#submenu a:hover{

      background: white;

 
}
 
#submenu a{

   background-color: #34495;

}
   

.col {
    background:white;
    border-radius:5px;
    padding:10px 5px;
    float:left;  
    margin:.5%;
    width:20%;
}

#submenu2{

    left:40;
    opacity: 0;
    position: absolute;
    Top: 35px;
    visibility: hidden;
    z-index:1;
   

}

li:hover ul#submenu2{

       opacity:1;
       top: 229px;
       visibility: visible;
       margin-right:20px;

}

#submenu2 li{

     float:none;
     width: 100%:

}

#submenu2 a:hover{

      background: #df4b05;

}
 
#submenu2 a{

   background-color: #34495;

}
 
.column {
    float: left;
    width: 30%;
    padding: 0px 0px 0px 0px;
    margin: 0%;    
}

.row::after{
    content:"";
    display: table;
    clear: both;
}
p{
    font-size: 14px;
    line-height: 2rem;
    margin-bottom: 32px;
}

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
    font-family:Poppins;
}

body{
    line-height: 1.5;
    background:white;
    margin:0;
    text-align:center;
     width:100%;  
 
}

header{
     background: white;
     margin:0;
}
.title h1{
    text-align: center;
    padding-top: 50px;
    font-size: 42px;
}
.title h1::after{
    content:"";
    height: 4px;
    width:440px;
    background-color: black;
    display: block;
    margin: auto;
}

.box
{

    position: absolute;
   

}

input[type="submit"]

{

     cursor: pointer;


}

input[type="submit"]:hover
{

      background: green;

}
.services{
     width:85%;
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin:75px auto;
     text-align: center;
}


.card{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items: center;
    flex-direction:column;
    margin:0px 20px;
    padding:20px 20px;
    background-color:white;
    border-radius:10px;
    cursor:pointer;
}

.card:hover{
    background-color:grey;
    transition: 0.4s ease;
}    
.card .icon{
    font-size: 35px;
    margin-bottom: 10px;
}
.card h2{
     font-size: 28px;
     color:black;
     margin-bottom: 50px;
}

.card p{
       font-size: 17px;
       margin-bottom: 30px;
       line-height: 1.5;
       color:black;
}
.button{
      font-size: 15px;
      text-decoration: none;  
      color:white;
      background-color: black;
      padding:8px 12px;
      border-radius: 5px;
      letter-spacing: 1px;
}
button:hover{
        background: transparent;
        border: 2px solid;
        cursor: pointer;
}


.button2{
      font-size: 15px;
      text-decoration: none;  
      color:white;
      background-color: black;
      padding:8px 12px;
      border-radius: 5px;
      letter-spacing: 1px;
}
.button2:hover {
    background-color: white;
    transition: 0.4s ease;    
}
@media screen and (max-width: 940px){
     .services{
         display: flex;
         flex-direction: column;
         }
     .card-content{
         width:85%;
         display: flex;
         margin: 20px 0px;
         }

.contact-bg{
     height: 40vh;
     background-position: 50% 100%;
     background-repeat: no-repeat;
     background attachment: white;
     text-align: center;
     color: white;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
.contact-bg h2{
      font-size: 1.3rem;
      font-weight: 400;      
}
.h2{
    font-size: 3rem;
    text-transform: uppercase;
    padding: 0.4rem 0;
    letter-spacing: 4px;
}
.line div{
    margin:0 0.2rem;
}

.line div:nth-child(1),
.line div:nth-child(3){
    height: 3px;
    width: 70px;
    background:white;
    border-radius: 5px;
}
.line{
     display: flex;
     align-items:enter;
}
.line div:nth-child(2){
     width: 10px;
     height: 10px;
     background:white;
     border-radius: 50%;
}
.text{
     font-weight:300;
     opacity: 0.9;
}
.contact-bg .text{
    margin: 1.6rem 0;
}
.contact-body{
     max-width: 1320px;
     margin: 0 auto;
     padding: 0 1rem;
}

@import url('http://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;&display=swap');/* End custom CSS */