/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-width: 480px) {
    /* header section  styles main pages */
    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }
    header{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    header #humburger-menu{
        margin-left: 0px;
        margin-bottom: 0px;
    }
    header div img{
        margin-right: 0px;
        margin-left: 70%;
        margin-bottom: 0px;
    }
    
    header #cancel-button{
        position: absolute;
        left: 13%;
        bottom: 18%;
        display: none;
    }
    header #cancel-button button{
        width: 60px;
        height: 60px;
        font-size: 2rem;
        font-weight: 100;
        border: none;
        background-color: #001f67;
        color: #fff;
    }
    
    header nav ul{
        display: none;
    }
    header #quote{
        display: none;
    }
    header .header-form{
        display: none;
    }
    /* aside styling */
    
    aside{
        width: 100%;
        margin-top: 100px;
        z-index: 99999;
        position: absolute;
        top: 0;
        display: flex;
        display: none;
    }
    
    /* left div formattig styles */
    
    
    #left-div  {
        width: 40%;
        height: calc(100vh - 100px);
        text-align: center;
        background-color: #fff;
        border-right: 1px solid #dddddd;
    }
    #left-div  ul li{
        text-align: left;
        padding: 18px;
        border-bottom: 0.2px solid #dddddd;
        /* border-right: 4px solid #1faae1; */
    }
    #left-div  ul li a{
        font-size: 1.1rem;
    }
    #left-div  ul li button{
        font-size: 1.7rem;
        font-weight: lighter;
        background-color: #fff;
        color: #1faae1;
        border: none;
        position: absolute;
        left: 20%;
        margin-bottom: 30px;
        z-index: 10;
    }
    /* right div formatting styles  for the industries div*/
    
    .right-div{
        width: 75%;
        text-align: center;
        background-color: #fff;
    }
    .right-div #research-exploration p,.right-div #business-consulting p,.right-div #market-intelligence p,.right-div #expertise p,.right-div #about p{
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }
    .right-div #research-exploration div a,.right-div #business-consulting div a,.right-div #market-intelligence div a,.right-div #expertise a,.right-div #about div a{
        text-align: left;
        display: block;
        color: #1b1b1b;
        padding: 20px;
        padding-left: 0;
        font-weight: 600;
        text-decoration: none;
    }
    .right-div #research-exploration div,.right-div #business-consulting div,.right-div #market-intelligence div,.right-div #expertise div,.right-div #about div{
        margin: 40px;
    }
    .right-div #research-exploration,.right-div #business-consulting,.right-div #market-intelligence,.right-div #expertise,.right-div #about{
        padding: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .right-div #research-exploration,.right-div #business-consulting,.right-div #market-intelligence,.right-div #expertise,.right-div #about{
        display: none;
    }
    /* right div formatting styles  for the capabillities div*/
    #aside-social-icon{
        margin-top: 13rem;
    }
    #aside-social-icon a{
        padding: 8px;
        background-color: #cccccc;
        color: #fff;
    }
    
    /* main banner research explioration styles */
    
    #main-banner-research-exploration{
        width: fit-content;
        height: 300px;
    }
    #main-banner-research-exploration div{
        height: 300px;
        text-align: center;
        padding: 50px 10px 50px 0px;
    }
    #main-banner-research-exploration div h1{
        margin-right: 0px;
    }
    /* trends section */
    
    #trends{
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #trends div p{
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    #trends div a{
        display: block;
        font-size: 16px;
        margin: 12px;
    }
    
    /* locations */
    
    #location{
        width: 100%;
        padding: 0px;
    }
    .location1{
        margin: 0 0;
        display: flex;
        flex-direction: column;
        background-color: black;
    }
    .location1 .location2{
        padding: 20px;
    }
    .location1 .location2 h3,.location1 .location2 p{
        color: black;
        font-weight: 700;
    }
    .location1 .location2 span{
        color: #1faae1;
    }
    .location1 .location2 .active-p{
        color: #808080;
    }
   .location1 .location2 a:hover{
        color: white;
        background-color: #06688f;
    }
    
    .location1 .location3 img{
        width: 100%;
        height: auto;
    }
    
    
    /* colaborations section */
    .colaboration{
        width: 100%;
        margin: 40px 0px;
        display: flex;
        flex-direction: column;
    }
    .colaboration #flex-displayed-images .img1{
        height: 200px;
    }
    #flex-displayed-images .img1 .images1-content{
        height: 200px;
        padding:50px 0 0 80px;
    }
    .img2 img{
        width: 100%;
        height: auto;
    }
    .meet-lirgx a,.lrig-email-sub a{
        font-size: 18px;
    }
    .meet-lirgx p{
        font-weight: 700;
    }
    .lrig-email-sub a:hover{
        color: #111;
    }
    .meet-lirgx a:hover{
        color: #1faae1;
    }
    .lrig-email-sub p{
        font-weight: 700;
    }
    .lrig-email-sub{
        height: 225px;
        padding: 20px;
        background: linear-gradient(to bottom right, #0666d3,#bae4f5);
    }
    /* career section */
    .careers{
        width: 100%;
        padding: 20px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .careers div a{
        margin-bottom: 12px;
    }
    .careers div h4{
        font-size: 30px;
        font-weight: 700;
    }
    .careers div img{
        width: 100%;
        height: auto;
        border-top: none;
    }
    /* featured insights section on the landing page*/
    .featured-insights{
        width: 100%;
        height: 300px;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    .featured-insights div{
        color: #fff;
        margin-right: 20px;
    }
    .featured-insights div form input{
        display: block;
        width: 100%;
        margin: 12px 0px 12px 0px;
        padding: 10px;
        border: 1px solid #1faae1;
    }
    /* market research section */
    .market-research{
        display: none;
    }
    /* provide-solution section */
    .provide-solution{
        width: 100%;
        height: 300px;
        color: #fff;
    }
    .provide-solution div{
        width: 100%;
        height: 300px;
        text-align: left;
    }
    .provide-solution div p{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .provide-solution div a{
        display: block;
        margin-top: 20px;
        text-decoration: none;
        text-align: center;
    }
   /* landing page footer */
footer{
    width: 100%;
    min-height: 2000px;
    text-align: none;
}
.footer-div-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer-div-wrapper div{
    width: 100%;
    min-height: 20px;
    margin: 4px;
    padding: 16px;
}
.footer-div-wrapper div h4{
    margin: 0px;
}
.footer-div-wrapper .recent-post ul li{
    margin: 4px;
}
.footer-div-wrapper .footer-form input{
    width: 95%;
    display: block;
}
.address-logo{
    width: 100%;
    min-height: 900px;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background-color: red;
}
.address-logo .foot-logo{
    display: none;
}
.address-logo p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.copyrights-navbar-socialicon{
    text-align: center;
    padding: 4px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background-color: #001f67;
}

.copyrights-navbar-socialicon a{
    text-decoration: none;
    color: #fff;
    margin: 12px;
}
.copyrights-navbar-socialicon .copyrights p{
    font-size: 17px;
    color: #808080;
}
    /*----------------contact page styling----------- */
    
    .map-location{
        width: 100%;
        height: 500px;
    }
    .contact-us-section .main-content{
        margin-top: 50px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    }
    .contact-us-section .theme-title-one{
        text-align: center;
        padding: 20px;
    }
    
    .contact-us-section .img-box {
        height: 500px;
        border-radius: 5px 0 0 5px;
    }
    .contact-us-section .form-wrapper{
        background: #fff;
        border-radius: 0 5px 5px 0;
        height: 500px;
        padding: 75px 40px 60px 40px;
    }
    .theme-form-one input:focus,
    .theme-form-one textarea:focus {border-bottom-color: #001a57;}
    /* create account login logout pages */
    
    .sign-up-form-banner{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        color: #fff;
        background-color: #fffcfc;
    }
    .sign-up-form-banner .image-logo{
        text-align: center;
        color: #111;
    }
    .sign-up-form{
        padding: 50px;
        border-radius: 40px;
        background-color: #1faae1;
    }
    .sign-up-form{
        text-align: center;
    }
    .sign-up-form h3{
        color: white;
    
    }
    .create_account_div a{
        text-decoration: none;
        border-radius: 12px;
        padding: 8px;
        font-size: 16px;
        color: #fff;
        border: none;
        background-color: #000f32;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width: 321px) and (max-width: 767px) {
/* Styles */
/* header section  styles main pages */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
header{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
}

header #humburger-menu{
    margin-left: 0px;
    margin-bottom: 0px;
}
header div img{
    margin-right: 0px;
    margin-left: 100%;
    margin-bottom: 0px;
}

header #cancel-button{
    position: absolute;
    left: 13%;
    bottom: 18%;
    display: none;
}
header #cancel-button button{
    width: 60px;
    height: 60px;
    font-size: 2rem;
    font-weight: 100;
    border: none;
    background-color: #001f67;
    color: #fff;
}

header nav ul{
    display: none;
}
header #quote{
    display: none;
}
header .header-form{
    display: none;
}
/* aside styling */

aside{
    width: 100%;
    margin-top: 100px;
    z-index: 99999;
    position: absolute;
    top: 0;
    display: flex;
    display: none;
}

/* left div formattig styles */


#left-div  {
    width: 40%;
    height: calc(100vh - 100px);
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #dddddd;
}
#left-div  ul li{
    text-align: left;
    padding: 18px;
    border-bottom: 0.2px solid #dddddd;
    /* border-right: 4px solid #1faae1; */
}
#left-div  ul li a{
    font-size: 1.1rem;
}
#left-div  ul li button{
    font-size: 1.7rem;
    font-weight: lighter;
    background-color: #fff;
    color: #1faae1;
    border: none;
    position: absolute;
    left: 20%;
    margin-bottom: 30px;
    z-index: 10;
}
/* right div formatting styles  for the industries div*/

