﻿

body {
    overflow: hidden;
}

.AdminName {
    margin-left: 97px;
    color: #2f5597;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
}
    .AdminName:hover {
        text-decoration: none; /* Removes underline on hover */
    }

#Mainimg {
    width: 35%;
    position: absolute;
    right: 10%;
    /*background-image: linear-gradient(to bottom right, white,white,white, rgb(47,85,151));*/
}

#TISONLogoNavBar {
    background-image: url('/Icons/Tison Logo Vertical Blue.png');
    height: 70px;
    width: 60px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 100%;
    background-size: 65px auto;
    border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    float: left;
    margin-left: 40px;
}

#TISONInformationDiv {
    width: 120px;
    height: 100%;
    float: left;
    background-color: transparent;
    padding-left: 0px;
}

#DescriptionOfEditors {
    width: 100%;
    height: 100vh;
    margin: 20px;
    padding-left: 20px;
    font-weight: bold;
    margin-top: 60px;
    margin-left: 120px;
    background-color: transparent;
    word-break: break-all;
    text-align: justify;
    padding-bottom: 20px;
    overflow: hidden;
    shape-margin: 20px;
    float: left;
    /*-webkit-clip-path: polygon(0%  0%,0% 70%, 100% 15%, 100% 0%);
  clip-path:  polygon(0%  0%,0% 70%,100% 15%, 100% 0%);*/
}

.closebtnstyle {
    float: right;
    border: none;
    font: bold;
    background-color: #d9534f;
    color: #ffffff;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.left {
    width: 50%;
    height: 0;
}

.right {
    width: 100%;
    height: 100vh;
}

.left {
    -webkit-shape-outside: polygon(0% 0%,0% 100% 0%, 0% 100%);
    shape-outside: polygon(0% 0%, 100% 0%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    float: left;
    background-color: #2F5597;
}

.right {
    -webkit-shape-outside: polygon(0% 100%, 0% 70%, 100% 15%, 100% 100%);
    shape-outside: polygon(0% 100%, 0% 70%, 100% 15%, 100% 100%);
    -webkit-clip-path: polygon(0% 100%, 0% 70%, 100% 15%, 100% 100%);
    float: right;
    background-color: transparent;
}

h1 {
    color: rgb(47,85,151);
    font-weight: bold;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 15px !important;
    margin-top: 20px;
}

h3 {
    color: rgb(47,85,151);
    font-weight: normal;
    padding: 0px !important;
    margin: 0px !important;
    padding-bottom: 18px !important;
}

/*.content{
    margin-top:60px;
    margin-left:140px;
  max-width: 100vw;
  min-height:70vh;
  background-color:blue;

}*/
/*.circle {
    margin-top:60px;
    margin-left:150px;
  background: #accede;
  text-align: justify;
  width: auto;
  height: 70vh;
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
    clip-path:polygon(0% 100%, 100% 0%, 0% 0%);
    
     overflow: hidden;
}
span:after,span:before {
  content: '';
  width: 50%; height: 100%;
  -webkit-shape-margin: 10px;
  shape-margin: 10px;
}
span:before {
  float: right;
  -webkit-shape-outside: polygon(100% 0%, 0% 100%, 100% 100%);
  shape-outside: polygon(100% 0%, 0% 100%, 100% 100%);
}
span:after {
  float: right;
  -webkit-shape-outside:polygon(100% 0%, 0% 100%, 100% 100%);
  shape-outside: polygon(100% 0%, 0% 100%, 100% 100%);
}*/


#ContentOfTISON {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#TISONInformation {
    width: 100%;
    height: 50px;
    background-color: transparent;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}



