﻿

.choose_left.flyIn.animated.fadeInUp ol li {
    margin-top: 17px !important; 
}

header .top {
    background-color: #3c3b38;
    padding: 12px 0;
    box-shadow: 0px 4px 10px #8f8f8f;
}

.phone a {
    color: #fff !important;
    background-color: #f58431;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
}

    .phone a:hover, .phone a:focus {
        text-decoration: none;
        background-color: #e26305;
        transition: 0.6s background;
    }

    .phone a i {
        color: #fff;
        margin-right: 2%;
    }

.navbar .nav {
    margin: 10px 10px 0 0 !important;
}

.camera_wrap img {
    max-width: none !important;
    height: 138% !important;
}

h1 span.colored, h2 span.colored, h3 span.colored, h4 span.colored, h5 span.colored, h6 span.colored {
    color: #ffffff;
    font-size: 41px;
}

/*CONTENT*/
.span12 .span4 {
    /*width: 22% !important;*/
    background-color: transparent !important;
    padding: 18px 0;
    cursor: pointer;
}

.box img {
    margin-left: 36%;
    margin-bottom: 13px;
}

.text h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.box:hover .text h4 {
    color: #fff !important;
}

.box .text {
    margin-left: 78px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: #e26305;
}

.camera_prev > span:before {
    background: #e26305;
}

.camera_next > span:before {
    background: #e26305;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    background: #e26305;
    color: #fff;
}

header ul.nav .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: #e26305;
}

i.icon-bglight.active {
    background: #e26305;
}

    i.icon-bglight.active:hover {
        color: #fff;
        background: #050505;
    }

    .dropdown-menu li a
    {
        font-size:14px !important;
    }

    .span12 .span4:hover {
        transition: 0.5s background;
        background-color: #d8d6d52e !important;
      
    }
/*tab nav css*/
ul {
    list-style-type: none;
}
/*.nav {
  will-change: transform;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #1a1a1a;
  transform: translateY(-100%);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}*/
.nav--active .nav_item {
    transform: translateY(0);
}

article {
    border-bottom: 1px solid transparent;
}

.section__wrapper h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.section__wrapper p {
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
}

.section__wrapper ol li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.section__wrapper ol {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    list-style: none;
}

    .section__wrapper ol li a:hover {
        color: #fff;
        text-decoration: none;
    }

.nav__list {
    display: flex;
}