.right-div{
    width: 75%;
    text-align: center;
    background-color: #fff;
}
.right-div #research-exploration p,.right-div #business-consulting p,.right-div #market-intelligence p,.right-div #expertise p,.right-div #about p{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.right-div #research-exploration div a,.right-div #business-consulting div a,.right-div #market-intelligence div a,.right-div #expertise a,.right-div #about div a{
    text-align: left;
    display: block;
    color: #1b1b1b;
    padding: 20px;
    padding-left: 0;
    font-weight: 600;
    text-decoration: none;
}
.right-div #research-exploration div,.right-div #business-consulting div,.right-div #market-intelligence div,.right-div #expertise div,.right-div #about div{
    margin: 40px;
}
.right-div #research-exploration,.right-div #business-consulting,.right-div #market-intelligence,.right-div #expertise,.right-div #about{
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.right-div #research-exploration,.right-div #business-consulting,.right-div #market-intelligence,.right-div #expertise,.right-div #about{
    display: none;
}
/* right div formatting styles  for the capabillities div*/
#aside-social-icon{
    margin-top: 13rem;
}
#aside-social-icon a{
    padding: 8px;
    background-color: #cccccc;
    color: #fff;
}

/* main banner research explioration styles */

#main-banner-research-exploration{
    width: 100%;
    height: 300px;
}
#main-banner-research-exploration div{
    height: 300px;
    text-align: center;
    padding: 50px 10px 50px 0px;
}
#main-banner-research-exploration div h1{
    margin-right: 0px;
}
/* trends section */