.row1 {
    display: flex;
    justify-content: space-between;
    /* Adding for cross browser support */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.heading11 {
    font-size: 15px;
    height: 35px;
    width: 35px;
    padding: 0px !important;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    color: rgb(47,85,151);
    font-weight: bold;
    cursor: default;
}

#userimage {
    background-image: url('/Icons/doctor.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    margin-left: 12px;
    float: left;
}

#simimage {
    background-image: url('/Icons/Simulator.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#anaimage {
    background-image: url('/Icons/AnalyticsLogo.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#projectimage {
    background-image: url('/Icons/project.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 35px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#Netimage {
    background-image: url('/Icons/molecule.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#Therimage {
    background-image: url('/Icons/injection.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#CellCircuitimage {
    background-image: url('/Icons/cell cycle logo.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#Phenotypeimage {
    background-image: url('/Icons/cell.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#tissueimage {
    margin-left: 12px;
    background-image: url('/Icons/liver.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
}

#envimage {
    background-image: url('/Icons/cells.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 40px auto;
    cursor: default !important;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 12px;
}

#counterVisitor {
    width: 200px;
    height: 30px;
}

.heading12 {
    font-size: 15px;
    height: 20px;
    width: 60px;
    padding: 0px !important;
    text-align: center;
    margin-top: 5px;
    color: rgb(47,85,151);
    font-weight: bold;
    cursor: default;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}








#TISONLogoDiv {
    height: 50px;
    width: 50px;
    background-color: #880e4f;
    background-image: url('/Icons/Tison Logo Vertical.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    background-size: 55px auto;
}

#tisonlogosmall {
    height: 20px;
    width: 10px;
    background-color: #880e4f;
    background-image: url('/Icons/Tison Logo Vertical.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 80%;
}

body {
    height: auto;
}

/*#Projects {
    float: right;
    background-color: rgb( 214,72,21 );
    color: white;
    margin: 10px;
    margin-right: 0px;
    margin-top: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 0px !important;
    outline: none;
}*/
/*
#TemplateProjects {
    float: right;
    background-color: rgb( 16, 148, 60);
    color: white;
    margin: 10px;
    margin-right: 0px;
    margin-top: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 0px !important;
    outline: none;
}

#Help {
    float: right;
    background-color: rgb(47,85,151);
    color: white;
    height: 35px;
    margin: 10px;
    margin-right: 0px;
    margin-top: 15px;
    margin-left: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 0px !important;
    outline: none;
}*/

#Lums:hover {
    text-decoration: none;
}
/*
#Help1 {
    float: right;
    background-color: rgb(47,85,151);
    color: white;
    height: 35px;
    margin: 10px;
    margin-right: 5px;
    margin-top: 15px;
    margin-left: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 0px !important;
    outline: none;
}

#About {
    float: right;
    background-color: rgb(47,85,151);
    color: white;
    margin: 10px;
    height: 35px;
    margin-right: 10px;
    margin-top: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 0px !important;
    outline: none;
}

#About1 {
    float: right;
    background-color: rgb(47,85,151);
    color: white;
    margin: 10px;
    height: 35px;
    margin-right: 5px;
    margin-top: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 0px !important;
    outline: none;
}

#Report_Bug {
    float: right;
    background-color: rgb(47,85,151);
    height: 35px;
    color: white;
    margin: 10px;
    margin-top: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border: 0px !important;
    outline: none;
}*/

#Fetch_Issues {
    float: right;
    color: rgb(47,85,151);
    padding: 10px;
    padding-top: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

    #Fetch_Issues:hover {
        text-decoration: underline;
        color: darkblue;
        cursor: pointer;
    }

#Projects:hover {
    cursor: pointer;
}

#Lablink:hover {
    cursor: pointer;
}

#ContactUs {
    cursor: pointer;
    color: black !important;
}

    #ContactUs:hover {
        text-decoration: none !important;
    }

    #ContactUs:focus {
        text-decoration: none !important;
    }

#Privacy {
    cursor: pointer;
    color: black !important;
}

    #Privacy:hover {
        text-decoration: none !important;
    }

    #Privacy:focus {
        text-decoration: none !important;
    }

#TermsOfUse {
    cursor: pointer;
    color: black !important;
}

    #TermsOfUse:hover {
        text-decoration: none !important;
    }

    #TermsOfUse:focus {
        text-decoration: none !important;
    }

#Report_Bug:hover {
    cursor: pointer;
}

#Heading {
    color: #880e4f;
    padding: 10px;
    margin-bottom: 120px;
    margin-top: 50px;
    background-color: transparent;
    width: 100%;
    height: 70px;
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
}

#MainPagePhoto {
    color: #880e4f;
    font-family: Arial;
    font-weight: bold;
    width: 100%;
    height: 500px;
    cursor: default;
    background-color: white;
    background-image: url('/Icons/MainPageFigure.png');
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 100%;
    text-align: center;
    font-size: 40px;
}

#DescriptionOfTISON {
    color: #880e4f;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
}

#ToolUsageStatisticsParent {
    width: 100%;
    height: 140px;
    background-color: white;
}

