/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    
    /*body{
        background:orange;
    }*/
    
    
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
 /*body{
        background:pink;
    }*/
    
    .navbar-toggle{
    background: #614198;
        margin: 1.6em 1.5em;
   }

   .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
  
  .slider_caption {
    color: #fff;
    padding-top: 14px;
}

.social_icon ul {
    text-align: center;
    margin: 0;
    padding: 5px 0px;
}

.social_icon ul li a {
    display: block;
    background: #614198;
    color: #fff;
    border-radius: 31px;
    width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
}

.social_icon ul li a i {
    font-size: 21px;
    padding: 0 0.2em;
}

.innner_hire {
    width: 100%;
    padding: 67px 10px;
    border: 2px solid #fff;
    background: #0000005e;
}

.navbar-brand>img {
    display: block;
    width: 161px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.header_sec .navbar {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: none;
}

.top_sec {
    width: 100%;
    height: auto;
    background: #614198;
    padding: 5px 0px;
}

.header_sec .navbar-nav>li>a {
    color: #614198;
    padding: 0.4em 1.4em;
    border-bottom: 1px solid #614198;
}

.right-padding-remove {
    padding-right: 15px;
}

.left-padding-remove {
    padding-left: 15px;
}

.main-slider img {
    width: 100%;
    display: none;
}

.main-slider{
    padding-bottom: 20px;
}

.item_about h3 {
    font-weight: 600;
    padding: 1em 0;
}

.about-sec img {
    width: 100%;
    margin: 1em 0;
}

.WriteMyEssayInner {
    background: transparent;
    min-height: auto;
    background-size: contain;
    top: -77px;
    left: 0;
    padding: 0px 0px 0px 0px;
}

.industries-title {
    color: #FFFFFF;
    font-size: 31px;
    line-height: inherit;
    margin-bottom: 32px;
}

.industries-sec ul {
    list-style: none;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: auto;
}


.welcome_sec ul{
    list-style: none;
}

.welcome_sec ul li {
    font-size: 15px;
    padding: 5px 0;
}

.industries-sec li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: text;
}

.item_nav_creative ul li{
    margin: 10px 0;
}

}

@media (min-width: 414px) and (max-width: 736px) {
/*
    body{
        background:grey;
    }*/

    .navbar-toggle{
    background: #fff;
        margin: 1.6em 1.5em;
   }
    
    .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #614198;
}

.slider_caption {
    color: #fff;
    padding-top: 14px;
}

.social_icon ul {
    text-align: center;
    margin: 0;
    padding: 5px 0px;
}
    

    .social_icon ul li a {
    display: block;
    background: #614198;
    color: #fff;
    border-radius: 31px;
    width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
}

.social_icon ul li a i {
    font-size: 21px;
    padding: 0 0.2em;
}
.innner_hire {
    width: 100%;
    padding: 67px 10px;
    border: 2px solid #fff;
    background: #0000005e;
}

.navbar-brand>img {
    display: block;
    width: 161px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 20px;
}

.header_sec .navbar {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: none;
}

.top_sec {
    width: 100%;
    height: auto;
    background: #614198;
    padding: 5px 0px;
}

.header_sec .navbar-nav>li>a {
    color: #614198;
    padding: 0.4em 1.4em;
    border-bottom: 1px solid #614198;
}

.right-padding-remove {
    padding-right: 15px;
}

.left-padding-remove {
    padding-left: 15px;
}

.main-slider img {
    width: 100%;
    display: none;
}

.main-slider{
    padding-bottom: 20px;
}

.item_about h3 {
    font-weight: 600;
    padding: 1em 0;
}

.about-sec img {
    width: 100%;
    margin: 1em 0;
}

.WriteMyEssayInner {
    background: transparent;
    min-height: auto;
    background-size: contain;
    top: -77px;
    left: 0;
    padding: 0px 0px 0px 0px;
}

.industries-title {
    color: #FFFFFF;
    font-size: 31px;
    line-height: inherit;
    margin-bottom: 32px;
}

.industries-sec ul {
    list-style: none;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: auto;
}


.welcome_sec ul{
    list-style: none;
}

.welcome_sec ul li {
    font-size: 15px;
    padding: 5px 0;
}
.industries-sec li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: text;
}   

.item_nav_creative ul li{
    margin: 10px 0;
}

}

@media (min-width: 375px) and (max-width: 667px) {
    
    /*body{
        background:yellow;
    }*/

    .social_icon ul {
    text-align: center;
    margin: 0;
    padding: 5px 0px;
}
    
   .navbar-toggle{
    background: #fff;
        margin: 1.6em 1.5em;
   }

   .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #614198;
}


.slider_caption {
    color: #fff;
    padding-top: 14px;
}

.social_icon ul li a {
    display: block;
    background: #614198;
    color: #fff;
    border-radius: 31px;
    width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
}

.social_icon ul li a i {
    font-size: 21px;
    padding: 0 0.2em;
}

.innner_hire {
    width: 100%;
    padding: 67px 10px;
    border: 2px solid #fff;
    background: #0000005e;
}

.navbar-brand>img {
    display: block;
    width: 161px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.header_sec .navbar {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: none;
}

.top_sec {
    width: 100%;
    height: auto;
    background: #614198;
    padding: 5px 0px;
}

.header_sec .navbar-nav>li>a {
    color: #614198;
    padding: 0.4em 1.4em;
    border-bottom: 1px solid #614198;
}

.right-padding-remove {
    padding-right: 15px;
}

.left-padding-remove {
    padding-left: 15px;
}

.main-slider img {
    width: 100%;
    display: none;
}

.main-slider{
    padding-bottom: 20px;
}

.item_about h3 {
    font-weight: 600;
    padding: 1em 0;
}

.about-sec img {
    width: 100%;
    margin: 1em 0;
}

.WriteMyEssayInner {
    background: transparent;
    min-height: auto;
    background-size: contain;
    top: -77px;
    left: 0;
    padding: 0px 0px 0px 0px;
}

.industries-title {
    color: #FFFFFF;
    font-size: 31px;
    line-height: inherit;
    margin-bottom: 32px;
}

.industries-sec ul {
    list-style: none;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: auto;
}


.welcome_sec ul{
    list-style: none;
}

.welcome_sec ul li {
    font-size: 15px;
    padding: 5px 0;
}

.industries-sec li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: text;
}

.item_nav_creative ul li{
    margin: 10px 0;
}

}