#trends{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#trends div p{
    font-size: 18px;
    margin-bottom: 0px;
}

#trends div a{
    display: block;
    font-size: 16px;
    margin: 12px;
}

/* locations */

#location{
    width: 100%;
    padding: 0px;
}
.location1{
    margin: 0 0;
    display: flex;
    flex-direction: column;
    background-color: black;
}
.location1 .location2{
    padding: 20px;
}
.location1 .location2 h3,.location1 .location2 p{
    color: black;
    font-weight: 700;
}
.location1 .location2 span{
    color: #1faae1;
}
.location1 .location2 .active-p{
    color: #808080;
}
.location1 .location2 a:hover{
    color: white;
    background-color: #06688f;
}

.location1 .location3 img{
    width: 100%;
    height: auto;
}


/* colaborations section */
.colaboration{
    width: 100%;
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
}
.colaboration #flex-displayed-images .img1{
    height: 200px;
}
#flex-displayed-images .img1 .images1-content{
    height: 200px;
    padding:50px 0 0 80px;
}
.img2 img{
    width: 100%;
    height: auto;
}
.meet-lirgx a,.lrig-email-sub a{
    font-size: 18px;
}
.meet-lirgx p{
    font-weight: 700;
}
.lrig-email-sub a:hover{
    color: #111;
}
.meet-lirgx a:hover{
    color: #1faae1;
}
.lrig-email-sub p{
    font-weight: 700;
}
.lrig-email-sub{
    height: 225px;
    padding: 20px;
    background: linear-gradient(to bottom right, #0666d3,#bae4f5);
}
/* career section */
.careers{
    width: 100%;
    padding: 20px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.careers div a{
    margin-bottom: 12px;
}
.careers div h4{
    font-size: 30px;
    font-weight: 700;
}
.careers div img{
    width: 100%;
    height: auto;
    border-top: none;
}
/* featured insights section on the landing page*/
.featured-insights{
    width: 100%;
    height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.featured-insights div{
    color: #fff;
    margin-right: 20px;
}
.featured-insights div form input{
    display: block;
    width: 100%;
    margin: 12px 0px 12px 0px;
    padding: 10px;
    border: 1px solid #1faae1;
}
/* market research section */
.market-research{
    display: none;
}
/* provide-solution section */
.provide-solution{
    width: 100%;
    height: 300px;
    color: #fff;
}
.provide-solution div{
    width: 100%;
    height: 300px;
    text-align: left;
}
.provide-solution div p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.provide-solution div a{
    display: block;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
}

/* clients section */

#clients-slide-show{
    width: 75%;
}
/* clients */

/* landing page footer */
footer{
width: 100%;
height: fit-content;
text-align: none;
}
.footer-div-wrapper{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* background-color: red; */
}
.footer-div-wrapper div{
width: 75%;
height: fit-content;
margin: 4px auto;
padding: 0px 12px;
border-bottom:1px dotted #e4e4e4;
border-radius: 4px;
}
.footer-div-wrapper div h4{
 margin: 0px;
}
.footer-div-wrapper .recent-post ul li{
  margin: 4px;
}
.footer-div-wrapper .footer-form input{
width: 95%;
display: block;
}
.address-logo{
width: 100%;
height: fit-content;
margin: 0px;
padding: 12px;
display: flex;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}
.address-logo p{
font-size: 20px;
font-weight: 400;
color: #fff;
}
.copyrights-navbar-socialicon{
text-align: center;
padding: 4px;
display: flex;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
background-color: #001f67;
}

.copyrights-navbar-socialicon a{
text-decoration: none;
color: #fff;
margin: 12px;
}
.copyrights-navbar-socialicon .copyrights p{
font-size: 17px;
color: #808080;
}
/*----------------contact page styling----------- */

.map-location{
    width: 100%;
    height: 500px;
}
.contact-us-section .main-content{
    margin-top: 50px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact-us-section .theme-title-one{
    text-align: center;
    padding: 20px;
}

.contact-us-section .img-box {
    height: 500px;
    border-radius: 5px 0 0 5px;
}
.contact-us-section .form-wrapper{
    background: #fff;
    border-radius: 0 5px 5px 0;
    height: 500px;
    padding: 75px 40px 60px 40px;
}
.theme-form-one input:focus,
.theme-form-one textarea:focus {border-bottom-color: #001a57;}
/* create account login logout pages */

.sign-up-form-banner{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    color: #fff;
    background-color: #fffcfc;
}
.sign-up-form-banner .image-logo{
    text-align: center;
    color: #111;
}
.sign-up-form{
    padding: 50px;
    border-radius: 40px;
    background-color: #1faae1;
}
.sign-up-form{
    text-align: center;
}
.sign-up-form h3{
    color: white;

}
.create_account_div a{
    text-decoration: none;
    border-radius: 12px;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    border: none;
    background-color: #000f32;
}
}

/* Smartphones (portrait) ----------- */
/* @media only screen 
and (max-width: 320px) {

} */

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width: 768px) 
and (max-width: 1024px) {
/* Styles */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100vw;
    height: 100vh;
}
/* header section  styles main pages */
header{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    border-bottom: 2px solid #1faae1;
}

header #cancel-button{
    display: none;
}
header #humburger-menu{
   display: none;
}
header div img{
    margin-right: 6px;
    margin-bottom: 15px;
}
header nav ul{
    margin-right: 0rem;
}
header nav ul li{
    list-style-type: none;
    display: inline;
    margin: 0 8px;
    font-size: 16px;
}
header #quote{
    display: none;
}