#ToolUsageStatisticsChild {
    background-color: white;
    height: 100%;
    padding-top: 40px;
    font-size: 24px;
}

#MainPageImageDiv {
    height: 50px;
    width: 100%;
    background-color: #880e4f;
    background-image: url('/Icons/mainpageimagepic.png');
    background-color: white; /*make the button transparent*/
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
    cursor: pointer; /*make the cursor like hovering over an <a> element*/
    background-size: 580px;
    position: relative;
    background-color: white;
    width: 50%;
    height: 600px;
    float: left;
    margin: auto;
}

.EditorDescription {
    box-shadow: 0 0 3px #000000;
    border-radius: 5px;
    height: 380px;
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 10px;
}

.EditorHeading {
    text-align: center;
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

#ImageOfNetworksEditor {
    background-image: url('/Icons/molecule.png');
    width: 120px;
    height: 120px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
}

#ImageOfSimulationEditor {
    background-image: url('/Icons/Simulator.png');
    width: 120px;
    height: 120px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
}

#ImageOfTherapeuticEditor {
    background-image: url('/Icons/injection.png');
    width: 120px;
    height: 120px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
}

#ImageOfCircuitsEditor {
    background-image: url('/Icons/cell cycle logo.png');
    width: 120px;
    height: 120px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
}

#ImageOfPhenotypeEditor {
    background-image: url('/Icons/cell.png');
    width: 120px;
    height: 120px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
}

#ImageOfTissueEditor {
    background-image: url('/Icons/liver.png');
    width: 120px;
    height: 120px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
}

#ImageOfEnvironmentEditor {
    background-image: url('/Icons/cells.png');
    width: 120px;
    height: 120px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat; /*make the background image appear only once*/
    background-position: center; /*equivalent to 'top left'*/
}

.DescriptionText {
    width: 100%;
    height: 200px;
    background-color: white;
    padding-top: 10px;
    font-size: 15px;
    text-align: left;
    color: black;
    overflow: hidden;
}

#Description {
    background-color: #E8E8E8;
    width: 100%;
    height: 1400px;
}

#VersionText {
    width: 150px;
    height: 15px;
    background-color: transparent;
    margin-top: -23px;
    padding-left: 5px;
    font-size: 12px;
    margin-left: 60px;
    color: rgb(47,85,151);
}

#heading {
    font-size: 24px;
    color: #880e4f;
    font-weight: bold;
}

#footer {
    width: 100%;
    height: 30px;
    background-color: transparent;
    padding-top: 5px;
    bottom: 0;
}




.left-nav {
    float: left;
}

#right-nav {
    float: right;
    margin-top: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: medium;
    font-weight: bold;
}

    #right-nav li {
        display: inline-block;
        margin: 10px;
    }

ul li {
    list-style-type: none;
}

#TISONLogoDiv {
    background-image: url('/Icons/Tison Logo Vertical Blue.png');
    height: 70px;
    width: 60px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 100%;
    background-size: 65px auto;
    border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    float: left;
}


.Topheader {
    height: 92px;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 19%);
}

.tisonlogo {
    height: 45px;
    width: 160px;
    margin-left: 30px;
    margin-top: 20px;
}

.headerLinks {
    float: right;
    margin-top: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: medium;
    font-weight: bold;
    margin-right: 30px;
    cursor: pointer;
}


    .headerLinks li {
        display: inline-block;
        margin: 10px;
    }

    .headerLinks > li > a {
        color: #2F5597
    }

    .headerLinks a:hover {
        text-decoration: none;
        cursor: pointer;
    }





/*-----------------------------------------------------------------------------------

    Template Name: Sass Landing Page,
    Template URI: site.com
    Description: Sass Landing Page,
    Author: Uideck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01.COMMON 
    02.HEADER
    03.BRAND
    04.SERVICES
    05.ABOUT
    06.VIDEO COUNTER
    07.TEAM
    08.TESTIMONIAL
    09.BLOG
    10.SUBSCRIBE
    11.FOOTER

-----------------------------------------------------------------------------------*/
/*===========================
     01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Lato:300,400,700&display=swap");

body {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #6A6972;
    overflow-x: hidden;
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /* color: #2E2E2E;*/
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 48px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background-size: 200%;
}

    .main-btn:hover {
        color: #fff;
        background-position: right center;
    }

