body
{
    margin: 0;
    padding: 0;
    font-family: 'Amiri', serif;
    background-color: white;
    font-size: 16px;
    color: white;
}

.header_strip
{
    padding: 5px 0;
    border-bottom: 1px solid transparent;
}



.social
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .social li
    {
        display: inline-block;
        margin: 0 5px;
    }

        .social li a
        {
            display: block;
            height: 35px;
            width: 35px;
            font-size: 1.4em;
            text-align: center;
            padding-top: 5px;
            transition: 0.3s all ease-in-out;
        }

            .social li a:hover
            {
                color: white;
            }

.address
{
    font-size: .9em;
    padding: 8px 0 5px;
}

    .address i
    {
        padding-right: 5px;
    }

header
{
    padding: 10px 0;
}

    header .logo
    {
        display: block;
        max-width: 100%;
        margin: 5px auto;
    }

    header h1
    {
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 15px 0;
        font-family: 'Raleway', sans-serif;
    }



.con
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .con li
    {
        display: inline-block;
        padding-right: 5px;
    }

        .con li i
        {
            font-size: 2em;
            height: 45px;
            padding: 5px;
            width: 46px;
            text-align: center;
            padding-top: 5px;
        }

.con_c
{
    padding: 5px;
}

    .con_c strong span
    {
        font-size: .9em;
    }

    .con_c p
    {
        font-size: .9em;
    }
    .con_c p a
    {
        color:#000;
    }

.menubar
{
    width: 100%;
    z-index: 999;
}

    .menubar ul.navbar-nav li a
    {
        color: #fff;
        font-size: 14px;
        padding: 1em 1.4em;
        margin: 0;
        border: 0;
    }

    .menubar ul.navbar-nav li.last
    {
        position: absolute;
        right: 0;
    }

    .menubar ul.navbar-nav li a:hover, .mainmenu-area ul.navbar-nav li a.active
    {
        border: 0;
        border-bottom: 0;
        color: #FFF;
    }

    .menubar .nav > li > a:focus
    {
        border: 0;
        border-bottom: 0;
    }


.dropdown:hover .dropdown-menu
{
    display: block;
    border: 0;
    border-bottom: 0;
}