header nav ul .active{
    border-bottom: 2px solid #1faae1;
}
.drop-down-list1,.drop-down-list2,.drop-down-list3,.drop-down-list4{
    position: absolute;
    display: none;
}
.drop-down-list1{
    right: 60%;
}
.drop-down-list2{
    left: 33%;
}
.drop-down-list3{
    left: 50%;
}

.drop-down-list4{
    left: 70%;
}
.drop-down-list-display-flex {
    display: flex;
}
.drop-down-list-display-flex div{
    margin-top: 42px;
}
.drop-down-list1 a,.drop-down-list2 a,.drop-down-list3 a,.drop-down-list4 a{
    display: block;
    color: whitesmoke;
    margin: 15px;
}
.drop-down:hover .drop-down-list1,.drop-down:hover .drop-down-list2,
.drop-down:hover .drop-down-list3,.drop-down:hover .drop-down-list4{
    display: block;
}
header  #header-form{
    display: none;
}
/* main banner research explioration styles */

#main-banner-research-exploration{
    width: 100%;
    height: 500px;
    margin-top: 5rem;
    text-align: center;
}
#main-banner-research-exploration div{
    height: 500px;
    text-align: left;
    padding: 50px 0 50px 100px;
    background-color: rgba(0,0,0,0.5);
}
#main-banner-research-exploration div h1,section div a{
    margin-top: 5rem;
    color: whitesmoke;
}
#main-banner-research-exploration div h1{
    margin-bottom: 30px;
}
#main-banner-research-exploration div a{
   text-decoration: none;
   border-radius: 8px;
   background-color: #1faae1;
   padding: 12px;
}
#main-banner-research-exploration div a:hover{
    background-color: #0c9dd6;
    color: whitesmoke;
}