/*===== All SECTION TITLE Style =====*/
.section-title .line {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#2F5597 0%, #2F5597 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.section-title .title {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361CC1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title {
    font-size: 32px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

    .preloader .loader {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .preloader .loader .ytp-spinner {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 64px;
            margin-left: -32px;
            z-index: 18;
            pointer-events: none;
        }

            .preloader .loader .ytp-spinner .ytp-spinner-container {
                pointer-events: none;
                position: absolute;
                width: 100%;
                padding-bottom: 100%;
                top: 50%;
                left: 50%;
                margin-top: -50%;
                margin-left: -50%;
                -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
            }

                .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                }

                    .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        overflow: hidden;
                        right: 50%;
                    }

                    .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        overflow: hidden;
                        left: 50%;
                    }

        .preloader .loader .ytp-spinner-circle {
            box-sizing: border-box;
            position: absolute;
            width: 200%;
            height: 100%;
            border-style: solid;
            /* Spinner Color */
            border-color: #361CC1 #361CC1 #E1E1E1;
            border-radius: 50%;
            border-width: 6px;
        }

        .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
            left: 0;
            right: -100%;
            border-right-color: #E1E1E1;
            -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        }

        .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
            left: -100%;
            right: 0;
            border-left-color: #E1E1E1;
            -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .sticky .navbar {
        padding: 10px 0;
    }

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}

    .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 5px 0;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

.navbar-nav .nav-item {
    margin-right: 45px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

    .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #2E2E2E;
    }

        .navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
            padding-left: 25px;
            color: #361CC1;
        }

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-btn .main-btn {
    height: 45px;
    line-height: 45px;
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}

    .navbar-btn .main-btn:hover {
        color: #fff;
        background-position: right center;
    }

.sticky .navbar-toggler .toggler-icon {
    background-color: #2E2E2E;
}

.sticky .navbar-nav .nav-item a {
    color: #2E2E2E;
}

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
    color: #361CC1;
}

/*===== HEADER HERO =====*/
.header-hero {
    position: relative;
    z-index: 5;
    background-position: bottom center;
}

#particles-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-hero-content {
    padding-top: 180px;
}

@media (max-width: 767px) {
    .header-hero-content {
        padding-top: 100px;
    }
}

.header-hero-content .header-sub-title {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 30px;
    }
}

.header-hero-content .header-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 30px;
    }
}

.header-hero-content .text {
    color: #fff;
    margin-top: 30px;
}

.header-hero-content .main-btn {
    margin-top: 40px;
}

.header-hero-image {
    padding-top: 45px;
}

    .header-hero-image img {
        max-width: 650px;
    }

@media (max-width: 767px) {
    .header-hero-image img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .header-hero-image {
        padding-top: 30px;
    }
}