.nav__item {
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

    .nav__item:hover {
        opacity: 0.75;
    }

.nav__thumb {
    display: block;
    height: 50px;
    background: #dc143c;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav__label {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e6e6e6;
    margin: 0;
}

@media (max-width: 850px) {
    .nav__label {
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .nav__label {
        display: none;
    }

    .nav__thumb {
        height: 60px;
    }

        .nav__thumb:before {
            font-size: 24px;
            opacity: 0.7;
        }
}

.page {
    height: 60vh;
    will-change: transform;
    perspective: 400px;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.section {
    will-change: transform;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 56vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    transform: translateX(100%);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.section--hidden {
    transform: translateX(-100%);
}

.section--active {
    transform: translateX(0) rotateY(0);
    z-index: 2;
}

.section__wrapper {
    width: 100%;
    max-width: 800px;
    padding: 0 8vw;
    position: relative;
}

.section__title {
    margin: 0 0 25px 0;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    /*letter-spacing: 5px;*/
}

/*.section__title:before {
  content: '';
  position: absolute;
  top: 5rem;
  left: 45%;
  margin: auto;
  width: 10%;
  height: 2px;
  background: #fff;
}*/
@media (max-width: 720px) {
    .section__title {
        font-size: 28px;
    }

        .section__title:before {
            top: 3.25rem;
        }
}

.section p {
    margin: 0 0 70px 0;
    font-family: 'Georgia';
    font-size: 18px;
    color: #fff;
    opacity: 0.55;
}

@media (max-width: 720px) {
    .section p {
        font-size: 16px;
    }
}

.section p:last-child {
    margin-bottom: 0;
}

.color1 {
    background: #792727;
}

.color2 {
    background: #2e4075;
}

.color3 {
    background: #2983aa;
}

.color4 {
    background: #275f49;
}

.color5 {
    background: #410522;
}

.section .color1 {
    height: 50vh;
    width: 100%;
    background-image: url("../img/images/slide-1.jpg");
    background-position: top,center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*CONTENT*/
.span12 .span4 {
    width: 24.7% !important;
    background-color: #000;
    padding: 8px 0;
    cursor: pointer;
    margin:0px !important;
    border:1px solid #6b6b6b;
}

.box img {
    margin-left: 36%;
    margin-bottom: 13px;
}

.text h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.box:hover .text h4 {
    color: #fff !important;
}

.box .text {
    margin-left: 78px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: #e26305;
}

.camera_prev > span:before {
    background: #e26305;
}

.camera_next > span:before {
    background: #e26305;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    background: #e26305;
    color: #fff;
}

header ul.nav .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: #e26305;
}

i.icon-bglight.active {
    background: #e26305;
}

    i.icon-bglight.active:hover {
        color: #fff;
        background: #050505;
    }

a.immigration {
    color: #fff;
    background-color: #fd852c82;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 2%;
}

    a.immigration:hover {
        transition: 0.6s background;
        background-color: #e26305;
        border-radius: 5px;
        text-decoration: none;
    }

    a.immigration:focus {
        text-decoration: none;
    }

a.study {
    color: #fff;
    background-color: #fd852c82;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 2%;
}

    a.study:focus {
        text-decoration: none;
    }

    a.study:hover {
        transition: 0.6s background;
        background-color: #e26305;
        border-radius: 5px;
        text-decoration: none;
    }

footer ul.link-list li a {
    font-weight: 600;
}

    footer ul.link-list li a:hover {
        color: #e26305;
    }
/*CONTENT*/
.span3-content {
    text-align: center;
    width: 30%;
    margin-top: -10px;
    padding: 23px 0;
    margin-bottom: 20px;
    transition: 0.5s ease-out;
    cursor: pointer;
}

    .span3-content img {
        margin-bottom: 20px;
        width: 60px;
    }

    .span3-content h3 {
        font-size: 22px;
        font-weight: 700 !important;
        margin-bottom: 10px !important;
    }

    .span3-content p {
        width: 80%;
        margin: auto;
    }

    .span3-content h3:after {
        content: "";
        display: block;
        border-bottom: 2px solid #e26305;
        width: 24%;
        margin: auto;
        margin-top: 10px;
    }

.service-box span {
    color: #363636 !important;
    font-size: 25px !important;
    line-height: 1.3;
}

.service-box h4 {
    color: #e26305 !important;
    font-weight: bolder;
}

.span3-content:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 10px #e26305;
}

.quality img {
}
/*footer*/
footer {
    background-color: #1f170e;
}

    footer h5.widgetheading {
        background-color: #d28044;
        padding: 7px 5px;
        text-align: center;
        border-radius: 7px;
        font-size: 16px;
    }

        footer h5.widgetheading:hover {
            transition: 0.7s background;
            background-color: #e26305;
        }
/*why choose us*/

.choose h3 {
    position: relative;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin: 5% 0;
    padding-bottom: 15px;
}

    .choose h3:after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 10%;
        background-color: #e26305;
        top: 100%;
        left: 45%;
    }

.chose {
    background-color: #f6f6f6;
    padding: 30px 0px;
}

.choose_left ol {
    font-weight: bold;
    color: #4a3e3e;
}

.choose_left ol {
    font-weight: bold;
}

    .choose_left ol li a {
        font-weight: lighter;
        color: #4a3e3e;
        font-size: 14px;
    }

        .choose_left ol li a:hover {
            text-decoration: none;
            cursor: initial;
        }

.choose_right {
    padding: 20px;
    border: 1px solid #ddd;
}
/*all country css*/
.usa {
    padding: 50px;
}

    .usa h1 {
        font-size: 35px;
        font-weight: 700;
        display: inline-block;
    }

        .usa h1:after {
            content: "";
            display: block;
            margin-top: 10px;
            border-bottom: 2px solid #e26305;
            width: 50%;
            margin: auto;
            margin-top: 14px;
        }

.col-lg-6 {
    width: 50%;
    float: left;
}

.usa-detail {
    margin-top: 80px;
    text-align: center;
    line-height: 2;
}

.usa-img img {
    width: 80%;
    float: right;
    margin: 0px !important;
    padding-top: 82px;
}

h5.know_more {
    margin: 5% 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

a.get_counselling {
    color: #fff;
    background-color: #e26305ad;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 8px;
    border-radius: 5px;
}

    a.get_counselling:hover {
        transition: 0.5s background;
        background-color: #e26305;
        text-decoration: none;
        color:#fff;
    }
    
   @media screen and (max-width:480px)
    {
        .span4.immi
        {
            width:100% !important;
        }
    }
    /*@media screen and (max-width:1024px)
    {
        .box .text
        {
            margin-left:50px !important;
        }
        .box img
        {
            margin-left:30%;
        }
        .navbar .nav > li > a
        {
            margin-left:6px;
        }
    }
    @media screen and (max-width:768px)
    {
        .bxslider blockquote
        {
            font-size:13px !important;
            padding:0px 25px !important;
        }
         .box .text
        {
            margin-left:30px !important;
        }
        .box img
        {
            margin-left:25%;
        }
          .span3-content h3 
    {
        font-size:18px !important;
    }
          
        .phone
        {
            margin-left:2%;
        }
    }
@media screen and (max-width:480px) {
    .span4.immi {
        width: 100% !important;
        margin-bottom: 5% !important;
    }

        .span4.immi img {
            margin-left: 38% !important;
        }

        .span4.immi .box .text {
            margin-left: 130px !important;
        }
}
@media screen and (max-width:375px)
{
    .span4.immi {
        width: 100% !important;
        margin-bottom: 5% !important;
    }

        .span4.immi img {
            margin-left: 38% !important;
        }

        .span4.immi .box .text {
            margin-left: 110px !important;
        }
}
@media screen and (max-width:320px)
{
    .span4.immi {
        width: 100% !important;
        margin-bottom: 5% !important;
    }

        .span4.immi img {
            margin-left: 38% !important;
        }

        .span4.immi .box .text {
            margin-left: 90px !important;
        }

   header .logo img {
       width:100%;
       margin:0 auto;
}
header .navigation {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    float: none;

    }
}*/
/*telephone plannig css*/
.planning{
    padding:30px 0px;
    background-color:#19110b;
  
}
.planning h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.planning h4 span
{
    color:#e26305;
}
.planning p
{
    color:#d6d3d3;
}
.immigrants
{
    padding:30px 0px;
    background-color:#000;
}
.immigrants h4 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    color:#fff;
}
.immi_grants{
    margin:4% 0;
}
.immigrants-box
{
    text-align:center;
    padding:10px;
    background-color:#ddd;
}
.immigrants-box h4
{
    font-size:24px;
    margin:10% 0;
}
.immigrants-box img {
    height:60px !important;
    width:60px !important;
    margin: 5% 0;
}
row.i_grants
{
    margin:0 !important;
    padding:0 !important;
}
.off_er h3
{
    color:#fff;
    padding:10px 0;
    text-align:center;
    background-color:#d06d25;
    margin-top:5%;
}
.off_er .offer_box
{
    padding:10px 0px;
}
.off_er .offer_box:hover
{
    transition:0.8s background;
    box-shadow:0px 0px 3px 2px #ddd;
}
.off_er .offer_box img
{
    height:64px;
    width:64px;
    margin-bottom:10%;
}
.off_er .offer_box h4 {
    font-size: 25px;
    font-weight: 600;
}
.off_er .offer_box:hover h4
{
    color:#d06d25;
    transition:0.5s linear;
}
header .logo img
{
    width:160px !important;
}
footer address
{
    color:#ecebeb;
}
footer p
{
    color:#ecebeb;
}
footer .widget i
{
    color:#ecebeb;
}
ul.social-network li a i:hover
{
    color:#e26305;
}
/*contact css*/
.cont_act
{
    margin-top:3%;
}
.cont_act
{
    font-weight:600;
}
footer a:hover
{
    color:#e26305 !important;
}

.card.z-depth-0.bordered {
    background-color: #ddd;
  border: none !important;
    margin-bottom: 15px;
}
.text.high_quality h4
{
    color:#000;
}
.box1:hover .text.high_quality h4
{
    color:#e26305 !important;
}
.box1 a:hover
{
    color:#e26305;
}
.box1 {
    margin-bottom:20% !important;
}
.flags h2
{
    text-transform:uppercase;
    text-align:center;
    font-size:16px;
    color:#fff;
    font-weight:600;
    margin:2% 0%;
}
.flag_slider h5
{
    font-size:14px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin-top:5%;
}
.cameraCont, .cameraContents
{
    background-color:#00000033;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot
{
    outline:none;
}
/*our opening section*/
.detail_box
{
    margin:5% 0;
}
.detail_box_part{
    padding:20px;
    box-shadow: 1px 1px 20px 0px #ddd;
}
.detail_box_part:hover {
    transition: 0.5s linear;
    box-shadow: 1px 1px 10px 0px;
}
.detail_box_part h4
{
    position:relative;  
    color:#000;
    margin-bottom:6%;
   padding-bottom:2%;
    font-size:19px;
    font-weight:600;
}
.detail_box_part h6 i
{
    color:#e26305;
    float:left;
    margin-right:2%;
    margin-top:1px;
    margin-bottom: 1%;
}
.detail_box_part h6 b
{
    float:left;
    margin-bottom:2%;
    font-weight:600;
}
.detail_box_part h6
{
    font-size:15px;
}
.detail_box_part span
{
    margin-left:1%;
    font-size:14px;
    font-weight:400;
}
.detail_box_part h4:after
{
    content:"";
    display:block;
    position:absolute;
    background-color:#e26305;
    height:2px;
    width:20%;
    left:0%;
    right:0;
    top:100%;
    bottom:0;
}
[class^="icon-"].icon-white, [class*=" icon-"].icon-white {
    color: #fff;
    background-color: #f58431;
    padding: 7px 14px;
    border-radius: 50%;
    text-align: center;
}
/*terms and condition for css code*/
.terms
{
    margin:3% 0;
}
.terms h2 {
    position:relative;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom:4%;
}
.terms h2:after
{
    content:"";
    display:block;
    position:absolute;
    background-color:#e96b56;
    height:2px;
    width:10%;
    top:35px;
    left:0;
}
ol.terms_line li a {
    color: #000;
    text-align:justify;
    font-size: 14px;
    font-weight: 500;
}
ol.terms_line li a:hover
{
    text-decoration:none;
}
ol.terms_line li
{
    margin-left:2%;
}
ol.terms_line
{
    
    font-weight:bold;
}
.visa{
    margin:5% 0;
}

.visaimage {
    margin-bottom:30px;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
    #camera-slide {
        height: 550px !important;
    }
}