/* trends section */

#trends{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #646464;
}
#trends div p{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1faae1;
}

#trends div a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}
#trends div a:hover{
    color: #1faae1;
}

/* locations */

#location{
    width: 100%;
    padding: 20px;
}
.location1{
    margin: 0 10%;
    display: flex;
    background-color: black;
}
.location1 div{
    color: white;
}
.location1 .location2{
    background-color: #e4e4e4;
    padding: 12px;
}
.location1 .location3 img{
    width: 100%;
    height: auto;
}

/* colaborations section */
.colaboration{
    width: 100%;
    margin: 40px 0px;
    display: flex;
    justify-content: center;
}
.colaboration #flex-displayed-images .img1{
    height: 350px;
}
#flex-displayed-images .img1 .images1-content{
    height: 350px;
    padding:50px 20px 0 20px;
    text-align: left;
    background-color: rgba(0, 0, 0,0.4);
    color: #fff;
}
.img2 img{
    width: 100%;
    height: auto;
}
.meet-lirgx{
    display: none;
}

.lrig-email-sub{
    display: none;
}
/* career section */
.careers{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.careers div a{
    display: block;
    text-decoration: none;
    color: #111;
}
.careers div span{
    color: #1faae1;
    font-weight: 700;
}
.careers div .active-p{
    color: #111;
}
.careers div h4{
    font-size: 30px;
    font-weight: 700;
}
.careers div p{
    color: #808080;
    font-weight: 700;
}
.careers div a:hover{
 color: #1faae1;
}
.careers div img{
    border-top: 8px solid #1faae1;
}

/* featured insights section on the landing page*/
.featured-insights{
    width: 100%;
    height: 200px;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    background-color: #000f32;
}
.featured-insights div{
    color: #fff;
    margin-right: 0px;
}
.featured-insights div form input{
    width: 100%;
    margin: 10px;
}
/* market research section */
.market-research{
    width: 100%;
    min-height: 500px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}
.market-research h3,.market-research p{
    text-align: center;
}

.market-research .content-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}
.market-research .content-wrapper div{
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 30px;
    width: 300px;
    height: 100px;
}
.market-research .content-wrapper div:hover{
    background-color: #f1f1f1;
}
.market-research .content-wrapper div a{
    align-self: center;
    text-decoration: none;
    color: #111;
    font-size: 22px;
    text-align: center;
}
.market-research h3{
    font-weight: 700;
}
.market-research p{
    font-size: 20px;
}
.market-research .content-wrapper div a:hover{
    color: #1faae1;
}
.market-research .content-wrapper div img{
    height: 100px;
    border-top: 6px solid #1faae1;
    float: left;
}