/*===========================
      03.BRAND css 
===========================*/
@media (max-width: 767px) {
    .brand-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-logo {
    padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-logo {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .single-logo {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .single-logo {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-logo {
        width: 33.33%;
    }
}

.single-logo img {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-logo:hover img {
    opacity: 1;
}

/*===========================
      04.SERVICES css 
===========================*/
.single-services {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 50px 30px;
    border: 2px solid transparent;
    border-radius: 0px 50px;
    height: 500px
}

@media (max-width: 767px) {
    .single-services {
        padding: 20px 20px 30px;
    }
}

.single-services .services-icon {
    display: inline-block;
    position: relative;
    width: 100px;
    margin-bottom: 10%;
    float: left;
}

    .single-services .services-icon img {
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    .single-services .services-icon .shape-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .single-services .services-icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 34px;
        color: #fff;
    }

.single-services .services-content .services-title a {
    font-size: 20px;
    font-weight: 600;
    color: #2E2E2E;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-services .services-content .services-title a {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .single-services .services-content .services-title a {
        font-size: 20px;
    }
}

.single-services .services-content .services-title a:hover {
    color: #361CC1;
}

.single-services .services-content .text {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .single-services .services-content .text {
        margin-top: 20px;
    }
}

.single-services .services-content .more {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .single-services .services-content .more i {
        margin-left: 10px;
    }

    .single-services .services-content .more:hover {
        color: #361CC1;
    }

.single-services:hover {
    border-color: #2F5597;
    ;
}

    .single-services:hover .services-icon .shape {
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }

/*===========================
      05.ABOUT css 
===========================*/
.ImgText {
    text-align: center;
    width: fit-content;
    padding: 10px 10px;
}

.about-area {
    position: relative;
    z-index: 5;
}

.about-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

    .about-shape-1 img {
        width: 100%;
    }

@media (max-width: 767px) {
    .about-shape-1 {
        display: none;
    }
}

.about-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
}

    .about-shape-2 img {
        width: 100%;
    }

@media (max-width: 767px) {
    .about-shape-2 {
        display: none;
    }
}

.about-content {
    max-width: 480px;
}

    .about-content .text {
        margin-top: 15px;
    }

    .about-content .main-btn {
        background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
        background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
        background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
        background-size: 200%;
        height: 50px;
        line-height: 50px;
        padding: 0 35px;
        margin-top: 40px;
    }

        .about-content .main-btn:hover {
            background-position: right center;
        }

/*===========================
    06.VIDEO COUNTER css 
===========================*/
.video-content {
    position: relative;
    padding-bottom: 30px;
}

    .video-content .dots {
        position: absolute;
        left: -30px;
        bottom: 0;
    }

.video-wrapper {
    margin-right: 15px;
    position: relative;
    -webkit-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
    -moz-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
    box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .video-wrapper {
        margin-right: 0;
    }
}

.video-wrapper .video-image img {
    width: 100%;
}

.video-wrapper .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
    background: linear-gradient(to right, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
}

    .video-wrapper .video-icon a {
        width: 40px;
        height: 40px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        color: #FE8464;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

.counter-wrapper {
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .counter-wrapper {
        padding-left: 0;
    }
}

.counter-wrapper .counter-content .text {
    line-height: 23px;
    text-align: justify;
}

.counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
    border-radius: 60px;
    position: relative;
    z-index: 5;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter {
        max-width: 100px;
        height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter {
        max-width: 155px;
        height: 120px;
    }
}

.counter-wrapper .single-counter::before {
    position: absolute;
    content: '';
    width: 155px;
    height: 120px;
    border-radius: 60px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter::before {
        max-width: 100px;
        height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter::before {
        max-width: 155px;
        height: 120px;
    }
}

.counter-wrapper .single-counter.counter-color-1::before {
    background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: linear-gradient(#33c8c1 0%, #119bd2 100%);
}

.counter-wrapper .single-counter.counter-color-2::before {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#e6e6ea 0%, #5797ea 100%);
}

.counter-wrapper .single-counter.counter-color-3::before {
    background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: linear-gradient(#e6e6ea 0%, #5797ea 100%);
}

.counter-wrapper .single-counter .count {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter .count {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter .count {
        font-size: 22px;
    }
}

.counter-wrapper .single-counter .text {
    font-size: 18px;
    color: black;
}

@media (max-width: 767px) {
    .counter-wrapper .single-counter .text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter-wrapper .single-counter .text {
        font-size: 16px;
    }
}

/*===========================
       07.TEAM css 
===========================*/
.single-team {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
}

    .single-team .team-image {
        position: relative;
    }

        .single-team .team-image img {
            width: 100%;
        }

        .single-team .team-image .social {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 25px;
        }

            .single-team .team-image .social ul {
                background-color: rgba(255, 255, 255, 0.23);
                display: inline-block;
                border-radius: 50px;
                padding: 0 13px;
                position: relative;
                z-index: 5;
                overflow: hidden;
            }

                .single-team .team-image .social ul::before {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    top: 0;
                    left: 0;
                    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
                    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
                    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all 0.3s ease-out 0s;
                    -moz-transition: all 0.3s ease-out 0s;
                    -ms-transition: all 0.3s ease-out 0s;
                    -o-transition: all 0.3s ease-out 0s;
                    transition: all 0.3s ease-out 0s;
                }

                .single-team .team-image .social ul li {
                    display: inline-block;
                }

                    .single-team .team-image .social ul li a {
                        padding: 15px 13px;
                        color: #fff;
                    }

    .single-team .team-content {
        padding: 30px;
    }

        .single-team .team-content .holder-name a {
            font-size: 20px;
            font-weight: 700;
            color: #2E2E2E;
        }

        .single-team .team-content .text {
            margin-top: 5px;
        }

    .single-team:hover .team-image .social ul::before {
        opacity: 1;
        visibility: visible;
    }

/*===========================
     08.TESTIMONIAL css 
===========================*/
.single-testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 30px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-testimonial {
        padding: 20px 20px 5px;
    }
}

.single-testimonial .testimonial-review .quota i {
    font-size: 36px;
    color: #119BD2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-testimonial .testimonial-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #FE806D;
}

.single-testimonial .testimonial-text {
    margin-top: 25px;
}

.single-testimonial .testimonial-author {
    margin-top: 30px;
}

    .single-testimonial .testimonial-author .author-image {
        position: relative;
    }

        .single-testimonial .testimonial-author .author-image .author {
            position: absolute;
            top: 17px;
            left: 17px;
            width: 80px;
            height: 80px;
        }

    .single-testimonial .testimonial-author .author-content .holder-name {
        font-size: 18px;
        font-weight: 700;
        color: #2E2E2E;
    }

    .single-testimonial .testimonial-author .author-content .text {
        font-size: 15px;
    }

.single-testimonial:hover {
    border-color: #FE7A7B;
}

    .single-testimonial:hover .testimonial-review .quota i {
        color: #FE7A7B;
    }

.slick-center .single-testimonial {
    border-color: #FE7A7B;
}

    .slick-center .single-testimonial .testimonial-review .quota i {
        color: #FE7A7B;
    }

.testimonial-active .slick-dots {
    margin: 0 auto;
}

    .testimonial-active .slick-dots li {
        display: inline-block;
        margin: 0 4px;
    }

        .testimonial-active .slick-dots li button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
            border: 0;
            font-size: 0;
            opacity: 0.5;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .testimonial-active .slick-dots li.slick-active button {
            opacity: 1;
            width: 15px;
            height: 15px;
        }

/*===========================
       09.BLOG  css 
===========================*/
.single-blog .blog-image img {
    border-radius: 10px;
    width: 100%;
}

.single-blog .blog-content {
    padding-top: 25px;
}

    .single-blog .blog-content .meta li {
        font-size: 16px;
        color: #6A6972;
        display: inline-block;
        margin-left: 50px;
    }

        .single-blog .blog-content .meta li:first-child {
            margin-left: 0;
        }

        .single-blog .blog-content .meta li a {
            color: #6A6972;
        }

    .single-blog .blog-content .text {
        font-size: 23px;
        font-weight: 400;
        line-height: 30px;
        color: #2E2E2E;
        margin-top: 15px;
    }

@media (max-width: 767px) {
    .single-blog .blog-content .text {
        font-size: 20px;
        line-height: 30px;
    }
}

.single-blog .blog-content .more {
    font-size: 16px;
    color: #FE7E71;
    margin-top: 30px;
}

    .single-blog .blog-content .more i {
        margin-left: 5px;
    }

/*===========================
       10.SUBSCRIBE  css 
===========================*/
.subscribe-area {
    padding: 40px 50px 90px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
    border-radius: 10px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .subscribe-area {
        padding: 10px 30px 60px;
    }
}

.subscribe-content .subscribe-title {
    font-size: 35px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-content .subscribe-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .subscribe-content .subscribe-title {
        font-size: 24px;
    }
}

.subscribe-content .subscribe-title span {
    font-weight: 400;
}

.subscribe-form {
    position: relative;
}

    .subscribe-form input {
        border: 2px solid #E1E1E1;
        height: 65px;
        padding: 0 30px;
        border-radius: 5px;
        width: 100%;
        color: #2E2E2E;
    }

        .subscribe-form input::placeholder {
            opacity: 1;
            color: #B9B9B9;
        }

        .subscribe-form input::-moz-placeholder {
            opacity: 1;
            color: #B9B9B9;
        }

        .subscribe-form input::-moz-placeholder {
            opacity: 1;
            color: #B9B9B9;
        }

        .subscribe-form input::-webkit-input-placeholder {
            opacity: 1;
            color: #B9B9B9;
        }

        .subscribe-form input:focus {
            border-color: #361CC1;
        }

    .subscribe-form button {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 65px;
        line-height: 65px;
        background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
        background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
        background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
        background-size: 200%;
    }

@media (max-width: 767px) {
    .subscribe-form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-form button {
        position: absolute;
        width: auto;
        margin-top: 0;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.subscribe-form button:hover {
    color: #fff;
    background-position: right center;
}

/*===========================
       11.FOOTER  css 
===========================*/
.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5;
}

    .footer-area::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url(../images/footer-bg.svg);
        background-position: top center;
        z-index: -1;
        background-size: cover;
    }

@media only screen and (min-width: 1921px) {
    .footer-area::before {
        height: 1120px;
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-widget {
    padding-top: 50px;
    background-color: aliceblue;
    box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16%);
    border-radius: 8px;
    padding-bottom: 20px;
    padding: 15px;
}

.footer-about .logo img {
    width: 160px;
}

.footer-about .text {
    color: black;
    line-height: 24px;
    margin-top: 15px;
}

.footer-about .social {
    margin-top: 40px;
}

    .footer-about .social li {
        display: inline-block;
        margin-right: 30px;
    }

        .footer-about .social li a {
            font-size: 22px;
            color: black;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            .footer-about .social li a:hover {
                color: #2F5597;
                cursor: pointer;
            }

.footer-title .title {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-top: 0%;
    font-family: 'Montserrat', sans-serif;
}

.link-wrapper {
    padding: 0 35px;
}

@media (max-width: 767px) {
    .link-wrapper {
        padding: 0;
        padding-right: 50px;
    }
}

.link-wrapper .link {
    padding-top: 0px;
}

    .link-wrapper .link li {
        margin-top: 20px;
    }

        .link-wrapper .link li a {
            font-size: 14px;
            color: black;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            font-family: 'Montserrat', sans-serif;
        }

            .link-wrapper .link li a:hover {
                /*  color: #2F5597;*/
                cursor: pointer;
            }

.footer-contact .contact {
    padding-top: 0px;
}

    .footer-contact .contact li {
        margin-top: 20px;
        font-size: 14px;
        color: black;
        font-family: 'Montserrat', sans-serif;
    }

.link {
    text-align: left;
    margin-left: 41%;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 0px;
    padding-bottom: 25px;
}

.copyright-content {
    padding-top: 0px;
    text-align: center;
}

    .copyright-content p {
        color: #fff;
    }

    .copyright-content a {
        font-size: 16px;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .copyright-content a:hover {
            /*color: black;*/
            cursor: pointer;
        }

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%);
    background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);


*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

html {
    width: 100%;
    height: auto;
}



.testim {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #eee;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #ea830e;
        }


        .testim .arrow.left {
            left: 10px;
        }

        .testim .arrow.right {
            right: 10px;
        }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #2F5597;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #2F5597;
                border-color: #2F5597;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }


            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }


        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: black;
            font-size: 1em;
            margin: 15px 0;
            font-size: 40px;
            font-family: 'Montserrat', sans-serif;
        }

        .testim .cont div p {
            font-size: 1.15em;
            color: black;
            width: 80%;
            margin: auto;
            margin-top: 20px;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
        font-family: 'Montserrat', sans-serif;
    }
}

.Slider {
    padding-top: 20px;
}

    .Slider:hover {
        cursor: pointer
    }

.owl-carousel .owl-item img {
    display: block;
    width: 26%;
    float: left;
    border: 5px solid #fff;
    border-radius: 20px;
    margin-left: 200px;
    margin-top: 15px;
    margin-bottom: 7px;
}

.testimonial-item.equal-height.style-6 {
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    border: 1px solid gray;
}

.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}

.testimonial-name {
    font-weight: 600;
}

.testimonial-content.quote {
    padding: 17px 55px;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content .container {
    padding-top: 10px;
}

i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

.JournalHeading {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.JournalText {
    font-weight: 700;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.GetStartedBtn {
    font-family: 'Montserrat', sans-serif;
    background-color: #2F5597;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    border-radius: 8px;
    width: 250px;
    margin: 0px;
    padding: 8px;
}

/* .LoginPageBtn:hover {
        color: black
    }
*/


ol.c {
    list-style-type: disc;
    line-height: 50px;
    color: #2F5597;
    font-family: 'Montserrat', sans-serif;
}

.ProjectExplore {
    font-family: 'Montserrat', sans-serif;
    background-color: #2F5597;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    border-radius: 8px;
    width: 360px;
    margin: 0px;
    padding: 8px;
}


    .ProjectExplore:hover {
        color: none;
    }

.TemplateProject {
    font-family: 'Montserrat', sans-serif;
    background-color: #2F5597;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    border-radius: 8px;
    width: 360px;
    margin: 0px;
    padding: 8px;
}

/* .TemplateProject:hover {
        color: black
    }
*/
.heading {
    color: #2F5597;
    padding: 10px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