a.applyNow
{
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.banners
{
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

    .banners img
    {
        width: 100%;
    }

    .banners .item
    {
        background-size: 100% 100%;
    }


.ban_left, .ban_right
{
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.ban_left
{
    left: 2%;
}

.ban_right
{
    right: 2%;
}

    .ban_left:hover, .ban_left:focus, .ban_right:hover, .ban_right:active
    {
        color: #0496da;
        background-color: white;
    }

.news_bar
{
    height: 40px;
    width: 100%;
    position: relative;
    padding-left: 150px;
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px solid black;
}

    .news_bar:before
    {
       content: "Breaking News :-";
    font-size: 1.2em;
    position: absolute;
    left: 0;
    padding: 5px 0;
    top: 0;
    height: 40px;
    z-index: 999;
    }

    .news_bar:after
    {
        content: "";
        transform: skew(50deg);
        position: absolute;
        left: -22px;
        top: 0;
        width: 178px;
        z-index: 99;
        height: 40px;
    }

    .news_bar i
    {
        padding-right: 8px;
    }

    .news_bar a
    {
        color: #444444;
    }

.page_panel
{
    padding: 20px 0;
}

.page
{
    color: #181c1d;
}

.page_title
{
    font-size: 1.8em;
}

.page_content
{
    text-align: justify;
    font-size: 1em;
}

a.read_more
{
    display: block;
    padding: 10px;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.services_panel
{
    padding: 20px 0;
    position: relative;
    z-index: 99999;
}

    .services_panel:after
    {
        content: "";
        position: absolute;
        background: rgba(0,0,0,0.7);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
        z-index: 999;
    }

    .services_panel:before
    {
        content: "";
        position: absolute;
        background-image: url(../images/services_back.jpg);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
        z-index: 99;
    }

    .services_panel h2
    {
        text-align: center;
        font-weight: bold;
        position: relative;
        padding: 5px 0 15px;
        font-size: 2.2em;
    }

        .services_panel h2:after
        {
            content: "";
            height: 3px;
            width: 50px;
            position: absolute;
            border: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
        }

.services
{
    position: relative;
    z-index: 99999;
    padding: 0 30px;
}

    .services p
    {
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }

.service_box
{
    width: 250px;
    padding: 10px;
}

    .service_box .icon
    {
        height: 130px;
        width: 130px;
        text-align: center;
        font-size: 3em;
        padding-top: 35px;
        line-height: 0;
        margin: 0 auto;
        border-radius: 50%;
    }

    .service_box h3
    {
        position: relative;
        text-align: center;
        font-weight: bold;
        font-size: 1.4em;
        padding: 5px 0 10px;
    }

        .service_box h3:after
        {
            content: "";
            height: 3px;
            width: 30px;
            position: absolute;
            border: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
        }

    .service_box p
    {
        font-size: 0.9em;
        text-align: justify;
        font-weight: 400;
    }

.seriveces_slider
{
    padding-top: 20px;
}

.service_left, .service_right
{
    position: absolute;
    top: 50%;
    height: 30px;
    padding-top: 4px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.service_left
{
    left: 0;
}

.service_right
{
    right: 0;
}

.gallery_panel
{
    padding: 40px 0;
}

    .gallery_panel h2
    {
        text-align: center;
        font-weight: bold;
        font-size: 1.8em;
    }

.gallery
{
    padding: 0 40px;
    position: relative;
}

.gal_left, .gal_right
{
    position: absolute;
    top: 50%;
    height: 30px;
    padding-top: 4px;
    width: 30px;
    color: #f4ad21;
    border-radius: 50%;
    text-align: center;
}

.gal_left
{
    left: 0;
}

.gal_right
{
    right: 0;
}

.gal_slider img
{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


.navigation_panel
{
    padding: 40px 0;
    position: relative;
    z-index: 99999;
}

    .navigation_panel:after
    {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
        z-index: 999;
    }

    .navigation_panel:before
    {
        content: "";
        position: absolute;
        background-image: url(../images/services_back.jpg);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
        z-index: 99;
    }



.navigations
{
    position: relative;
    z-index: 99999;
}

.navigation
{
    height: 350px;
    width: 280px;
    margin: 5px auto;
}

    .navigation .title
    {
        height: 70px;
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        padding-top: 10px;
    }

.content
{
    height: 210px;
}

    .content ul
    {
        list-style: none;
    }

        .content ul li
        {
            padding: 5px 0;
        }

            .content ul li a
            {
                font-size: 1em;
            }

                .content ul li a i
                {
                    transition: 0.3s all ease-in-out;
                    padding-right: 5px;
                }

                .content ul li a:hover i
                {
                    padding-right: 10px;
                }

.toppers_panel
{
    padding: 0 30px;
    position: relative;
    height: 210px;
    color:#000;
}

.topr_left, .topr_right
{
    position: absolute;
    top: 50%;
    height: 25px;
    padding-top: 2px;
    width: 25px;
    border: 2px solid black;
    border-radius: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-size: .9em;
}

.topr_left
{
    left: 2px;
}

.topr_right
{
    right: 2px;
}

.topper
{
    padding: 5px 0;
}

    .topper img
    {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .topper p
    {
        font-weight: bold;
        text-align: center;
        margin: 5px auto;
    }

.foot
{
    height: 70px;
    padding-top: 18px;
}

    .foot a.view_all
    {
        display: block;
        padding: 5px;
        max-width: 120px;
        margin: 0px auto;
        text-align: center;
        font-size: 1.2em;
        text-transform: uppercase;
        border-radius: 20px;
        font-weight: bold;
    }

.maps
{
    margin: 0 auto;
    height: 350px;
    overflow: hidden;
}

    .maps p
    {
        margin: 0 auto;
        height: 350px;
        overflow: hidden;
    }

.footer
{
    padding: 20px 0;
}

    .footer h2
    {
        font-size: 1.8em;
        text-transform: uppercase;
    }

    .footer ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer ul li
        {
            width:30%;
            display: inline-block;
            padding: 5px;
        }

            .footer ul li a
            {
                font-size: 1em;
            }

                .footer ul li a i
                {
                    padding-right: 5px;
                    transition: 0.3s all ease-in-out;
                }

                .footer ul li a:hover i
                {
                    padding-right: 10px;
                }

    .footer .contact
    {
        margin: 10px auto;
        max-width: 350px;
    }

        .footer .contact i
        {
            font-size: 2em;
            height: 50px;
            width: 50px;
            text-align: center;
            padding-top: 8px;
            border-radius: 50%;
            margin: 0 auto;
        }

            .footer .contact i.fa-envelope
            {
                font-size: 1.8em;
            }

        .footer .contact p
        {
            font-size: 1em;
            font-weight: bold;
        }

.copyright
{
    font-size: 1em;
    padding: 5px 0;
}

@media only screen and (max-width: 1100px)
{
}

@media only screen and (max-width: 992px)
{
    body
    {
        font-size: 15px;
    }
}

@media (max-width:768px)
{
    body
    {
        font-size: 14px;
    }



    .navbar-toggle
    {
        border-radius: 4px;
    }




    .footer ul li
    {
        width: 49%;
    }



    .header_strip, header
    {
        text-align: center;
    }

    .banners
    {
        min-height: 200px;
    }
}



@media (min-width: 768px)
{
    .dropdown:hover .dropdown-menu
    {
        display: block;
        border: 0;
        border-bottom: 0;
    }
}


@media (max-width: 600px)
{

    .banners
    {
        min-height: 0;
    }
}


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after
    {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

a.filter-button
{
    color: #999999;
    font: 400 13px/22px 'Montserrat', sans-serif;
    border-radius: 5px;
    text-align: center;
    color: inherit;
    margin-bottom: 30px;
    text-decoration: none;
    padding: 0 15px;
}

.gallery_product
{
    position: relative;
    overflow: hidden;
}


.port-image
{
    width: 100%;
}



.gal_title
{
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    position: relative;
    padding-bottom: 20px;
}

    .gal_title:after
    {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 40px;
        background-color: #dfdfdf;
    }

ul.gal_sort
{
    list-style: none;
    margin: 35px auto 5px;
    padding: 0;
}

    ul.gal_sort li
    {
        display: inline-block;
        color: black;
    }

        ul.gal_sort li.active a
        {
            font-weight: 700;
            color: #202020;
        }

.gallery_product
{
    margin-bottom: 30px;
    position: relative;
}

.gal_img img
{
   display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%;
}

.gal_img
{
    position: relative;
    width: 100%;
    z-index:2;
    top:0;transition:.3s  all ease-in;
}

.gallery_product:hover .gal_img
{

   top: -70px;
    
}

.gallery_product .details
{
    height: 70px;
    bottom: 0;
    position: relative;
    background-color: #282727;
    position: absolute;
    width: 100%;
    padding: 10px 0 0 10px;
    color: white;
    z-index:1;
}


.page-title
{
    color: #fff;
    background: #0f337d;
    padding: 10px;
}
.testimonial {
    background-color: white;
    padding: 50px 20px 20px;
    position: relative;
    margin: 60px 10px 20px;
    color: black;
}
.testimonial:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: -10px;
    right: -10px;
    border: 1px dashed #0f337d;
    z-index: -1;
}
.testimonial p
{
    margin:10px;
}
.testimonial_pic {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -25%;
    left: 10px;
    border-radius: 50%;
    border: 5px solid white;
}

.testimonial_panel {
    padding: 20px 0;
    
}

.testimonial_panel h2
{
    text-align:center;
    color:#000;
}

.modal-content
{
    color:#000;    
}


.wrapper .intro-carousel .owl-nav .owl-prev, .wrapper .intro-carousel .owl-nav .owl-next
{
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 1;
    opacity: 0;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    padding-top: 10px;
}

.wrapper .intro-carousel .owl-nav .owl-prev
{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.wrapper .intro-carousel .owl-nav .owl-next
{
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next
{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-prev
{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next:hover, .wrapper .intro-carousel:hover .owl-nav .owl-prev:hover
{
    color: #fff;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.wrapper .intro-carousel .owl-item .layer-1-2
{
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.3s;
    transition: all 1s ease-in-out 0.3s;
}

.wrapper .intro-carousel .owl-item .layer-1-1
{
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
}

.wrapper .intro-carousel .owl-item .layer-1-3
{
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 1.5s;
    transition: all 1s ease-in-out 1.5s;
}

.wrapper .intro-carousel .owl-item.active .layer-1-2, .wrapper .intro-carousel .owl-item.active .layer-1-1, .wrapper .intro-carousel .owl-item.active .layer-1-3
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.wrapper .intro-carousel .owl-item.active .slider-images img
{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 10s;
    transition: 10s;
}

@media (min-width: 768px) and (max-width: 991px)
{
    .wrapper .slider-content
    {
        margin-top: -90px;
    }
    .wrapper .layer-1-2 h1
    {
        font-size: 26px;
        line-height: 32px;
        max-width: 550px;
    }
    .wrapper .layer-1-1 p
    {
        font-size: 17px;
        line-height: 24px;
        max-width: 570px;
    }
}

@media (max-width: 767px)
{
    .wrapper .slider-content
    {
        margin-top: -90px;
    }
    .wrapper .slider-3 .slider-content
    {
        margin-top: -50px;
    }
    .wrapper .layer-1-2
    {
        margin: 5px 0;
    }
    .wrapper .layer-1-2 h1
    {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        letter-spacing: 0px;
        padding: 0 !important;
    }
    .wrapper .layer-1-1 p
    {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 20px;
        padding: 0 !important;
    }
}

@media (max-width: 450px)
{
    .wrapper .layer-1-3
    {
        display: none;
    }
    .wrapper .slider-content
    {
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.slider-images::after
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1;
    top: 0;
    left: 0;
}

.intro-carousel .owl-dots
{
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 9999;
    text-align: center;
    width: 100%;
}

.intro-carousel .owl-dots .owl-dot
{
    background: #ddd;
    border-radius: 0;
    height: 3px;
    margin: 0 7px;
    width: 30px;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: inline-block;
}

.intro-carousel .owl-dots .owl-dot.active, .intro-carousel .owl-dots .owl-dot:hover
{
    background-color: #208ac6;
}
.wrapper img{
    max-width: 100%;
}
.section-title {
    margin-bottom: 15px;
}

.section-title h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #002147;
    text-transform: capitalize;    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
  }
  
  .section-title h2::after {
    background: #d98062 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
    z-index: 1;
  }
  
  .section-title h2::before {
    background: #d98062 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 45px;
    position: absolute;
    width: 20px;
  }
  
  .section-title h5 {
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
  }

  .video-section .owl-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    margin: 15px auto 0;
  }
  
  .video-section .owl-dots .owl-dot {
    border-color: #d98062;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    background-color: #456d64;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  
  .video-section .owl-dots .owl-dot.active, .video-section .owl-dots .owl-dot:hover {
    background-color: #d98062;
  }
  
  .video-section .video {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 2px;
    position: relative;
  }
  
  .video-section .video img {
    width: 100%;
  }
  
  .video-section .video:hover .overlay {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .video-section .video .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  
  .video-section .video .overlay i {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #d98062;
    background-color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
              box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
              box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
              box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  .gallery-section {
    background: #f9f9f9 url(../images/white_texture.jpg) repeat top left;
  }
  
  .gallery-section .gal {
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
  }
  
  .gallery-section .gal img {
    max-width: 100%;
    display: block;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  
  .gallery-section .gal:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  
  .gallery-section .gal:hover .overlay {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  
  .gallery-section .gal:hover .overlay i.fa {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    color: #d98062;
    border-color: #d98062;
  }
  
  .gallery-section .gal .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .gallery-section .gal .overlay i.fa {
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  
  .gallery-section .owl-dots , .video-section .owl-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 15px;
  }
  
  .gallery-section .owl-dots .owl-dot,  .video-section .owl-dots .owl-dot {
    border-color: #d98062;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    background-color: #456d64;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  
  .gallery-section .owl-dots .owl-dot.active, .gallery-section .owl-dots .owl-dot:hover ,
  .video-section .owl-dots .owl-dot.active, .video-section .owl-dots .owl-dot:hover {
    background-color: #d98062;
  }
    .section-padding{
      padding:50px 0;
  }