/* provide-solution section */
.provide-solution{
    width: 100%;
    height: 300px;
    color: #fff;
}
.provide-solution div{
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 40px;
    background-color: rgba(0,0,0,0.3);
}
.provide-solution div p{
    font-size: 30px;
    font-weight: 700;
    margin: 30px;
}
.provide-solution div a{
    text-decoration: none;
    border: 1px solid #1faae1;
    background-color: #1faae1;
    padding: 15px;
    border-radius: 5px;
}
.provide-solution div a:hover{
    color: #fff;
    background-color: #0880af;
}

/* clients section */
/* clients section */
#clients-slide-show{
    width: 80%;
    margin: 0 auto;
}
.clients{
    text-align: left;
}
.clients h4{
    padding: 10px;
    margin: 10px 0px 0px 50px;
}
/* landing page footer */
footer{
    width: 100%;
    height: 570px;
    background-color: #000f32;
    text-align: left;
}
.footer-div-wrapper{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #000f32;
}
.footer-div-wrapper div{
    width: 400px;
    height: 250px;
    margin: 12px;
    padding: 0px;
    border-bottom: 1px dotted #fff;
    border-radius: 5px;
}
.footer-div-wrapper div{
    color: #fff;
}
.footer-div-wrapper div h4{
    font-weight: 700;
    font-size: 16px;
}
.footer-div-wrapper .our-strategic-research p,
.footer-div-wrapper .footer-solution ul li a{
    color: #adadad;
}
.footer-div-wrapper .footer-solution ul li a{
    text-decoration: none;
}
.footer-div-wrapper .recent-post ul li{
    list-style: none;
    margin: 12px;
}
.footer-div-wrapper .footer-solution ul li{
    list-style: circle;
}

.footer-div-wrapper .footer-form input{
    margin: 12px;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #1faae1;
}
.footer-div-wrapper .footer-form input[type="text"],
.footer-div-wrapper .footer-form input[type="email"]{
    background-color: #000f32;
    color: #fff;
}
.footer-div-wrapper .footer-form input[type="submit"]{
    border: none;
    border-radius: 5px;
    background-color: #1faae1;
    color: #fff;
    display: block;
}
.address-logo{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    padding: 20px;
    background-color: #000f32;
}
.address-logo p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.contact-info{
    width: 100%;
    grid-column: 2;
}
.contact-info a{
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #fff;
}
.contact-info a:hover{
    color: #1faae1;
}
.address-slide p {
    font-style: italic;
}
.copyrights-navbar-socialicon{
    height: 150px;
    padding: 12px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    background-color: #001f67;
}

.copyrights-navbar-socialicon a{
    text-decoration: none;
    color: #fff;
    margin: 12px;
}
.copyrights-navbar-socialicon .copyrights p{
    font-size: 17px;
    color: #808080;
}

.copyrights-navbar-socialicon .linkedin-color{
    color: #0a66c2;
}
.copyrights-navbar-socialicon .twitter-color{
    color: #1d9bf0;
}
.copyrights-navbar-socialicon .facebook-color{
    color: #1877f2;
}
.copyrights-navbar-socialicon .youtube-color{
    color: #ff0000;
}


/*----------------contact page styling----------- */

.map-location{
    width: 100%;
    height: 500px;
}
.contact-us-section .main-content{
    margin-top: 50px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact-us-section .theme-title-one{
    text-align: center;
    padding: 20px;
}

.contact-us-section .img-box {
    height: 500px;
    border-radius: 5px 0 0 5px;
}
.contact-us-section .form-wrapper{
    background: #fff;
    border-radius: 0 5px 5px 0;
    height: 500px;
    padding: 75px 40px 60px 40px;
}
.theme-form-one input:focus,
.theme-form-one textarea:focus {border-bottom-color: #001a57;}
   /* Styling the area of the slides */
   #slideshow {
    overflow: hidden;
    height: 450px;
    width: 100%;
    /* padding: 20px; */
    margin: 0 auto;
    background-color: #f2f3f6;
    }
    
    /* Style each of the sides
    with a fixed width and height */
    .slide {
    float: left;
    height: 410px;
    width: 300px;
    padding: 12px;
    }
    
    /* Add animation to the slides */
    .slide-wrapper {
        display: flex;
    /* Calculate the total width on the
    basis of number of slides */
    width: calc(300px * 4);
    
    /* Specify the animation with the
    duration and speed */
    animation: slide 30s ease infinite;
    }
    /* Define the animation
    for the slideshow */
    @keyframes slide {
    
    /* Calculate the margin-left for
    each of the slides */
    /* 0%{
        margin-left: calc(-300px * );
    } */
    0% {
        margin-left: 0px;
    }
    10%{
        margin-left: calc(-300px * 1);
    }
    20% {
        margin-left: calc(-300px * 2);
    }
    
    30% {
        margin-left: calc(-300px * 3);
    }
    
    45% {
        margin-left: calc(-300px * 4);
    }
    /* 50%{
        margin-left: calc(-300px * 5);
    } */
    }
   
    
    
/* create account login logout pages */

.sign-up-form-banner{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    color: #fff;
    background-color: #fffcfc;
}
.sign-up-form-banner .image-logo{
    text-align: center;
    color: #111;
}
.sign-up-form{
    padding: 50px;
    border-radius: 40px;
    background-color: #1faae1;
}
.sign-up-form{
    text-align: center;
}
.sign-up-form h3{
    color: white;

}
.create_account_div a{
    text-decoration: none;
    border-radius: 12px;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    border: none;
    background-color: #000f32;
}


}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width: 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width: 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
/* Styles */
}

